Update docs
This commit is contained in:
parent
9b7a95d6e4
commit
d4a56d8d91
|
@ -18,6 +18,7 @@ Features:
|
||||||
- Tags
|
- Tags
|
||||||
- Assignees
|
- Assignees
|
||||||
- Dependencies
|
- Dependencies
|
||||||
|
- Custom fields
|
||||||
- Change card features:
|
- Change card features:
|
||||||
- Title
|
- Title
|
||||||
- Description
|
- Description
|
||||||
|
@ -60,12 +61,15 @@ Following features are work in progress:
|
||||||
2. Get the Card's TaskList.
|
2. Get the Card's TaskList.
|
||||||
3. Remove all TaskList's except for the latest (how to determine latest?)
|
3. Remove all TaskList's except for the latest (how to determine latest?)
|
||||||
4. That's three requests just to save a freaking list of tasks!
|
4. That's three requests just to save a freaking list of tasks!
|
||||||
- [ ] Frontmatter: Arbitrary structured data (Custom Fields)? Read-only.
|
|
||||||
- [ ] Frontmatter: Readable Dependencies. As vault links in Obsidian mode.
|
|
||||||
- [ ] Frontmatter: Writable Dependencies.
|
- [ ] Frontmatter: Writable Dependencies.
|
||||||
- [ ] Allow users to toggle Obsidian mode, instead of being default.
|
- [ ] Usability: Richer directory structure
|
||||||
- [ ] Get the correct last-modified date.
|
- [ ] Usability: Allow users to toggle Obsidian mode, instead of being default.
|
||||||
- [ ] Improve cache behaviour. User and tags can have much longer cache times.
|
- [ ] Precision: Get the correct last-modified date.
|
||||||
|
- [ ] Performance: Improve cache behaviour. User and tags can have much longer cache times.
|
||||||
|
- [ ] Performance: Parallelize requests.
|
||||||
|
* Paginated pages can be easily parallelize.
|
||||||
|
- [X] Frontmatter: Arbitrary structured data (Custom Fields)? Read-only.
|
||||||
|
- [X] Frontmatter: Readable Dependencies. As vault links in Obsidian mode.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__all__ = ['__version__']
|
__all__ = ['__version__']
|
||||||
|
|
Loading…
Reference in New Issue
Block a user