aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/lisp/my/mastorg.el
Commit message (Collapse)AuthorAgeFilesLines
* [emacs] Reset buffer in mastorg-openYuchen Pei2023-11-051-3/+5
|
* [emacs] Add mastorg.el, which renders a mastodon toot in org modeYuchen Pei2023-11-051-0/+205
From Commentary: ;; Read or archive mastodon toot context in org mode. This is a ;; standalone library, and can be used without any other files in this ;; project. ;; Usage: ;; M-x mastorg-open <RET> https://mastodon.instance/@user/12345678901234 <RET> ;; ;; The toot, together with its ancestors and descendants, subject to ;; mastodon API depth limit, are displayed in an org buffer. ;; TODO: ;; ;; To be able to refresh the org buffer at an org entry, which would ;; re-fetch the context of the corresponding toot and upsert them in ;; the buffer.