#wordpress 2021-05-03

2021-05-03 UTC
[tw2113_Slack_], sparseMatrix, [tantek], [KevinMarks], [fluffy], tomlarkworthy and [grantcodes] joined the channel
#
[grantcodes]
I've done a couple of experiments and I'm pretty sure getting mf2 in gutenberg is very possible and should work well.
#
[grantcodes]
I'll probably try and get this theme working fully with gutenberg first and then see what's possible with post kinds
#
GWG
[grantcodes]: Input always appreciated
#
[grantcodes]
Left a decent sized comment on an existing issue.
#
[grantcodes]
Basic thought is that making blocks to handle visual mf2 content should be relatively easy. Integrating it with everything that already exists may be a pain.
#
GWG
Well, that's been a concern
[pfefferle] joined the channel
#
[pfefferle]
[grantcodes] there is also be a problem with blocks: blocks are inside the h-entry class, so it might not be that easy.
#
GWG
[pfefferle]: They don't have to be, per se.
#
GWG
But this is why it's such a hard thing to figure out
#
[grantcodes]
What's wrong with blocks being inside h-entry? Only issue I see with it is the content property.
#
GWG
[grantcodes]: Well, how would you do h-event then? Custom post type?
#
[grantcodes]
Ah yeah top level changes are more difficult. You'd probably make a block that is specifically for events then you can parse the content and if that block is present in the content change the h-entry to h-event
#
GWG
This is why it isn't just a matter of simple changes
sparseMatrix and [manton] joined the channel
#
[grantcodes]
Oh yeah, never meant to trivialize it 😬 there would be a lot of work required somewhere no matter how it's handled. But I'm optimistic.
#
[pfefferle]
its also for reply context isn’t it?
#
GWG
Yes, that would be a good block use case
#
GWG
Put in a URL, render context in a block
#
[grantcodes]
That part I think is one of the easier issues 😃. Things like `like-of` & `bookmark-of` etc which are more or less the same are great in gutenberg, you can easily setup a base block and make variations for each one without loads of extra code and make it easy to switch between each one.
#
[pfefferle]
[grantcodes] I would love to see an link-type, XFN ready extension to the link popup. are you familiar with react/gutenberg? https://twitter.com/pfefferle/status/1255226253436768257
#
@pfefferle
ich würde gerne folgendes für das link-overlay in #wordpress / #gutenberg bauen... ist das mittlerweile etwas einfacher oder muss man immer noch das ganze overlay ersetzen? https://pbs.twimg.com/media/EWt1GWnWsAAAq4f.jpg
(twitter.com/_/status/1255226253436768257)
#
[grantcodes]
Yeah I do react & gutenberg regularly for work now 🙂 I've not looked into how to modify that specific link menu or XFN. That
#
[grantcodes]
*That's probably not how I'd handle the microformats properties though.
[tw2113_Slack_] joined the channel
#
[tw2113_Slack_]
not sure how related this would be, but i have https://github.com/tw2113/indieweb-blocks with what I hope has working webmention and indieweb.xyz blocks that handle pinging things
#
[tw2113_Slack_]
mostly since i could never remember the markup to wrap things in, so i decided i just wanted url fields to drop links into, and let the code handle the rest
#
[grantcodes]
Hmm I think your webmention block is what I would call a reply block. It doesn't actually send webmentions does it? The webmention plugin probably does the actual sending?
#
[tw2113_Slack_]
it embeds the markup into the post that is supposed to trigger
[fluffy], [kimberlyhirsh], [chrisaldrich] and [arush] joined the channel
#
[arush]
Hi all.
#
[tw2113_Slack_]
aww yiss Amanda is here
[snarfed] joined the channel
#
GWG
Hi, [arush]
#
[arush]
I've spent my weekend completely rebuilding my personal site from the ground up, indieweb first. WPEngine was causing too many problems, plus database had 20 years worth of learnings/experimentation in it so it was pretty badly hosed. Good news is I can parce logs now, bad news is I have a metric ton of gardening to do. 🙂
#
[arush]
Can't read logs on WPEngine because their log display crashes my screen reader, and they're still not fixing it.
#
[arush]
Gonna get Compass and other Indieweb apps installed probably tomorrow.
#
[arush]
Just installed the Tempus Fugit plugin though and am enjoying playing with some of these features I had previously missed while they were in Post Kinds.
#
GWG
[arush]: Anything we can do to help?
#
GWG
Or any ideas/suggestions?
#
GWG
[arush]: I have many more ideas in that vein
#
[arush]
Yes. Has anyone else encountered a problem while using Quill where, when posting a note, last posted photo gets appended and post kind gets switched to photo?/ I was hoping I could blame this on WPE casching, but that doesn't appear to be the case.
#
GWG
[arush]: I have been meaning to tweak that. It's a Quill thing I could compensate for
#
[arush]
And, I have a feature request for post kinds. Can we have the ability to bulk edit kind? When I imported content, everything got imported as article.
#
GWG
[arush]: I think I have an issue for that...I can do something, but not the nicer version I'd like
#
GWG
Also, I see how I can address aaronpk's change that generated that problem
#
[arush]
Looks like we still can't add location to posts when posting from dashboard after looking up location, will get you the specifics from logs once this last bit of migration finishes.
#
GWG
[arush]: I thought I fixed that issue with weather precision... Maybe I'll just remove rounding entirely
#
[arush]
wow. I did not realize I had this much media without alternative text associated. I think this may have been from a Facebook photo grab experiment a few years ago.
#
GWG
[arush]: I always forget alt text...I know I shouldn't
#
GWG
I suppose I never remember what I should write as well
#
[arush]
to be fair, most things, apps, services, don’t make it very easy for you to add alternative text. WordPress does an OK job with this, but really doesn’t give you any pointers when you’re adding it so you really don’t know what to write if you’re not used to writing it.v
#
GWG
I'm also bad at captioning and I wish there was tagging...I could add it, but...
[schmarty] joined the channel
#
GWG
[arush]: Any time thoughts?
#
GWG
I have /onthisday, /thisweek, and ordinal dates, such as /2021/045... But...
#
GWG
I also think /random and /updated are fun
#
[arush]
I think you have all the time stuff covered.
#
GWG
[arush]: I am missing left/right time navigation on archive pages
#
GWG
And up
#
GWG
As in, click in a month archive to access the year archive
#
[arush]
yes, random and updated are kind of fun. I haven’t played with those yet.p
#
GWG
[arush]: How about /oldest?
#
[arush]
oldest could be cool, as well as newest, and being able to navigate by next year or previous year, next month previous month, next day previous day.
#
GWG
[arush]: Newest is the default
#
GWG
The problem with next/prev day is identifying it if you don't have posts for every day... but I have some notes
[tantek] joined the channel
#
[arush]
maybe not next or previous day, since that would actually create several new problems, but next month previous month next year previous year would probably be good.
#
GWG
Placement may require theme support, but I intend to write the funcitons
[manton]1 and Ruxton joined the channel
#
[arush]
derp on my part re newest. too much site migration fries the brain. LOL.
[fluffy], [KevinMarks] and [schmarty] joined the channel