ActivityPub Viewer

A small tool to view real-world ActivityPub objects as JSON! Enter a URL or username from Mastodon or a similar service below, and we'll send a request with the right Accept header to the server to view the underlying object.

Open in browser →
{ "@context": [ "https://www.w3.org/ns/activitystreams", { "ostatus": "http://ostatus.org#", "atomUri": "ostatus:atomUri", "inReplyToAtomUri": "ostatus:inReplyToAtomUri", "conversation": "ostatus:conversation", "sensitive": "as:sensitive", "toot": "http://joinmastodon.org/ns#", "votersCount": "toot:votersCount", "litepub": "http://litepub.social/ns#", "directMessage": "litepub:directMessage", "Hashtag": "as:Hashtag" } ], "id": "https://emacs.ch/users/fox/statuses/113494151447253745", "type": "Note", "summary": null, "inReplyTo": null, "published": "2024-11-16T18:55:16Z", "url": "https://emacs.ch/@fox/113494151447253745", "attributedTo": "https://emacs.ch/users/fox", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://emacs.ch/users/fox/followers", "https://graz.social/users/publicvoit" ], "sensitive": false, "atomUri": "https://emacs.ch/users/fox/statuses/113494151447253745", "inReplyToAtomUri": null, "conversation": "tag:emacs.ch,2024-11-16:objectId=29384118:objectType=Conversation", "content": "<p>I think about a way to add comments on my blog posts using email, Emacs, Org-mode and Yasnippet.</p><p>For context: My blog is a static website, written with Org-mode and I use org-publish to export to HTML and manage the static files (CSS, images, etc).</p><p>* Send a comment</p><p>First, all comments could be sent to me by email. With an address like &quot;comments@…&quot;.</p><p>When I write a new blog post, in Org-mode, I can add a section named `Comments [/]` at the bottom. This section have, as a body text, a link &quot;Send a comment&quot; which have a mailto URL to my comments email address.</p><p>This section can be automatically added, as I already use Yasnippet for the base of all my blog post. I just need to edit my blog post snippet.</p><p>And if I don&#39;t want comments on an article, I can simply remove this section.</p><p>* Review comments</p><p>Second, I can use Emacs to read emails received at the comments address. </p><p>I can review them and choose which one I accept. This way, I can do comments moderation before publication.</p><p>* Comment publication</p><p>Third, I can use org-capture to capture the comment text, author name and email date. </p><p>I capture only the comments I accept and store them in the related blog post, as a sub-heading of section &quot;Comments [/]&quot;.</p><p>The &quot;[/]&quot; of the comments section serves as comments count.</p><p>A comment entry could have the date and author name as heading title, and the comment in a quote block bellow the title.</p><p>I still need to figure how to set the capture target. </p><p>The comments sorting could be done with org-sort, as the comment heading contain the date. I also need to figure how to do the sort automatically after adding a comment.</p><p>* Inspiration</p><p>I took inspiration from the blog of <span class=\"h-card\" translate=\"no\"><a href=\"https://graz.social/@publicvoit\" class=\"u-url mention\">@<span>publicvoit</span></a></span> (<a href=\"https://karl-voit.at\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">karl-voit.at</span><span class=\"invisible\"></span></a>), where the comments are sections of the blog post.</p><p><a href=\"https://emacs.ch/tags/OrgMode\" class=\"mention hashtag\" rel=\"tag\">#<span>OrgMode</span></a> <br /><a href=\"https://emacs.ch/tags/Blog\" class=\"mention hashtag\" rel=\"tag\">#<span>Blog</span></a> <br /><a href=\"https://emacs.ch/tags/Emacs\" class=\"mention hashtag\" rel=\"tag\">#<span>Emacs</span></a></p>", "contentMap": { "en": "<p>I think about a way to add comments on my blog posts using email, Emacs, Org-mode and Yasnippet.</p><p>For context: My blog is a static website, written with Org-mode and I use org-publish to export to HTML and manage the static files (CSS, images, etc).</p><p>* Send a comment</p><p>First, all comments could be sent to me by email. With an address like &quot;comments@…&quot;.</p><p>When I write a new blog post, in Org-mode, I can add a section named `Comments [/]` at the bottom. This section have, as a body text, a link &quot;Send a comment&quot; which have a mailto URL to my comments email address.</p><p>This section can be automatically added, as I already use Yasnippet for the base of all my blog post. I just need to edit my blog post snippet.</p><p>And if I don&#39;t want comments on an article, I can simply remove this section.</p><p>* Review comments</p><p>Second, I can use Emacs to read emails received at the comments address. </p><p>I can review them and choose which one I accept. This way, I can do comments moderation before publication.</p><p>* Comment publication</p><p>Third, I can use org-capture to capture the comment text, author name and email date. </p><p>I capture only the comments I accept and store them in the related blog post, as a sub-heading of section &quot;Comments [/]&quot;.</p><p>The &quot;[/]&quot; of the comments section serves as comments count.</p><p>A comment entry could have the date and author name as heading title, and the comment in a quote block bellow the title.</p><p>I still need to figure how to set the capture target. </p><p>The comments sorting could be done with org-sort, as the comment heading contain the date. I also need to figure how to do the sort automatically after adding a comment.</p><p>* Inspiration</p><p>I took inspiration from the blog of <span class=\"h-card\" translate=\"no\"><a href=\"https://graz.social/@publicvoit\" class=\"u-url mention\">@<span>publicvoit</span></a></span> (<a href=\"https://karl-voit.at\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">karl-voit.at</span><span class=\"invisible\"></span></a>), where the comments are sections of the blog post.</p><p><a href=\"https://emacs.ch/tags/OrgMode\" class=\"mention hashtag\" rel=\"tag\">#<span>OrgMode</span></a> <br /><a href=\"https://emacs.ch/tags/Blog\" class=\"mention hashtag\" rel=\"tag\">#<span>Blog</span></a> <br /><a href=\"https://emacs.ch/tags/Emacs\" class=\"mention hashtag\" rel=\"tag\">#<span>Emacs</span></a></p>" }, "updated": "2024-11-16T19:06:57Z", "attachment": [], "tag": [ { "type": "Mention", "href": "https://graz.social/users/publicvoit", "name": "@publicvoit@graz.social" }, { "type": "Hashtag", "href": "https://emacs.ch/tags/orgmode", "name": "#orgmode" }, { "type": "Hashtag", "href": "https://emacs.ch/tags/blog", "name": "#blog" }, { "type": "Hashtag", "href": "https://emacs.ch/tags/emacs", "name": "#emacs" } ], "replies": { "id": "https://emacs.ch/users/fox/statuses/113494151447253745/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://emacs.ch/users/fox/statuses/113494151447253745/replies?min_id=113495360269257372&page=true", "partOf": "https://emacs.ch/users/fox/statuses/113494151447253745/replies", "items": [ "https://emacs.ch/users/fox/statuses/113494287718704191", "https://emacs.ch/users/fox/statuses/113495360269257372" ] } } }