Nextcloud notes client for SailfishOS
icons | ||
qml | ||
rpm | ||
src | ||
translations | ||
.gitignore | ||
harbour-nextcloudnotes.desktop | ||
harbour-nextcloudnotes.pro | ||
LICENSE | ||
README.md |
Nextcloud notes client for SailfishOS
A mobile App providing access to Nextcloud Notes on Sailfish OS.
Communication with the nextcloud server happens over the Notes API 0.2.
The Sailfish OS SDK is used to write and build this project.
You can preview some screenshots here.
RPM-Packages can be downloaded here.
Current features
- Multiple Nextcloud accounts
- List all notes of an account
- Show the content of the notes
- Markdown rendering powered by ShowdownJS
- Edit the notes content
- Create new notes
- Delete notes
- Edit favorite property
- Edit category property
- Checklists
- Link to external website with Markdown syntax
Planned features
(The ordering represents the priority for the implementation)
- Uusing the Login Flow if possible
- Automatically push changes to the server while editing a note
- Search in notes
- Offline support
- Usage of Sailfish OS Secrets to store the user credentials
Features to be considered
- All features of the Android App
- Use user metadata and theming (via OCS API)
- Share notes
- Import notes from textfiles
- Sync with the Sailfish OS build in notes app
- Versioning / trashbin
- Use ETags to synchronize notes more efficient