a zero dependency plugin to export notes to html inside obsidian! uses obsidian's own internal rendering calls, so your html will look exactly like it does in your editor.
open the command pallet (default is control+p ^p
or command+p ⌘p
)
and search "md2html", this will give you 5 options:
- convert document: replaces current note's markdown with html
- convert selection: replaces currently selected text to html
- convert to clipboard: converts the current note's content to html and saves it to the clipboard
- convert to new file: converts the current notes's content to html and saves it to a new file named:
html-{note name}.md
- usage help: displays the settings page
tip! these can be mapped as shortcuts in the hotkey settings tab
- visit the releases page, and grab two files from the latest version
- copy
main.js
, andmanifest.json
to your vault's plugin folder undermd2html
~vault/.obsidian/plugins/md2html/
all files and scripts in this repo are released CC0 / kopimi! in the spirit of freedom of information, i encourage you to fork, modify, change, share, or do whatever you like with this project! ^c^v