Skip to content

Commit 00c9891

Browse files
committed
doc: update features
Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
1 parent 9cc6dee commit 00c9891

2 files changed

Lines changed: 21 additions & 10 deletions

File tree

README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,19 +84,23 @@ You can visit the [QOwnNotes project page](https://www.qownnotes.org) for more *
8484
(install [QOwnNotesAPI](https://github.com/pbek/qownnotesapi) on your server)
8585
- **trashed notes** can be restored from your Nextcloud / ownCloud server
8686
(install [QOwnNotesAPI](https://github.com/pbek/qownnotesapi) on your server)
87-
- there also is a local trash
87+
- there also are **local trash** and **system trash** modes
8888
- sub-string searching of notes is possible and search results are highlighted in the notes
8989
- application can be operated with **customizable keyboard shortcuts**
90+
- supports **global keyboard shortcuts on Wayland**
9091
- external changes of note files are watched (notes or note list are reloaded)
9192
- differences between current note and externally changed note are shown in a dialog
9293
- **markdown highlighting** of notes and a markdown **preview**
93-
- **[spellchecking](https://www.qownnotes.org/editor/spellchecking.html)** support
94+
- includes **inline image previews**, **heading folding**, and optional hiding of Markdown formatting syntax
95+
- optional **wiki-style note links** like `[[Note]]` with auto-completion, heading anchors, aliases, backlinks, and refactoring support
96+
- **[spellchecking](https://www.qownnotes.org/editor/spellchecking.html)** and optional **[LanguageTool grammar and style checking](https://www.qownnotes.org/editor/languagetool.html)** support
9497
- **tabbing support** for editing notes
9598
- scripting support and an online [script repository](https://github.com/qownnotes/scripts)
9699
where you can install scripts inside the application
97-
- implementation of the **[OpenAI completion API](https://www.qownnotes.org/blog/2024-05-17-AI-support-was-added-to-QOwnNotes.html)** to be used in scripts
100+
- built-in **AI support** with script integration for providers like **OpenAI** and **Groq**
101+
- includes a built-in **MCP server** so external AI agents can search and fetch notes securely
98102
- [QOwnNotes Web Companion browser extension](https://github.com/qownnotes/web-companion)
99-
to a add notes from the selected text and other features
103+
to add notes from the selected text and other features
100104
- visit the [Chrome Web Store](https://chrome.google.com/webstore/detail/qownnotes-web-companion/pkgkfnampapjbopomdpnkckbjdnpkbkp)
101105
page to install the app on Google Chrome
102106
- visit the [Firefox Add-ons](https://addons.mozilla.org/firefox/addon/qownnotes-web-companion)
@@ -105,23 +109,24 @@ You can visit the [QOwnNotes project page](https://www.qownnotes.org) for more *
105109
in the Nextcloud / ownCloud notes web-application) and the note text files are
106110
automatically renamed, if the first line changes
107111
- this feature can also be turned off, and you can use any filename you like
108-
- manage your Nextcloud / ownCloud todo lists (ownCloud tasks or Tasks Plus / Calendar Plus)
112+
- manage your Nextcloud / ownCloud todo lists (ownCloud tasks or Tasks Plus / Calendar Plus), or use another **CalDAV** server
109113
- create [Nextcloud Deck](https://apps.nextcloud.com/apps/deck) cards and link to them in your notes
110114
- **encryption of notes** (AES-256 is built in, or you can use custom encryption methods like
111115
**[Keybase.io](https://keybase.io)** ([encryption-keybase.qml](https://github.com/pbek/QOwnNotes/blob/main/docs/scripting/examples/encryption-keybase.qml)) or
112116
**PGP** ([encryption-pgp.qml](https://github.com/pbek/QOwnNotes/blob/main/docs/scripting/examples/encryption-pgp.qml)))
113-
- **dark mode** theme support
117+
- **dark mode** theme support, live theme switching, and custom **color modes**
114118
- all **panels can be placed wherever you want**, they can even float or stack (fully dockable)
115119
- **toolbars** are **fully customizable**
116120
- support for **freedesktop theme icons**, so you can use QOwnNotes with your
117121
native desktop icons and with your favorite dark desktop theme
118122
QOwnNotes supports Freedesktop icon themes
119123
- support for hierarchical **note tagging** and **note subfolders**
124+
- linked files and attachments can be managed from the **Navigation panel**
120125
- support for **sharing notes** on your Nextcloud / ownCloud server
121126
- **portable mode** for carrying QOwnNotes around on USB sticks
122127
- **Vim mode**
123128
- **distraction free mode**, **full-screen mode**, **typewriter mode**
124-
- Evernote (now with large files) and Joplin import
129+
- Evernote (now with large files and optional **YAML front matter** metadata) and Joplin import
125130
- QOwnNotes is **available in over 60 different languages** like English, German,
126131
French, Polish, Chinese, Japanese, Russian, Portuguese, Hungarian, Dutch and Spanish
127132
- [Your help](https://www.qownnotes.org/contributing/translation.html) is

webpage/src/getting-started/overview.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,11 @@ Join our [Telegram Group](https://t.me/QOwnNotes) to discuss, learn, and connect
3333
- Manage your Nextcloud / ownCloud **todo lists** (**Nextcloud tasks** or **Tasks Plus** / **Calendar Plus**) or use another **CalDAV server** to sync your tasks to
3434
- Older **versions** of your notes can be **restored** from your **Nextcloud / ownCloud** server
3535
- **Trashed notes** can be **restored** from your **Nextcloud / ownCloud** server
36+
- There are also **local trash** and **system trash** modes
3637
- **External changes** of note files are **watched** (notes or note list are reloaded)
3738
- Support for **hierarchical note tagging** and **note subfolders**
39+
- Includes moving and reorganizing subfolders with link updates and selective subfolder visibility
40+
- Optional **wiki-style note links** like `[[Note]]` with autocomplete, heading anchors, aliases, backlinks, and refactoring support
3841
- Optional **encryption** of notes, AES-256 is built in, or you can use custom encryption methods like
3942
**[Keybase.io](https://keybase.io/)** ([encryption-keybase.qml](https://github.com/pbek/QOwnNotes/blob/main/docs/scripting/examples/encryption-keybase.qml))
4043
or **PGP** ([encryption-pgp.qml](https://github.com/pbek/QOwnNotes/blob/main/docs/scripting/examples/encryption-pgp.qml))
@@ -44,20 +47,23 @@ Join our [Telegram Group](https://t.me/QOwnNotes) to discuss, learn, and connect
4447
- [**Spellchecking**](../editor/spellchecking.md) and optional [**LanguageTool**](../editor/languagetool.md) support
4548
- **Portable mode** for carrying QOwnNotes around on USB sticks
4649
- **Scripting support** and an online [**script repository**](https://github.com/qownnotes/scripts) where you can install scripts inside the application
47-
- Implementation of the **[OpenAI completion API](https://www.qownnotes.org/blog/2024-05-17-AI-support-was-added-to-QOwnNotes.html)**
48-
to be used in scripts
50+
- Built-in **AI support** with script integration for providers like **OpenAI** and **Groq**
51+
- Includes a built-in **MCP server** so external AI agents can search and fetch notes securely
4952
- **Vim mode**
5053
- **[Web application](web-app.md)** to **insert photos from your mobile phone** into the current note in QOwnNotes on your desktop
5154

5255
## Appearance
5356

5457
- **Markdown highlighting** of notes and a **markdown preview mode**
55-
- **Dark mode theme support**
58+
- Includes **inline image previews**, **Markdown heading folding**, and optional hiding of Markdown formatting syntax
59+
- **Dark mode theme support** with live switching and custom **color modes**
5660
- **Theming support** for the **Markdown syntax highlighting**
5761
- All **panels can be placed wherever you want**, they can even **float** or **stack** (fully dockable)
5862
- Support for **freedesktop theme icons**, you can use QOwnNotes with your **native desktop icons** and with your favorite **dark desktop theme**
5963
- **Distraction free mode**, **Full-screen mode** and **Typewriter mode**
6064
- **Line numbers**
65+
- **Block selection** and other power-user editor workflows
66+
- Support for **global keyboard shortcuts on Wayland**
6167
- **Differences** between current note and externally changed note are **shown** in a dialog
6268

6369
## Languages

0 commit comments

Comments
 (0)