Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Quarto Exporter

andreasthinksandreasthinks1k downloads

Export notes to Quarto-compatible QMD files.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates14

This plugin for Obsidian (https://obsidian.md) allows you to export your Obsidian notes to Quarto-compatible QMD files. It provides various options to customize the export process, including date formatting, tag handling, and output file management.

Features

  • Export Obsidian notes to Quarto-compatible QMD format
  • Add creation or modification date to exported files
  • Customize date format
  • Option to include or exclude tags from Obsidian notes
  • Specify output folder for exported files
  • Choose to overwrite existing files or create new ones
  • Converts Obsidian-specific syntax to Quarto-compatible format:
    • Wikilinks ([[Page]], [[Page|Display]]) → Markdown links
    • Embedded notes (![[Note]], with header # and block ^ references)
    • Images (![[photo.png|200]]) → Markdown image syntax
    • Mermaid diagrams (mermaid` → {mermaid}`)
    • Block anchors (^id) → pandoc-crossref labels ({#fig:|tbl:|lst:id})
    • Cross-references ([#^id], [#^id](#^id), [text](#^id)) → pandoc-crossref (@fig:|tbl:|lst:id)
    • Callouts (> [!note]) → Quarto callouts (::: {.callout-note})
    • Highlight syntax (==text==) → <mark> tags
    • Display math ($$...$$ on single line) → multi-line Quarto format

Installation

From the Obsidian Community Plugins

  1. Open Obsidian Settings > Community Plugins
  2. Disable Safe Mode
  3. Click Browse community plugins
  4. Search for "Quarto Exporter"
  5. Click Install
  6. Once installed, close the community plugins window and activate the newly installed plugin

Manual Installation

  1. Download main.js and manifest.json from the latest release on GitHub.
  2. Create a folder named quarto-exporter in your vault: <vault>/.obsidian/plugins/quarto-exporter/
  3. Copy main.js and manifest.json into that folder.
  4. Reload Obsidian and enable the plugin in Settings > Community Plugins.

Usage

  1. Open the Obsidian note you want to export.
  2. Use the command palette (Ctrl/Cmd + P) and search for "Export to Quarto QMD".
  3. The plugin will create a new QMD file based on your settings.

Settings

  • Date Option: Choose to add creation date, modification date, or no date to the exported file.
  • Date Format: Specify the format for the date (e.g., YYYY-MM-DD).
  • Output Folder: Set a specific folder for exported files, or leave blank to use the same folder as the original note.
  • Overwrite Existing Files: Choose whether to overwrite existing files or create new ones with incremented names.
  • Import Tags: Decide whether to include tags from the Obsidian note in the exported Quarto file.

Development

If you want to contribute to the development of this plugin, follow these steps:

  1. Clone this repository.
  2. Run npm i to install dependencies.
  3. Run npm run dev to start compilation in watch mode.

Support

If you encounter any issues or have feature requests, please file them in the Issues section of the GitHub repository.

License

MIT

HealthExcellent
ReviewSatisfactory
About
Export Obsidian notes to Quarto-compatible QMD files and convert Obsidian syntax to Quarto format. Add creation or modification dates with custom formatting, include or exclude tags, and select output folder and overwrite behavior for exported files.
ExportFormatsDates
Details
Current version
1.2.7
Last updated
2 months ago
Created
2 years ago
Updates
14 releases
Downloads
1k
Compatible with
Obsidian 0.15.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
andreasthinksandreasthinks
andreasthinks.me/
GitHubandreasthinks
  1. Community
  2. Plugins
  3. Export
  4. Quarto Exporter

Related plugins

Pandoc Plugin

Commands to export to Pandoc-supported formats like DOCX, ePub and PDF.

qmd as md

Edit, preview, and render Quarto (.qmd) files with executable code cells via Quarto to PDF, DOCX, HTML, or reveal.js.

Yesterday

Transform your notes into a visually stunning diary, integrating dialogs, chat logs, and media content blocks for a seamless journaling experience.

Markdown to Jira Converter

Convert notes or selections to Jira markup and vice versa.

Importer

Convert your data to Markdown files you can use in Obsidian. Works with Apple Notes, OneNote, Evernote, Notion, Google Keep, and many other formats.

Day Planner

Day planning from a task list in a Markdown note with enhanced time block functionality.

Tasks

Track tasks across your vault. Supports due dates, recurring tasks, done dates, sub-set of checklist items, and filtering. Maintained by Clare Macrae and Ilyas Landikov, created by Martin Schenck.

Update modified date

Automatically update a frontmatter modified date field when the file is modified.

Thino

Quickly capture memos and display them in the sidebar with a heatmap. (Closed source)

Chat View

Chat View lets you quickly and easily create elegant Chat UIs in your Markdown Files.