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", "blurhash": "toot:blurhash", "focalPoint": { "@container": "@list", "@id": "toot:focalPoint" } } ], "id": "https://m.cmx.im/users/Gnpink/statuses/107942000859249402/replies", "type": "Collection", "first": { "id": "https://m.cmx.im/users/Gnpink/statuses/107942000859249402/replies?page=true", "type": "CollectionPage", "next": "https://m.cmx.im/users/Gnpink/statuses/107942000859249402/replies?only_other_accounts=true&page=true", "partOf": "https://m.cmx.im/users/Gnpink/statuses/107942000859249402/replies", "items": [ { "id": "https://m.cmx.im/users/Gnpink/statuses/108256417973790554", "type": "Note", "summary": null, "inReplyTo": "https://m.cmx.im/users/Gnpink/statuses/107942000859249402", "published": "2022-05-06T18:30:46Z", "url": "https://m.cmx.im/@Gnpink/108256417973790554", "attributedTo": "https://m.cmx.im/users/Gnpink", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://m.cmx.im/users/Gnpink/followers" ], "sensitive": false, "atomUri": "https://m.cmx.im/users/Gnpink/statuses/108256417973790554", "inReplyToAtomUri": "https://m.cmx.im/users/Gnpink/statuses/107942000859249402", "conversation": "tag:m.cmx.im,2021-10-28:objectId=13954431:objectType=Conversation", "content": "<p>我之前比较讨厌金山WPS就一直用微软office没有用过这个,结果今天为了一个小组作业用了一下它的共享文档功能,发现很好用啊!</p><p>而且再次提醒了我,为什么我想要康奈尔obsidian,实际上我就是想实现右边这个「评论」的效果。</p><p>ob的根基是markdown文件,md的特性之一是线性文本page,所以ob的最小单位是页,没法拆到块(块引用很妥协)。<br />这就造成了一个诡异现象——整个ob库是用非线性的、符合人脑的网状结构组织起来的;但是ob的双链链的是页,一页里面还是传统的线性文本。<br />这会引起一些问题,使用得越久积累的文字越多就会越发现这些问题。<br />比如,有些页我会写得很长、收集很多乱七八糟的引用、冒出很多不着边际的想法,这就会让我的整个页很乱,很多东西我都只想放在侧栏(特别是引用、问题、总结、脑洞)而不是正文里。</p><p>而且我也发现:记只为自己服务的笔记,md因为最小化了格式对思路的干扰,所以是最优选;但是一旦要写让别人看得懂的正经文章,富文本其实比md好用多了!决定以后还是不用typora写正文,换成类word软件好了。</p><p>所以关于这个的解决方法🤔 粒度无法细到块是ob为数不多的致命缺点,因为它要保证通用md格式就不太可能自己单独造一套块语法出来。要实现康奈尔也有生造语法的问题,md就不适合这么搞(有大佬搞了个插件,可以把%%注释显示在侧栏,是个不错的ob康奈尔解决方向。但目前还不太完善。而且这也涉及md的标记和显示分裂的问题,所见即所得模式不可能让注释不显示。)</p><p>要不我以后把比较乱的长篇笔记换一个应用放?最好是附带链接,可以直接在ob里点链接跳转到那里。选谁呢?logseq吗?</p>", "contentMap": { "zh": "<p>我之前比较讨厌金山WPS就一直用微软office没有用过这个,结果今天为了一个小组作业用了一下它的共享文档功能,发现很好用啊!</p><p>而且再次提醒了我,为什么我想要康奈尔obsidian,实际上我就是想实现右边这个「评论」的效果。</p><p>ob的根基是markdown文件,md的特性之一是线性文本page,所以ob的最小单位是页,没法拆到块(块引用很妥协)。<br />这就造成了一个诡异现象——整个ob库是用非线性的、符合人脑的网状结构组织起来的;但是ob的双链链的是页,一页里面还是传统的线性文本。<br />这会引起一些问题,使用得越久积累的文字越多就会越发现这些问题。<br />比如,有些页我会写得很长、收集很多乱七八糟的引用、冒出很多不着边际的想法,这就会让我的整个页很乱,很多东西我都只想放在侧栏(特别是引用、问题、总结、脑洞)而不是正文里。</p><p>而且我也发现:记只为自己服务的笔记,md因为最小化了格式对思路的干扰,所以是最优选;但是一旦要写让别人看得懂的正经文章,富文本其实比md好用多了!决定以后还是不用typora写正文,换成类word软件好了。</p><p>所以关于这个的解决方法🤔 粒度无法细到块是ob为数不多的致命缺点,因为它要保证通用md格式就不太可能自己单独造一套块语法出来。要实现康奈尔也有生造语法的问题,md就不适合这么搞(有大佬搞了个插件,可以把%%注释显示在侧栏,是个不错的ob康奈尔解决方向。但目前还不太完善。而且这也涉及md的标记和显示分裂的问题,所见即所得模式不可能让注释不显示。)</p><p>要不我以后把比较乱的长篇笔记换一个应用放?最好是附带链接,可以直接在ob里点链接跳转到那里。选谁呢?logseq吗?</p>" }, "updated": "2022-08-06T04:37:25Z", "attachment": [ { "type": "Document", "mediaType": "image/png", "url": "https://media.cmx.edu.kg/media_attachments/files/108/256/352/145/333/916/original/65ef339272cd50d9.png", "name": null, "blurhash": "U5RpB_9a%gxv_3s:4:s,0gn$xWV@IVaex]V@", "width": 1974, "height": 1050 } ], "tag": [], "replies": { "id": "https://m.cmx.im/users/Gnpink/statuses/108256417973790554/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://m.cmx.im/users/Gnpink/statuses/108256417973790554/replies?min_id=108873894147675542&page=true", "partOf": "https://m.cmx.im/users/Gnpink/statuses/108256417973790554/replies", "items": [ "https://m.cmx.im/users/Gnpink/statuses/108256420853520655", "https://m.cmx.im/users/Gnpink/statuses/108323313216657939", "https://m.cmx.im/users/Gnpink/statuses/108774205222966556", "https://m.cmx.im/users/Gnpink/statuses/108873894147675542" ] } }, "likes": { "id": "https://m.cmx.im/users/Gnpink/statuses/108256417973790554/likes", "type": "Collection", "totalItems": 4 }, "shares": { "id": "https://m.cmx.im/users/Gnpink/statuses/108256417973790554/shares", "type": "Collection", "totalItems": 0 } } ] } }