Skip to content

Getting started

Install

Download Znote for macOS, Windows or Linux from znote.io.

First launch

On first launch, Znote creates a vault — a plain folder of markdown files — at ~/Documents/Znote, seeded with a few starter notes. If you're upgrading from an older Znote, your existing notes are migrated automatically.

You can open any other folder as a vault at any time — including an existing Obsidian vault — from the vault switcher at the bottom of the left sidebar: Open folder as vault…

Write notes

  • The filename is the title: edit it directly in the inline title displayed above the note content, or rename from the tree.
  • Sub-folders on disk are your folder tree — create folders and drag notes freely.
  • Type [[ to link to another note with a wikilink, and paste images directly: they land in the vault's attachments folder as ![[embeds]].
  • Use Cmd/Ctrl+T for quick find, Cmd/Ctrl+Y for the list of notes.

See Vaults and Obsidian compatibility for details.

Run code

Enable Allow to Run code on a note (code icon in the action bar), then press Cmd/Ctrl+Enter in any code block:

js
console.log("Hello World! 👋");

Node.js, bash and browser JS are supported, with Plotly, Danfo.js, Mermaid and more pre-installed. Results are saved right into the note. Start with Running code and Persisted results.

Ask the AI

Press Cmd/Ctrl+H to open the AI overlay: ask anything about the current note, or type / to discover commands like /brainstorm, /summarize or /rewrite. Configure your LLM provider (OpenAI, Ollama, OpenRouter…) in Settings → AI.

Keyboard shortcuts

ShortcutAction
Cmd/Ctrl+NNew note
Cmd/Ctrl+OOpen a file
Cmd/Ctrl+TQuick find
Cmd/Ctrl+YList of notes
Cmd/Ctrl+LEditor mode (Live edit ↔ Source)
Cmd/Ctrl+Shift+LFocus mode
Cmd/Ctrl + +/-/0Zoom
Cmd/Ctrl+Alt+←/→Switch tabs
Ctrl+SpaceCode completion
Cmd/Ctrl+EnterRun the current code block
Cmd/Ctrl+HAI overlay (on selection)
Cmd/Ctrl+FSearch in note
Cmd/Ctrl+Shift+CCopy as formatted text
Cmd/Ctrl+B/I/U/K/EBold / Italic / Underline / Link / Code

Znote — your notes, your files, your machine.