Update README

Updated currently implemented features
This commit is contained in:
Scharel 2018-11-18 11:37:54 +01:00 committed by GitHub
parent 799a806c8d
commit 1e7e204656
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,10 +6,13 @@ The [Sailfish OS SDK](https://sailfishos.org/wiki/Application_SDK) is used to wr
## Current features ## Current features
- List all notes on the server - Multiple Nextcloud accounts
- List all notes of an account
- Show the content of the notes - Show the content of the notes
- Toggle favorite property - Basic [Markdown](https://en.wikipedia.org/wiki/Markdown) rendering
- Group notes by category - Edit the notes content
- Edit favorite property
- Edit category property
## Planned features ## Planned features
@ -17,9 +20,8 @@ The [Sailfish OS SDK](https://sailfishos.org/wiki/Application_SDK) is used to wr
- Login screen for the nextcloud account (using the [Login Flow](https://docs.nextcloud.com/server/14/developer_manual/client_apis/LoginFlow/index.html) if possible) - Login screen for the nextcloud account (using the [Login Flow](https://docs.nextcloud.com/server/14/developer_manual/client_apis/LoginFlow/index.html) if possible)
- Create new notes - Create new notes
- Delete notes - Delete notes
- Edit notes
- Automatically push changes to the server while editing a note - Automatically push changes to the server while editing a note
- [Markdown](https://en.wikipedia.org/wiki/Markdown) rendering - Better [Markdown](https://en.wikipedia.org/wiki/Markdown) rendering
- Search in notes - Search in notes
- Checklist support - Checklist support
- Offline support - Offline support
@ -29,7 +31,6 @@ The [Sailfish OS SDK](https://sailfishos.org/wiki/Application_SDK) is used to wr
## Features to be considered ## Features to be considered
- All features of the [Android App](https://github.com/stefan-niedermann/nextcloud-notes) - All features of the [Android App](https://github.com/stefan-niedermann/nextcloud-notes)
- Multiple nextcloud accounts
- Use user metadata and theming (via [OCS API](https://docs.nextcloud.com/server/14/developer_manual/client_apis/OCS/index.html)) - Use user metadata and theming (via [OCS API](https://docs.nextcloud.com/server/14/developer_manual/client_apis/OCS/index.html))
- Share notes - Share notes
- Import notes from textfiles - Import notes from textfiles