Elian Doran 22c4fba665
Some checks are pending
Checks / main (push) Waiting to run
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
Deploy Documentation / Build and Deploy Documentation (push) Waiting to run
Dev / Test development (push) Waiting to run
Dev / Build Docker image (push) Blocked by required conditions
Dev / Check Docker build (Dockerfile) (push) Blocked by required conditions
Dev / Check Docker build (Dockerfile.alpine) (push) Blocked by required conditions
/ Check Docker build (Dockerfile) (push) Waiting to run
/ Check Docker build (Dockerfile.alpine) (push) Waiting to run
/ Build Docker images (Dockerfile, ubuntu-24.04-arm, linux/arm64) (push) Blocked by required conditions
/ Build Docker images (Dockerfile.alpine, ubuntu-latest, linux/amd64) (push) Blocked by required conditions
/ Build Docker images (Dockerfile.legacy, ubuntu-24.04-arm, linux/arm/v7) (push) Blocked by required conditions
/ Build Docker images (Dockerfile.legacy, ubuntu-24.04-arm, linux/arm/v8) (push) Blocked by required conditions
/ Merge manifest lists (push) Blocked by required conditions
playwright / E2E tests on linux-arm64 (push) Waiting to run
playwright / E2E tests on linux-x64 (push) Waiting to run
docs(user): improve documentation on tree keyboard shortcuts
2025-11-27 14:22:45 +02:00

2.1 KiB
Vendored
Raw Blame History

Keyboard shortcuts

The Note Tree comes with multiple keyboard shortcuts to make editing faster:

Navigation within the tree

  • and to navigate between notes.
  • to collapse a note with children, or to expand it.
  • on a note with no children to navigate to its parent.

Opening notes

  • Click to open the note in the current tab.
  • Ctrl+Click or Middle click to open the note in a new tab.
  • Ctrl+Right click to open the note in Quick edit.

Clipboard management

  • Ctrl+C to copy one or more notes based on selection (see Cloning Notes).
  • Ctrl+X to cut one or more notes (for moving them).
  • Ctrl+V to paste them somewhere (which results in a copy or move based on the shortcut used).

Moving notes

  • Ctrl + , Ctrl + - move note up/down in the note list.
  • Ctrl + - move note up in the note tree.
  • Ctrl+ - move note down in the note tree.
  • Del - deletes note and optionally its subtree (asked in the dialog).

Multiple selection

See Multiple selection for more information about how selection works.

  • Alt+Click add a single note to the current selection.
  • Shift+Click select a range of notes, starting from the current note (the highlighted one) to the one that is being clicked.
  • Shift+, Shift+ multi-select not above/below.
  • Ctrl+A select all notes in the current level