#
Format converter
Format converter is a core plugin that lets you convert Markdown from other applications to Obsidian format. It also lets you convert certain Properties to new required formats.
Warning
Format converter converts your entire vault based on your settings. Back up your Obsidian files before you perform the conversion.
To convert all notes in your vault:
- In Command palette, select Open format converter. This can also be found in the Ribbon with the Open format converter (
) icon.
- Enable the formats you want to convert.
- Click Start conversion.
For more information, refer to Basic formatting syntax.
#
Supported formats
#
Roam Research
The Format converter can convert the following Roam Research syntax:
- Tags: Converts
#tagand#[[tag]]to[[tag]] - Highlights: Converts
^^highlight^^to==highlight== - TODO items: Converts
{{[[TODO]]}}to[ ]
#
Bear
The Format converter can convert the following Bear syntax:
- Highlights: Converts
::highlight::to==highlight==
#
Zettelkasten
The Format converter can convert the following Zettelkasten syntax:
- Full links: Converts
[[UID]]to[[UID File Name]] - Pretty links: Converts
[[UID]]to[[UID File Name|File Name]]
#
Properties
As of Obsidian 1.9.3, the Format converter can convert deprecated property formats to the current format:
Aliases
# Before
alias: My Note Title
# After
aliases:
- My Note Title
Tags
# Before
tag: project, important
# After
tags:
- project
- important
CSS Classes
# Before
cssclass: custom-style
# After
cssclasses:
- custom-style
See also
This page lists the core plugins that come installed with Obsidian, and community plugins they also maintain.
Obsidian uses Markdown .md files as the primary format for notes. This makes it easy to import Markdown files into Obsidian. Many apps can edit
If you've been using the Zettelkasten method to name and link your notes, you may need to convert links from [[UID]] to [[UID My note title]].
Properties allow you to organize information about a note. Properties contain structured data such as text, links, dates, checkboxes, and numbers.