Skip to content

Commit

Permalink
commands for preview with icons and withthout
Browse files Browse the repository at this point in the history
  • Loading branch information
gAmUssA committed Oct 31, 2012
1 parent 4e73ae8 commit c571a7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AsciiDoc Preview In Browser.sublime-build
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"shell": true,
// preview command without icons
"cmd": ["asciidoc -b html5 -a data-uri -a toc2 --out-file .preview_$file_base_name.html $file && open -a \"Safari\" $file_path/.preview_$file_base_name.html"],
// preview command with icons
//"cmd": ["asciidoc -b html5 -a data-uri -a toc2 -a icons -a iconsdir=`brew --prefix asciidoc`/etc/asciidoc/images/icons --out-file .preview_$file_base_name.html $file && open -a \"Safari\" $file_path/.preview_$file_base_name.html"],
"selector": ["source.asc", "source.asciidoc"],
//TODO
Expand Down

0 comments on commit c571a7b

Please sign in to comment.