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.
[[Page]], [[Page|Display]]) → Markdown links![[Note]], with header # and block ^ references)![[photo.png|200]]) → Markdown image syntaxmermaid` → {mermaid}`)^id) → pandoc-crossref labels ({#fig:|tbl:|lst:id})[#^id], [#^id](#^id), [text](#^id)) → pandoc-crossref (@fig:|tbl:|lst:id)> [!note]) → Quarto callouts (::: {.callout-note})==text==) → <mark> tags$$...$$ on single line) → multi-line Quarto formatmain.js and manifest.json from the latest release on GitHub.quarto-exporter in your vault: <vault>/.obsidian/plugins/quarto-exporter/main.js and manifest.json into that folder.If you want to contribute to the development of this plugin, follow these steps:
npm i to install dependencies.npm run dev to start compilation in watch mode.If you encounter any issues or have feature requests, please file them in the Issues section of the GitHub repository.