Skip to content

mundanevision20/markdown-to-dash-docset

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markdown to Dash Docset

🔗 source code

Dash was my favorite documentation app on macOS. Besides reading tech docs, I also use it for reading tech books due to its handy search functionalities.

This python utils was created for converting ebook written in markdown to HTML files, that are suitable for generating Dash docset later on. It's written in jupyter format for easy debugging and exploratory coding. So you have to run with VSCode instead of running directly with python.

Tooling

After creating the HTML files, generate Dash docset with dashing CLI.

Required Python Packages

bs4 = "^0.0.1"
pyyaml = "^6.0"
markdown2 = "^2.4.6"
jupyter = "^1.0.0"
lesscpy = "^0.15.1"

Usage

  • put markdown files in src folder
  • edit config.yaml to suit your package
  • replace icon.png
  • run all cells in md2html.py in VSCode
  • in terminal
    • cd output
    • run dashing build <package_name>

About

generate markdown docset for dash/zeal/velocity

Topics

Resources

Stars

Watchers

Forks

Languages

  • CSS 43.4%
  • Python 28.5%
  • Less 28.1%