Quick Start
Tydora is a modern desktop Markdown editor built with Tauri v2 + React 19. It features WYSIWYG live preview, dual-mode editing, WikiLink bidirectional links, a knowledge graph, mind maps, and a whiteboard canvas. This page gets you from installation to your first note in about 5 minutes.
1. Installation
- Go to the GitHub Releases page.
- Download the appropriate installer for your system:
- Windows:
Tydora_x.x.x_x64-setup.exe - macOS:
Tydora_aarch64.app.tar.gz(Apple Silicon) orTydora_x64.app.tar.gz(Intel) - Linux:
Tydora_amd64.AppImage
- Windows:
- Run the installer and follow the prompts.
- Launch Tydora.
2. Open a Vault
Tydora uses the "Vault" concept to manage your notes. Each vault corresponds to a local folder. All Markdown files in the vault are included in the file tree, link index, and knowledge graph.
- Click the vault switcher at the bottom of the left sidebar (showing the current vault name).
- Select "Add Vault."
- In the file picker, choose a folder as your note vault (or create an empty folder).
- After confirmation, the left sidebar immediately shows the file tree for that folder.
3. Create Your First Note
- In the left file tree, right-click a target folder (or the root directory).
- Choose "New File."
- Enter a filename, e.g.,
my-first-note(the.mdextension can be omitted — Tydora adds it automatically). - Press
Enterto confirm, and the editor opens the file. - Start writing in Markdown!
4. Basic Editing
Tydora offers two editing modes for different scenarios:
- Live Preview (IR / WYSIWYG): See the final rendered result directly in the editor — what you see is what you get. Great for daily writing.
- Source Mode (SV): Shows plain Markdown text with syntax highlighting powered by CodeMirror 6. Great for fine-tuning formatting.
Press
Ctrl+/to switch between the two modes at any time. See 02-Editor/01-Editing-Modes.
5. Saving Files
- Manual save: Press
Ctrl+S. - Auto-save: Enable "Auto Save" in 07-Settings/01-General-Settings. After that, files are automatically written to disk about 1 second after you stop typing.
6. Quick Navigation
Master these shortcuts to boost your productivity:
| Shortcut | Function |
|---|---|
Ctrl+O |
05-Navigation-Search/01-Quick-Open — Open a file |
Ctrl+P |
05-Navigation-Search/02-Command-Palette — Search and execute commands |
Ctrl+\ |
Toggle left sidebar |
Ctrl+/ |
Switch editing mode (IR ↔ SV) |
Ctrl+G |
Open 03-Knowledge-Management/04-Knowledge-Graph |
Ctrl+M |
Open 08-Advanced-Features/02-Mind-Map |
Full list: 07-Settings/04-Shortcut-Reference.
7. Next Steps
After writing your first note, explore further:
- Use
<a data-note="Another Note">Another Note</a>to create bidirectional links → 03-Knowledge-Management/01-Wiki-Links - Open the backlinks panel on the right to see who references the current note → 03-Knowledge-Management/03-Backlinks
- Press
Ctrl+Gto see your knowledge graph → 03-Knowledge-Management/04-Knowledge-Graph - Want to share? Publish as a website with one click → 08-Advanced-Features/01-Publish-Website
Related Documents
- 04-File-Management/01-Vaults — Vault (multi-folder) management
- 02-Editor/01-Editing-Modes — Editing modes in detail
- 07-Settings/04-Shortcut-Reference — All keyboard shortcuts
- 07-Settings/01-General-Settings — Auto-save and app settings
- 01-Getting-Started/03-FAQ — Beginner FAQ