From 227fa3eaeba330360419572d6c6e67a5b5417ef8 Mon Sep 17 00:00:00 2001 From: Jon Michael Aanes Date: Sat, 28 Sep 2024 13:29:04 +0200 Subject: [PATCH] Updated README --- favro_sync/__init__.py | 29 +++++++++++++++++++++-------- 1 file changed, 21 insertions(+), 8 deletions(-) diff --git a/favro_sync/__init__.py b/favro_sync/__init__.py index 933c9d8..5716e85 100644 --- a/favro_sync/__init__.py +++ b/favro_sync/__init__.py @@ -9,15 +9,28 @@ your organization's payment plan. Uses [`python-fuse`](https://github.com/libfuse/python-fuse) library. +Features: + +- Local access to cards in todolist. +- Read card features: + - Title + - Description + - Tags + - Assignees +- Change card features: + - Title + - Description +- [Obsidian](https://obsidian.md/) compatibility: + - Mount within your vault. + - Link to cards by either card number or card title. + - Tags are directly integrated. + Limitations: - Only cards in todolist is fetched at the moment. -- Doesn't include title anywhere. -- Tasks cannot be updated or changed. - -A more complete implementation will probably require a Markdown parser, to -parse the saved input, and distribute it across the various Card fields (card -name, description, tasks, etc...) +- Tasks (checklists on cards) cannot be updated or changed. +- Images cannot be updated or changed. +- You cannot create new cards, nor any other files. ## Usage @@ -39,8 +52,8 @@ name, description, tasks, etc...) 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: Update Tags +- [ ] Frontmatter: Updated assigned members - [ ] Frontmatter: Arbitrary structured data? Read-only. - [ ] Frontmatter: Dependencies. As vault links in Obsidian mode. - [ ] Allow users to toggle Obsidian mode, instead of being default.