---
title: "Roam Research Compatibility"
tags:
Roam Research is a note-taking tool that organizes your knowledge graph in a unique and interconnected way.
Quartz supports transforming the special Markdown syntax from Roam Research (like {{[[components]]}} and other formatting) into
regular Markdown via the [[RoamFlavoredMarkdown]] plugin.
plugins: {
transformers: [
// ...
Plugin.RoamFlavoredMarkdown(),
Plugin.ObsidianFlavoredMarkdown(),
// ...
],
},
[!warning]
As seen above placement ofPlugin.RoamFlavoredMarkdown()withinquartz.config.tsis very important. It must come beforePlugin.ObsidianFlavoredMarkdown().
This functionality is provided by the [[RoamFlavoredMarkdown]] plugin. See the plugin page for customization options.