Metadata-Version: 2.1
Name: obsidianhtml
Version: 1.0.0
Summary: Converts Obsidian notes into proper markdown and HTML
Home-page: https://github.com/obsidian-html/obsidian-html
Author: https://github.com/dwrolvink
Author-email: dwrolvink@protonmail.com
License: GNU General Public License v3 or later (GPLv3+)
Keywords: html,markdown,notes,markdown-to-html,note-taking,obsidian,html-css-javascript,notes-app,obsidian-md,obsidian-html,obsidianmd,obsidian-notes
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3.9
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Requires-Python: >=3.9
License-File: LICENSE
Requires-Dist: markdown
Requires-Dist: obsidianhtml-md-mermaid-fork
Requires-Dist: python-frontmatter
Requires-Dist: pygments
Requires-Dist: regex
Requires-Dist: requests
Requires-Dist: beautifulsoup4
Requires-Dist: html5lib

**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.0: Added RSS feed & directory tree page & bugfixes. For more information see: https://github.com/obsidian-html/obsidian-html/issues/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.   

