This commit is contained in:
parent
139fb9b63d
commit
227fa3eaeb
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user