Abstract¶
Have your .qmd files amongst your .md files in your vault, and export to html directly from obsidian.
[!Warning] Rendering quarto this way will create export files within your vault folder.
Instructions¶
- Plugin: Qmd as md.
- Settings -> Files and links -> detect all file extensions.
- Install Omnisearch.
- Settings -> Community Plugins -> Omnisearch -> Additional Text files to index: "qmd".
- Install quarto.
- Set up a conda environment for quarto.
- Settings -> Community Plugins -> Shell commands. Add a command "quarto: export current file", and set the code to.
source ~/.zshrc; conda activate quarto_env; quarto render {{file_path:absolute}} --to html