[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
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?
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]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
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?
KartikPrabhu, petermolnar, bradenslen, [schmarty], benwerd, deathrow1, snarfed and [davidmead] joined the channel; mail and 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
[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?
[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
[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. 😀