diff --git a/favro_sync/__init__.py b/favro_sync/__init__.py index 24ef939..121b5b8 100644 --- a/favro_sync/__init__.py +++ b/favro_sync/__init__.py @@ -9,9 +9,14 @@ your organization's payment plan. 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: -- Local access to cards in todolist. +- Access collections and cards in a file hierarchy. - Read card features: - Title - Description @@ -32,6 +37,7 @@ Limitations: - Tasks (checklists on cards) cannot be updated or changed. - Images cannot be updated or changed. - You cannot create new cards, nor any other files. +- Collection order is not presented. ## Usage