From 99899bd49e404f46063d8b0ede07934f9c813648 Mon Sep 17 00:00:00 2001 From: scambier Date: Tue, 25 Jun 2024 11:31:33 +0200 Subject: [PATCH] Update README.md --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 961e21e..e92e555 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,13 @@ _A small Janet script to archive all your Mastodon bookmarks in Markdown files._ Because Mastodon posts can disappear for a variety of reasons (deletion, defederation, server instance shutdown, ...), it is safer to archive your bookmarks. Each Markdown file will contain: -- A link to the original post -- The author's handle -- The post's content in HTML -- The media attachments locally downloaded -- If available, the alt text for each media +- [x] A link to the original post +- [x] The author's handle +- [x] The post's content in HTML +- [x] The media attachments locally downloaded +- [x] If available, the alt text for each media +- [ ] The full thread, if applicable +- [ ] The link card, if any Most of these values will be in the form of `key:: value` for easy integration with Obsidian's plugin Dataview. A sample script is available [here](./dataview-query.js)