|
2 months ago | |
---|---|---|
.gitignore | 3 months ago | |
LICENSE.md | 3 months ago | |
README.md | 2 months ago | |
css_boilerplate.css | 3 months ago | |
desiredoutput.html | 3 months ago | |
examplemarkdown.md | 3 months ago | |
html_boilerplate.html | 3 months ago | |
logo.png | 2 months ago | |
obsidiwiki.c | 3 months ago |
README.md
Obsidiwiki
obsidiwiki is a lightweight tool designed to convert markdown files into html for publishing on static websites. It is specifically designed with obsidian in mind, but when complete could easily be adapted to allow for other markdown syntactic styles
status - pre alpha
I am still working on getting the very base up and running, as of right now the project is non-functional
plan
-
have C write a new file and give it some HTML boilerplate, and then finish writing a file and give the ending boilerplate
-
handle headers recursively based on number of hashtags, and add closing tag
-
do the same thing but with italics and bold, and add closing tag
-
handle lists
-
handle preformatted code blocks
-
obsidian-style backlinks
-
commandline arguments (recursive, ignored folders, etc.)
-
images
license
This is licensed under the GNU Affero General Public License v3.0, more information here