From 47682011db3e8b0a47cd2164bc60ca869f4ecc45 Mon Sep 17 00:00:00 2001 From: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com> Date: Sat, 20 Jan 2024 07:20:29 -0300 Subject: [PATCH] qownnotes: add page (#12089) * qownnotes: add page --------- Co-authored-by: Juri Dispan --- pages/common/qownnotes.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 pages/common/qownnotes.md diff --git a/pages/common/qownnotes.md b/pages/common/qownnotes.md new file mode 100644 index 000000000..3fa9d493c --- /dev/null +++ b/pages/common/qownnotes.md @@ -0,0 +1,21 @@ +# qownnotes + +> Markdown note-taking application. +> Optionally integrates with the note-taking applications of Nextcloud and ownCloud. +> More information: . + +- Run in portable mode: + +`QOwnNotes --portable` + +- Dump settings and other information about the app and environment in GitHub Markdown: + +`QOwnNotes --dump-settings` + +- Specify a different context for settings and internal files: + +`QOwnNotes --session {{test}}` + +- Trigger a menu action after the application was started: + +`QOwnNotes --action {{actionShow_Todo_List}}`