Skip to content

Converts Obsidian's format into Markdown and HTML

Notifications You must be signed in to change notification settings

justgage/obs-to-md

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published