diff --git a/README.md b/README.md index 7445797c2..db626ebda 100644 --- a/README.md +++ b/README.md @@ -51,13 +51,15 @@ For usage information, please refer to the full [Joplin Terminal Application Doc # Features - Desktop, mobile and terminal applications. +- Import Enex files (Evernote export format) - Support notes, to-dos, tags and notebooks. +- Support for alarms (notifications) in mobile and desktop applications. - Offline first, so the entire data is always available on the device even without an internet connection. -- Ability to synchronise with multiple targets, including NextCloud, the file system and OneDrive (Dropbox is planned). +- Synchronisation with various services, including NextCloud, WebDAV and OneDrive. Dropbox is planned. +- End To End Encryption (E2EE) - Synchronises to a plain text format, which can be easily manipulated, backed up, or exported to a different format. -- Markdown notes, which are rendered with images and formatting in the desktop and mobile applications. -- Tag support -- File attachment support (images are displayed, and other files are linked and can be opened in the relevant application). +- Markdown notes, which are rendered with images and formatting in the desktop and mobile applications. Support for extra features such as math notation and checkboxes. +- File attachment support - images are displayed, and other files are linked and can be opened in the relevant application. - Search functionality. - Geo-location support. - Supports multiple languages @@ -106,6 +108,11 @@ If synchronisation does not work, please consult the logs in the app profile dir Select the "WebDAV" synchronisation target and follow the same instructions as for Nextcloud above. +Known compatible services that use WebDAV: + +- [DriveHQ](https://www.drivehq.com) +- [Zimbra](https://www.zimbra.com/) + ## OneDrive synchronisation When syncing with OneDrive, Joplin creates a sub-directory in OneDrive, in /Apps/Joplin and read/write the notes and notebooks from it. The application does not have access to anything outside this directory. diff --git a/docs/index.html b/docs/index.html index 32978fc5b..2f7fc70f7 100644 --- a/docs/index.html +++ b/docs/index.html @@ -265,13 +265,15 @@ sudo ln -s ~/.joplin-bin/bin/joplin /usr/bin/joplin

Features