dash2html

Crates.iodash2html
lib.rsdash2html
version1.1.0
sourcesrc
created_at2015-12-20 07:02:14.151152
updated_at2020-02-05 08:27:40.786629
descriptionTool to generate a HTML page of Dash snippets so they can shared.
homepage
repositoryhttps://github.com/wezm/dash2html
max_upload_size
id3711
size14,170
Wesley Moore (wezm)

documentation

https://github.com/wezm/dash2html

README

html2dash — Publish your Dash snippets online

html2dash 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.

Commit count: 11

cargo fmt