Skip to content

brandonio21/zimdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zimdown

zimdown is a ZIM to markdown conversion tool.

Originally, I created zimdown to turn my existing notes into notes that could be easily read by the github markdown interpreter. I was looking for a way to markdown my notes so that they could be written in vim with no problems whatsoever. Here is the result.

So far the process looks a little something like this

zimdown.c

  1. Converts all syntax of a ZIM file into GFM (GitHub flavored markdown)

Currently, the following objects are converted:

  • italics
  • bold
  • strikethrough
  • headers
  • images
  • linebreak/formatting

Suggested call looks like

zimdown <zimFile> <mdFile>

####TODO

  1. Add the -i flag (inverse) to allow for md->zim conversions
  2. Completion of syntax, so all zim syntax can be converted
  3. Add the -d flag (directory) to convert entire directories.
  4. Add -h flag to produce HTML file zim->markdown->html

To Compile zimdown

make

Is this program even necessary? Probably not. Don't rain on my parade.

About

A ZIM to Markdown converter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages