justgage / obs-to-md

Converts Obsidian's format into Markdown and HTML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ObsToMd

This converts Obsidian style Markdown into a Website (or markdown)

Command Line

Just do a git clone on the repo

then go into the directory

mix deps.get

Then run this command to convert an Obsidian folder into a static website:

mix dir_to_html "~/My-Obsidian-Vault" "~/website_folder" "http://my-website.github.io" "My Website Name"

As library

This is yet un-published, but you can look at the lib/obs_to_md.ex file.

About

Converts Obsidian's format into Markdown and HTML


Languages

Language:Elixir 94.4%Language:HTML 5.6%