Linux command
joplin 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Start Joplin terminal app
joplin
Create a new note
joplin mknote "[Note Title]"
Create a new notebook
joplin mkbook "[Notebook Name]"
List all notebooks
joplin ls /
List notes in a notebook
joplin ls [notebook]
Edit a note in your text editor
joplin edit "[note title]"
Search for notes
joplin search "[query]"
Sync with cloud storage
joplin sync
Add a tag to a note
joplin tag add "[tag]" "[note title]"
说明
Joplin is an open-source note-taking application supporting Markdown. The terminal version provides command-line access to notes, complementing the desktop and mobile apps. Joplin supports end-to-end encryption, sync via Nextcloud/Dropbox/OneDrive/Joplin Cloud, and import from Evernote. Notes are stored in Markdown format and can be tagged and organized into notebooks.
参数
- mknote _title_
- Create new note.
- mkbook _name_
- Create new notebook.
- ls _path_
- List notebooks or notes.
- edit _note_
- Edit note in editor.
- cat _note_
- Display note content.
- rmnote _note_
- Delete note.
- mv _note_ _notebook_
- Move note.
- sync
- Synchronize with cloud.
- tag _command_ _tag_ _note_
- Manage tags (add, remove, list, notetags).
- search _query_
- Search notes.
- import _path_ _notebook_
- Import data (supports md, jex, enex formats).
- export _path_
- Export data (supports jex, md, raw, md_frontmatter formats).
- ren _item_ _name_
- Rename a note or notebook.
- cp _note_ _notebook_
- Duplicate a note to a notebook.
- mktodo _title_
- Create a new to-do item.
- done _note_
- Mark a to-do as done.
- undone _note_
- Mark a to-do as not done.
- config _key_ _value_
- Get/set configuration.
- status
- Display summary of notes and notebooks.
- use _notebook_
- Select default notebook.
FAQ
What is the joplin command used for?
Joplin is an open-source note-taking application supporting Markdown. The terminal version provides command-line access to notes, complementing the desktop and mobile apps. Joplin supports end-to-end encryption, sync via Nextcloud/Dropbox/OneDrive/Joplin Cloud, and import from Evernote. Notes are stored in Markdown format and can be tagged and organized into notebooks.
How do I run a basic joplin example?
Run `joplin` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does mknote _title_ do in joplin?
Create new note.