Leaving Obsidian

Thoute imports an Obsidian vault in one pass: notes, daily notes, wikilinks, tags, attachments, and Excalidraw drawings. This guide covers what to expect, how to run it, and what does not carry over yet.

The short version if you are weighing the move: Obsidian is a folder of Markdown files you own outright, with a plugin for everything. Thoute is a block outliner where every bullet has its own identity, with real end-to-end encryption, sync included, and AI that works without the server ever reading your notes. If your vault is mostly long prose documents, most of it will arrive as documents you can keep editing. If it is mostly bullet lists, it will arrive as outline.

What maps to what

Obsidian is prose-first and Thoute is bullet-first, so the import looks at each file and picks the shape that fits it.

In Obsidian In Thoute
A note that is mostly prose A Markdown document in your Library, editable in the long-form editor with its formatting intact.
A note that is only bullet lists An outline subtree — bullets, nesting and all — the same shape a Logseq page takes.
Daily notes The matching day in your Journal, as outline. Days you already use are merged, never overwritten.
[[Wikilinks]] and [[Note|alias]] Live references to the imported note. Click one and you are there; the target shows a backlink count. Links to notes outside the import stay as plain text.
#tags and #[[multi word tags]] Tags. Multi word tags become single tokens (for example #acme-corp), and the words stay readable in the text.
![[image.png]] and ![](assets/file.pdf) The file itself, encrypted and uploaded, attached beneath the bullet that referenced it.
.excalidraw.md files Real drawings you can open on the canvas, not the plugin's wrapper text.
YAML frontmatter Read for the note's title and tags; the rest is kept with the note.

All imported notes sit under one Imported from Obsidian bullet in your Library, so the import stays tidy and is easy to relocate or remove.

Run the import

  1. Open Settings in the Thoute web app and find Import.
  2. Click Import… and pick your vault folder — the one containing your notes and the .obsidian/ folder. You can also drag it onto the dialog.
  3. Review the preview. It shows how many notes, days, bullets, attachments and drawings were found, plus anything that needs your attention. Nothing has been written yet at this point.
  4. Choose a destination: into this vault (days merge into your Journal, notes join your Library) or as a new vault (a fresh vault is created and Thoute switches to it).
  5. Confirm. A progress card tracks the import; keep the tab open until it finishes. Large vaults take a few minutes, because each day and each attachment is written and synced individually.

Parsing happens entirely in your browser. Your notes are encrypted on your device before anything is uploaded, the same as everything else you write in Thoute. The server never sees them in readable form.

Your Obsidian vault is never modified. If an import goes wrong, delete the "Imported from Obsidian" bullet in your Library and run it again.

Daily notes

Thoute reads your daily-note settings from .obsidian/daily-notes.json — the folder you keep them in and the date format you use — and lands those files on the matching days in your Journal.

If you have never opened Obsidian's Daily Notes settings, that file may not exist. The import says so in the preview and puts everything in your Library instead, which is harmless: you can move any of it onto a day afterwards. If you want the days, open Daily Notes settings in Obsidian once before exporting so the file is written.

Unusual date formats (anything with folders in the pattern, or tokens beyond the usual year/month/day) fall back to Library notes rather than guessing at a date.

What does not carry over

Honest list, so there are no surprises:

After the move