harbour-nextcloudnotes/README.md
Scharel 1e7e204656
Update README
Updated currently implemented features
2018-11-18 11:37:54 +01:00

1.7 KiB

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.

Current features

  • Multiple Nextcloud accounts
  • List all notes of an account
  • Show the content of the notes
  • Basic Markdown rendering
  • Edit the notes content
  • Edit favorite property
  • Edit category property

Planned features

(The ordering represents the priority for the implementation)

  • Login screen for the nextcloud account (using the Login Flow if possible)
  • Create new notes
  • Delete notes
  • Automatically push changes to the server while editing a note
  • Better Markdown rendering
  • Search in notes
  • Checklist support
  • Offline support
  • Overview of the supported markdown elements
  • 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