Skip to content
/ dash2html Public

Tool to create a HTML page of your Dash snippets

License

Notifications You must be signed in to change notification settings

wezm/dash2html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dash2html — Publish your Dash snippets online

dash2html is a tool that generates a HTML file from your Dash snippets.

Installation

dash2html is written in Rust. If you don't already have the Rust toolchain installed visit the Rust homepage and click the Install button.

Once you have Rust installed run the following to install the dash2html tool:

cargo install dash2html

Ensure $HOME/.cargo/bin is in your PATH.

Usage

dash2html generates a HTML page that includes all snippets tagged with public tag. Run it as follows:

dash2html ~/Library/Application\ Support/Dash/library.dash > ~/Desktop/dash-snippets.html

Substitute the path to library.dash with the location of your snippets library if you have moved it in the Dash preferences. If you're unsure where your snippets library is located check the Snippets tab in the Dash preferences.

About

Tool to create a HTML page of your Dash snippets

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages