Actions.md

June 25, 2026 ยท View on GitHub

See LSP code actions for actions exposed via the LSP interface.

namemodedescriptionarguments
follow_linknOpen the link under the cursor.link
nav_linknNavigate to next/previous link.direction
smart_actionnContext-aware action on the cursor.
newnCreate a new note.id
new_from_templatenCreate a new note from a template.id, template
unique_notenCreate a unique note.timestamp
unique_linknCreate and insert a unique note link.timestamp
add_propertynAdd frontmatter property.
insert_templatenInsert a template at cursor.name
renamenRename current note.name
move_notenMove current note to another folder.
merge_notenMerge current note into another note.dst_note
start_presentationnStart slide presentation.buf
workspace_symbolnSearch notes, aliases, and headings.query
insert_linknPick a note and insert its link.query
search_tagsnSearch notes by tag.tags
insert_tagnPick and insert a tag.
add_tagnPick and add tag to current note.
toggle_checkboxn, vToggle (cycle) checkbox state.start_lnum, end_lnum
set_checkboxn, vSet to specific checkbox state.state
linkvLink selection to an existing note.
link_newvCreate a new note and link selection.title
extract_notevMove selection to a new note.title