Skip to content

Commit

Permalink
#2789 doc: mention Nextcloud Deck support and fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek committed Jun 17, 2023
1 parent bf8f8d3 commit e594ed8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ You can visit the [QOwnNotes project page](https://www.qownnotes.org) for more *
automatically renamed, if the first line changes
- this feature can also be turned off, and you can use any filename you like
- manage your Nextcloud / ownCloud todo lists (ownCloud tasks or Tasks Plus / Calendar Plus)
- create [Nextcloud Deck](https://apps.nextcloud.com/apps/deck) cards and links to them in your notes
- create [Nextcloud Deck](https://apps.nextcloud.com/apps/deck) cards and link to them in your notes
- **encryption of notes** (AES-256 is built in, or you can use custom encryption methods like
**[Keybase.io](https://keybase.io)** ([encryption-keybase.qml](https://github.com/pbek/QOwnNotes/blob/main/docs/scripting/examples/encryption-keybase.qml)) or
**PGP** ([encryption-pgp.qml](https://github.com/pbek/QOwnNotes/blob/main/docs/scripting/examples/encryption-pgp.qml)))
Expand Down
14 changes: 9 additions & 5 deletions webpage/src/getting-started/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,31 +151,35 @@ of [Nextcloud](https://nextcloud.com/) and [ownCloud](https://owncloud.org/).
[Understand the concept of QOwnNotes](concept.md)

## Features
- You can use your **existing text or markdown files**, no need for an import most of the times
- You can use your **existing text or markdown files**, no need for an import
- QOwnNotes is written in C++ and optimized for **low resource consumption** (no CPU and memory-hungry Electron app)
- **Evernote and Joplin import**
- **Compatible** with the Notes application of **Nextcloud / ownCloud** and **mobile** and Nextcloud Text
- **Compatible** with the [Notes](https://apps.nextcloud.com/apps/notes) application
of **Nextcloud / ownCloud** and **mobile** and Nextcloud Text
- Create **[Nextcloud Deck](https://apps.nextcloud.com/apps/deck) cards** and link to them in your notes
- Support for **sharing notes** on your **ownCloud** / **Nextcloud** server
- Manage your Nextcloud / ownCloud **todo lists** (**Nextcloud tasks** or **Tasks Plus** / **Calendar Plus**) or use another **CalDAV server** to sync your tasks to
- Older **versions** of your notes can be **restored** from your **Nextcloud / ownCloud** server
- **Trashed notes** can be **restored** from your **Nextcloud / ownCloud** server
- **External changes** of note files are **watched** (notes or note list are reloaded)
- Support for **hierarchical note tagging** and **note subfolders**
- Optional **encryption** of notes, AES-256 is built in or you can use custom encryption methods like **[Keybase.io](https://keybase.io/)** ([encryption-keybase.qml](https://github.com/pbek/QOwnNotes/blob/main/doc/scripting/encryption-keybase.qml)) or **PGP** ([encryption-pgp.qml](https://github.com/pbek/QOwnNotes/blob/main/doc/scripting/encryption-pgp.qml))
- Optional **encryption** of notes, AES-256 is built in, or you can use custom encryption methods like
**[Keybase.io](https://keybase.io/)** ([encryption-keybase.qml](https://github.com/pbek/QOwnNotes/blob/main/doc/scripting/encryption-keybase.qml))
or **PGP** ([encryption-pgp.qml](https://github.com/pbek/QOwnNotes/blob/main/doc/scripting/encryption-pgp.qml))
- The **notes folder** can be **freely chosen** (multiple note folders can be used)
- **Searching parts of words** in notes is possible and search results are highlighted in the notes
- [**Browser extension**](browser-extension.md) to **add notes from the selected text**, **make screenshots** or **manage your bookmarks**
- [**Spellchecking**](../editor/spellchecking.md) support
- **Portable mode** for carrying QOwnNotes around on USB sticks
- **Scripting support** and an online [**script repository**](https://github.com/qownnotes/scripts) where you can install scripts inside the application
- **Vim mode**
- [Web application](web-app.md) to **insert photos from your mobile phone** into the current note in QOwnNotes on your desktop
- **[Web application](web-app.md)** to **insert photos from your mobile phone** into the current note in QOwnNotes on your desktop


## Appearance
- **Markdown highlighting** of notes and a **markdown preview mode**
- **Dark mode theme support**
- **Theming support** for the **markdown syntax highlighting**
- **Theming support** for the **Markdown syntax highlighting**
- All **panels can be placed wherever you want**, they can even **float** or **stack** (fully dockable)
- Support for **freedesktop theme icons**, you can use QOwnNotes with your **native desktop icons** and with your favorite **dark desktop theme**
- **Distraction free mode**, **Full-screen mode** and **Typewriter mode**
Expand Down

0 comments on commit e594ed8

Please sign in to comment.