dustyweb, [eddie], eduardm, [asuh], snarfed, benwerd and [davidmead] joined the channel
#[davidmead]!tell aaronpk Using Quill bookmark feature it passes tags to Known, that show up in a p class=tag-row, but when I edit that post they disappear. How are they being passed?
#jgmac1106that is such a good thread, that though been scratching at my head and I couldn’t get it out. Jen captured it so perfectly….going to add it to the HTML, React or Blockchain..Do you need that framework? Case study we were working on…this was abotu carbon footprint. Going to start on scrip tin terms of frameworks and priviledge
#aaronpkWow the comments on that thread demonstrate perfectly the war going on
#Loqiaaronpk: [davidmead] left you a message 49 minutes ago: Using Quill bookmark feature it passes tags to Known, that show up in a p class=tag-row, but when I edit that post they disappear. How are they being passed?
#aaronpk[davidmead]: quill sends the "category" property via micropub, I have no idea how known works with that internally
#[davidmead]thanks aaronpk. I’ll take it to #known or #dev as I’m slowly picking apart how this works
#jgmac1106davidmead here is a Known tag on a note using Indigenous: <p class="p-name e-content entry-content">Test<p class="tag-row"><i class="icon-tag"></i> <a href="https://quickthoughts.jgregorymcverry.com/tag/Test" class="p-category" rel="tag">#Test</a></p>
#[davidmead]thx jgmac1106 It’s seems patchy to me that the code is the same but when and where they show up isn’t. Also no plugin or edit screen has a space for them
#[jgmac1106]That's because support is native. Though it does mean every tag is inside the content
#[jgmac1106]Any #hashtag gets converted to link with p-category and rel=tag
#[jgmac1106]... Though heard there is bug with Instagram and OYG
#[davidmead]I can’t get OYG to post to Known, though aaronpk changed something that got a couple of photos to post, then nothing
#[davidmead]Makes sense about tags. I may try to add a field for them in plugins (maybe a theme) for my own consistancy
#[jgmac1106]Check with Cleverdevil he is OYG/Known expert
#[jgmac1106]You could add an input field to any plugin if you wanted to add tags outside of content.... Though do not know enough about micropub innards to tell you how to handle the handshake
#jeremycherfas!tell [davidmead] I have been struggling with Known removing the tag from content and putting it in the tag row when receiving via OYG. Raised an issue but no word yet.
Val2, snarfed, benwerd, [metbril], KartikPrabhu, ichoquo0Aigh9ie, swentel, eduardm, [jgmac1106], rubenverborgh, [svandragt] and [kevinmarks] joined the channel
#[kevinmarks]@djmoch mention.tech is a python webmention handler - it is a bit bound to appengine but you could reuse some of it if you want to run your own
[metbril], jeremych_ and KartikPrabhu joined the channel
#jeremycherfas!tell aaronpk Is benwerd the only person who can do whatever is needed to bridge the #known channel in Slack to #knownchat?
KartikPrabhu, [jgmac1106] and [davidmead] joined the channel
#[davidmead][jeremycherfas] ah right. The few posts that worked for me did leave the first tag in the content which was strange.
barpthewire joined the channel
#ZegnatHmm. Loqi has +o in #knownchat, so stuff should just work
#jeremycherfasAlas, it doesn't. I see messages from jgmac1106, metbril and svandragt today in Slack that I do not see in #knownchat.
benwerd, petermolnar and [kevinmarks] joined the channel
#aaronpkYes I believe Ben is the only one who has privileges to turn off that channel mode
#Loqiaaronpk: jeremycherfas left you a message 1 hour, 53 minutes ago: Is benwerd the only person who can do whatever is needed to bridge the #known channel in Slack to #knownchat?
#aaronpkI guess I can make a thing where Loqi +v's everyone when they join but we really need the channel mode changed
#jgmac1106aaronpk I can ping Ben on Mastodon later if need be, seems to be fastest way to gewt him lately
KartikPrabhu, petermolnar, bradenslen, [schmarty], benwerd, deathrow1, snarfed and [davidmead] joined the channel; mail and petermolnar left the channel
#[davidmead]submitted my second pull request in GitHub. I’m on a roll 🙂
petermolnar, KartikPrabhu, eli_oat1, [tantek] and [schmarty] joined the channel; petermolnar left the channel
#Loqidavidmead has 1 karma in this channel over the last year (4 in all channels)
benwerd, nloadholtes, snarfed, KartikPrabhu, [kevinmarks], leg, [tantek], [asuh], [Rose], jeremych_, swentel, petermolnar and [frank] joined the channel; petermolnar left the channel
[eddie], snarfed, ben_thatmustbeme, rubenverborgh and [metbril] joined the channel; petermolnar left the channel
#[metbril]How can I retrieve which Micropub client has posted? The $_SERVER['REMOTE_ADDR'] gives an IP, but that does not really discriminate. Any tips?
#swentelcan you retrieve token info from indieauth/login.com ?
#[eddie]You wouldn't ever want to include the Micropub app in the properties. If anything, you could do something like send the micropub app in an mp-origin property of the POST
#aaronpkAnd if you're rolling your own token endpoint then store the client_id somewhere associated with the token
#[eddie]Yeah, I think to date everyone using the client_id has done their own token endpoints, so it was good to see the token verification also provides the client_id for those that aren't rolling their own
#[metbril]I use IndieAuth. I still have a lot of itches with Grav and try to focus on what's not working yet. But if anyone finds the time to upgrade my basic IndieAuth plugin to become an endpoint, then be my guest. PR's are very welcome. 😀