#[tw2113_Slack_]oye, trying out WP 5.9 this morning and the full site editing. I’m feeling lost more than half the time and this is coming off of as a clusterF
#[tw2113_Slack_]and i’ve been using WP for well over a decade at this point
#GWG-I keep saying this is driving me toward ClassicPress
neceve joined the channel
#[tw2113_Slack_]thankfully it takes a FSE theme to work with. So most sites won’t see it automatically
#[tw2113_Slack_]GWG is the tags spot supposed to be just a textarea that may get parsed out later by comma?
#GWG-[tw2113_Slack_]: Yes, I figured fancy can come later
#[tw2113_Slack_]i do see it made 1 term, but that’s fine at the moment
#[tw2113_Slack_]working good so far, and I was able to confirm zero issue with my Blogroll block, but i also expected that since it just extends the links functionality 🙂
#GWG-[tw2113_Slack_]: How do the enhancements to the interface look? The list table and edit links page?
#GWGA new challenge as I've never done a full rest controller, only APIs.
#GWGThink it is a worthy addition to people's plugin list?
#[tw2113_Slack_]not sure i’m going to enthusiastically say that, since most people have forgotten about blogrolls/bookmark lists in general, but it’s worth effort regardless
#[tw2113_Slack_]people don’t even use browser bookmarks, they just leave tabs open
#GWGI think of it as a searchable bookmark archive
#[tonz]blogrolls and bookmark collections by others are a major instrument of discovery for me.
#[tonz]I routinely check other people’s sites for blogrolls, and publish my own feeds list. same for bookmarks, though that’s much less common now, but e.g. [chrisaldrich] hypothesis feed is valuable to me.
#[tw2113_Slack_]for me at least, bookmarks are random things/posts that i found interesting and want to share. blogrolls are for the sites overall, not just a single post
#[tonz]same here, through blogrolls I discover people to follow, bookmarks is content oriented and not about following but about note taking, although if the bookmarks points to an interesting post the author might end up in the blogroll.
#GWGThe way I'm designing this, if you want to turn a bookmark into a bookmark post, you click
#GWG[tonz]: If you want to try it, it's work in progress
#GWG[tonz]: I support blogroll as a use case, but also bookmarks...so in my version, you'd have a blogroll category to distinguish from the other bookmarks
#[tonz]this may be a ‘well duh’ type of question, but when using Yarns in WP, what is the microsub server endpoint’s address. My WP site page source says <link rel=“microsub” />
#GWG[tonz]: I have a complete rewrite and optimization of Microsub I was working on before I needed a break, by the way
#GWG[tonz]: Re your yarns issue, is it same database or same table that bothers you?
[James_Van_Dyne] joined the channel
#[tonz]same table mostly, though I understand the reasoning for the choice. It’s just that it means there’s a bunch of unknown to me content constantly being added and removed to my two decades worth of my own content. By extension same database. What I’m now starting to do is have 2 WP instances, one with yarns running only, and the other running my site. Using two different authentications and bearer tokens I can read from one
#GWGWe have a proposal to have the Microsub stuff in a custom table, and an equal proposal to not.
Bishop_Bautista joined the channel
#[tonz]what’s the correct IndieAuth permissions scope to have for yarns?
#[tonz]I created a token using Jamie Tanna’s token please tool, which delivers only a ‘draft’ scope, and I’m getting missing scope messages from yarns when talking to the endpoint
#[tonz]yes, after reading what [sknebel] pointed and I myself had overlooked on that page, I realised. @jamietanna ’s tool to get a token doesn’t allow one to specify the scope needed, so now first will build a brief thing to get my own tokens. Tried in Postman, but that doesn’t route through the WP loginscreen somehow. Anyways, that’s for some other time, it’s late.