1
0

Updated README
Some checks failed
Test Python / Test (push) Failing after 25s

This commit is contained in:
Jon Michael Aanes 2024-09-28 13:29:04 +02:00
parent 139fb9b63d
commit 227fa3eaeb
Signed by: Jmaa
SSH Key Fingerprint: SHA256:Ab0GfHGCblESJx7JRE4fj4bFy/KRpeLhi41y4pF3sNA

View File

@ -9,15 +9,28 @@ your organization's payment plan.
Uses [`python-fuse`](https://github.com/libfuse/python-fuse) library. 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: Limitations:
- Only cards in todolist is fetched at the moment. - Only cards in todolist is fetched at the moment.
- Doesn't include title anywhere. - Tasks (checklists on cards) cannot be updated or changed.
- Tasks cannot be updated or changed. - Images cannot be updated or changed.
- You cannot create new cards, nor any other files.
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...)
## Usage ## Usage
@ -39,8 +52,8 @@ name, description, tasks, etc...)
Following features are work in progress: Following features are work in progress:
- [ ] Frontmatter: Tags. With hashtags, for obsidian compatibility. read-write. - [ ] Frontmatter: Update Tags
- [ ] Frontmatter: Assigned members. Place `[[brackets]]` around in Obsidian mode. Maybe read-write? - [ ] Frontmatter: Updated assigned members
- [ ] Frontmatter: Arbitrary structured data? Read-only. - [ ] Frontmatter: Arbitrary structured data? Read-only.
- [ ] Frontmatter: Dependencies. As vault links in Obsidian mode. - [ ] Frontmatter: Dependencies. As vault links in Obsidian mode.
- [ ] Allow users to toggle Obsidian mode, instead of being default. - [ ] Allow users to toggle Obsidian mode, instead of being default.