An application to export Obsidian notes to standard markdown and an html based website.
See the github repository for the code, to raise issues, and further information: https://github.com/obsidian-html/obsidian-html
You can see the capabilities of this system on the documentation website: https://obsidian-html.github.io/, which is created from an Obsidian vault using only this package.
What it does:
The Obsidian notes will be converted to standard markdown output. Then, optionally, html output is created based on the standard markdown. It is also possible to input existing standard markdown to just use the markdown to html functionality.
See the docs for more information on configuring the behavior of ObsidianHtml.
Changelog:
- 1.0.1: Bugfix: https://obsidian-html.github.io/Changelog/v1.0.1.html
- 1.0.0: Added RSS feed & directory tree page & bugfixes. For more information see: obsidian-html#137
- 0.0.10: Update readme (not possible without publishing a new version...)
- 0.0.9: Added: graph view, backlinks, index from tags, image scaling, temporary vault copy. Made configurable: folder exclusion, external link behavior, css/js inclusions
- 0.0.8: Bugfix: mermaid not loading when dynamically opened in new tab
- 0.0.7: Added mermaid support
- 0.0.6: Bugfix for Linux paths
- 0.0.5: Tag list added
- 0.0.4: Added the option to use a custom html template, and to export the packaged template.
- 0.0.3: Updated readme file to work with pypi.
- 0.0.2: Updated readme file to work with pypi.