HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

QOwnNotes — Markdown note-taking application. Optionally integrates with the note-taking applications of Nextclo

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandmarkdownnoteqownnotesclioptionallytakingapplication

Problem

How to use the QOwnNotes command: Markdown note-taking application. Optionally integrates with the note-taking applications of Nextcloud and ownCloud. See also: qc. More information: <https://www.qownnotes.org/getting-started/cli-parameters.html>.

Solution

QOwnNotes — Markdown note-taking application. Optionally integrates with the note-taking applications of Nextcloud and ownCloud. See also: qc. More information: <https://www.qownnotes.org/getting-started/cli-parameters.html>.

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}}

Code Snippets

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}}

Context

tldr-pages: common/QOwnNotes

Revisions (0)

No revisions yet.