892 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			892 B
		
	
	
	
	
	
	
	
title, tags
| title | tags | |
|---|---|---|
| Roam Research Compatibility | 
  | 
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 of
Plugin.RoamFlavoredMarkdown()withinquartz.config.tsis very important. It must come beforePlugin.ObsidianFlavoredMarkdown().
Customization
This functionality is provided by the RoamFlavoredMarkdown plugin. See the plugin page for customization options.