Migrate from other apps
Obsidian
Quickly setup your existing Obsidian vault as a workspace in Octarine
Since both Obsidian and Octarine work with standard markdown files stored locally, migration is straightforward. Your vault can become an Octarine workspace with minimal adjustments.
Direct Migration
The simplest approach is to create a workspace from your existing Obsidian vault:
- Open Octarine
- Click the Workspace Switcher (top-left corner)
- Select Create Workspace
- Enter a name for your workspace
- Toggle Use an existing folder?
- Press Create
Adjusting Folder Structure
To fully align with Octarine's conventions:
- Attachments: If your Obsidian vault uses a different attachment folder:
- Create a
.attachments
folder in your vault root - Move all images and media from your current attachment folder
- Update attachment links in your notes (Octarine expects
[[filename.png]]
for attachments)
- Create a
- Linked Notes: While Obsidian allows you multiple options of storing wikilinks in notes, Octarine follows a more stricter rule. Notes are expected to have entire path (except the workspace path) in the link. For example a note called
Hello
that is present in folderNew Folder
will be linked as[[New Folder/Hello]]
. Just linking it as[[Hello]]
would not identify the one in New Folder since it’ll look for in the root folder. - Templates: If you use templates in Obsidian:
- Create a
.templates
folder in your vault root - Move your template files there
- Create a
- Daily Notes: If your daily notes aren't already in a
Daily
folder:- Create a
Daily
folder - Move existing daily notes there
- Ensure they follow the
YYYY-MM-DD.md
naming format
- Create a
Compatibility Notes
- Wikilinks: Octarine supports Obsidian's
[[wikilink]]
syntax natively. Aliases are not yet supported. Absolute paths are needed for storage, but you can change the setting for UI treatments. - Tags: Both
#tag
and#nested/tag
formats work seamlessly - Frontmatter: YAML frontmatter is supported partially currently with a full fledged properties feature on the way.