@MrHenko Thanks for writing this up; Iâve added it to the wiki.
I think for your replies to show up under your original post, you have to also send a Webmention to it (as well as to the Micro.blog reply youâre replying to), although since youâre getting replies from the Micro.blog Conversation to multiple different reply-posts youâve made on your site that are part of the Conversation, it seems like Micro.blog should have also sent a Webmention back to your original post when your reply-post was added to the ConversationâŚ.
(I also think I remember seeing someone who had gotten on-blog-replies to comments that arrived from Micro.blog as Webmentions to be sent back to Micro.blog as Webmentions in response to those commentsâŚbut I canât remember who, so maybe Iâm imagining itâŚ)
My head hurts from trying to keep this straight⌠;-) But the two things you did figure out are really helpful đ
@MrHenko Also, 1) how did you liberate the Shortcut from Shortcuts in order to get it into GitHub, and 2) how does one then install it into Shortcuts from GitHub?
The Shortcut sounds really useful for (at least as a starting point in customizing for their own blog) everyone who does get the Webmention-to-Micro.blog stuff working đ
@smokey As I read the third paragraph of your post I literally thought âmy head hurtsâ. Then I read your forth paragraph. đ Anyway, thanks for adding it to the wiki. Follow up question though, what wiki? Where do I find it? I wonder how many webmentions I receive if I also reply to my original post here? Regarding your second post, 1) Used the share sheet and selected âDela som filâ, which I assume is called âShare as fileâ (or possibly âSave as fileâ) in English. That brings up a second share sheet in which I could save it to the files app. From there I uploaded it to GitHub. 2) Iâm not sure and havenât tried it, but I assume you could use the download link on GitHub, save it so files and then open it there and chose to import it. Be aware, the Shortcut is very much a hack solution right now. It totally butchers the result if the post you are trying to reply to originates from a non-hosted micro.blog account.
@MrHenko Haha! Sorry for making your head hurt, too. Lots of little details yet to be untangled for WebmentionsâŚ.
The Micro.wiki is here; I added your article to the WordPress page (although in some ways the article is applicable to all non-Micro.blog-hosted blog systems).
Thanks for the info about the Shortcut; I had missed the âShare as Fileâ option because itâs so far off the screen to the right in that sheet ;-)
I was not able to get your Shortcut from GitHub into Shortcuts using just iOS, I think because it was missing the .shortcut
extension (and Files wonât let you change the filename extension, which it thought was .blog_reply
!). But I downloaded it on the Mac, added the correct extension, got Micro.blog reply.shortcut
back into Files, and then successfully imported it into Shortcuts on my phone!
I wondered how you were dealing with replying to initial posts, which was part of my reason for wanting to look at the Shortcut ;-) I have a couple of also-hacky ideas for how one might handle that, the best of which involves selecting the username, opening that personâs profile page in a web browser, running my âMicro.blog Conversationâ bookmarklet to make a âConversationâ link appear if there isnât already one (or if youâre not logged in in the web browser), and then finding the post and feeding its (new) âConversationâ link to your Shortcut ;-)
(Also, you can slightly simplify your Shortcut by using Get Component of URL
(Path
), then using Split Text
(still /
) and Get Item from List
(Item At Index
, 2
) each once to get the username; Path
is /username/postnumber
, which is why itâs index 2, since index 1/first item is the emptyness before the first slash. To me, that feels like cleaner âcodeâ, but thatâs just me :-) )
Files wonât let you change the filename extension âŚ
@viticci has a shortcut that neatly gets around that limitation: Rename and save files
@artkavanagh Oh, thatâs great; thanks! I can even trigger that Shortcut from the âmedia download viewâ directly and give the thing the proper name and destination in one step.