From 9d2cd93ed31d8707a424913ee9bc83d55d216d0d Mon Sep 17 00:00:00 2001 From: Jon Michael Aanes Date: Fri, 27 Sep 2024 16:46:12 +0200 Subject: [PATCH] WIP --- favro_sync/__init__.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/favro_sync/__init__.py b/favro_sync/__init__.py index 0b81e2e..933c9d8 100644 --- a/favro_sync/__init__.py +++ b/favro_sync/__init__.py @@ -34,4 +34,15 @@ name, description, tasks, etc...) - Markdown Parser/Renderer - `FavroClient` - `CardCache` + +## Work in Progress + +Following features are work in progress: + +- [ ] Frontmatter: Tags. With hashtags, for obsidian compatibility. read-write. +- [ ] Frontmatter: Assigned members. Place `[[brackets]]` around in Obsidian mode. Maybe read-write? +- [ ] Frontmatter: Arbitrary structured data? Read-only. +- [ ] Frontmatter: Dependencies. As vault links in Obsidian mode. +- [ ] Allow users to toggle Obsidian mode, instead of being default. +- [ ] Get the correct last-modified date. """