← 返回命令列表

Linux command

qownnotes 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Start QOwnNotes

QOwnNotes

Start in portable mode

QOwnNotes --portable

Start with a different session

QOwnNotes --session [session_name]

Dump current settings

QOwnNotes --dump-settings

Clear settings

QOwnNotes --clear-settings

Trigger a menu action

QOwnNotes --action [actionShow_Todo_List]

Allow multiple instances

QOwnNotes --allow-multiple-instances

说明

QOwnNotes is a plain-text note-taking application that stores notes as standard Markdown files on disk. Notes are fully portable and can be edited with any text editor, while QOwnNotes provides a rich interface with syntax highlighting, a preview panel, tagging, note searching, and hierarchical folder organization. Optional integration with ownCloud or Nextcloud enables cloud synchronization across devices, including server-side encryption and versioning. The application also supports scripting for custom workflows, Vim keybindings, and portable mode for running from removable media.

参数

--portable
Run in portable mode, storing settings alongside the executable.
--session _name_
Run with a different context for settings and internal files. Useful for troubleshooting without losing current settings.
--clear-settings
Clear all settings before starting the application.
--dump-settings
Print a dump of current settings and environment in GitHub Markdown format, then exit.
--action _name_
Trigger a menu action after startup. Use customAction__identifier_ for scripted custom actions.
--allow-multiple-instances
Allow multiple instances of QOwnNotes even if disallowed in settings.
--completion _shell_
Generate shell completion code. Supports fish and bash.
--version
Print version number and exit.
--help
Show available command-line options.

FAQ

What is the qownnotes command used for?

QOwnNotes is a plain-text note-taking application that stores notes as standard Markdown files on disk. Notes are fully portable and can be edited with any text editor, while QOwnNotes provides a rich interface with syntax highlighting, a preview panel, tagging, note searching, and hierarchical folder organization. Optional integration with ownCloud or Nextcloud enables cloud synchronization across devices, including server-side encryption and versioning. The application also supports scripting for custom workflows, Vim keybindings, and portable mode for running from removable media.

How do I run a basic qownnotes example?

Run `QOwnNotes` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does --portable do in qownnotes?

Run in portable mode, storing settings alongside the executable.