1
0

README
All checks were successful
Run Python tests (through Pytest) / Test (push) Successful in 27s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 24s

This commit is contained in:
Jon Michael Aanes 2025-01-08 15:43:38 +01:00
parent 5ca485710b
commit c8b905c402

View File

@ -9,9 +9,14 @@ 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
The feature set is mainly aimed towards giving a better writing experience in
Favro. Management and organization features have been left out.
Features: Features:
- Local access to cards in todolist. - Access collections and cards in a file hierarchy.
- Read card features: - Read card features:
- Title - Title
- Description - Description
@ -32,6 +37,7 @@ Limitations:
- Tasks (checklists on cards) cannot be updated or changed. - Tasks (checklists on cards) cannot be updated or changed.
- Images cannot be updated or changed. - Images cannot be updated or changed.
- You cannot create new cards, nor any other files. - You cannot create new cards, nor any other files.
- Collection order is not presented.
## Usage ## Usage