ObsidianToHtmlConverter icon indicating copy to clipboard operation
ObsidianToHtmlConverter copied to clipboard

Python script for converting obsidian md-file to html (recursively adds all link/images)

Results 5 ObsidianToHtmlConverter issues
Sort by recently updated
recently updated
newest added

See issue https://github.com/klalle/ObsidianToHtmlConverter/issues/5

I found that the tool is not sizing images properly. I found and fixed the issue in the code and have a pull request for you. Should I issue you...

Hi, Great work Pulling off this script!! I really Appreciate it. Everything is working as expected, Except the markdown pages embedded are not getting copied to the target folder. ![image](https://user-images.githubusercontent.com/38838202/183275880-edc3fc6d-dc59-41d2-af6c-6a98829b64ff.png)

For example, if frontmatter contains "publish: yes" then include the file. If it contains "publish: no" or "status: draft" etc., then don't export. In effect, whitelist as well as blacklist...

don't nuke a .git directory if it exists in target directory