GithubHelp home page GithubHelp logo

asciidoc-textmate-2.tmbundle's People

Contributors

mattneub avatar tiktuk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

asciidoc-textmate-2.tmbundle's Issues

tmbundle?

Where is the tmbundle? Maybe I'm just missing it, but I can't find it. Or maybe I don't need it?

preview document cannot find executable for some extensions

I made a little bit customized on the script, just changed the executable path and commandline parameters when running asciidoctor, as below:

ad = '/Users/wangxu/.gem/ruby/2.7.0/bin/asciidoctor'
s = %{#{ad} --verbose  -r asciidoctor-diagram -r /Users/wangxu/Documents/github/asciidoctor-extensions-lab/lib/chart-block-macro.rb -o "#{f2}" }

I open one .adoc file with asciidoctor-diagram and chart-block-macro.rb extension block, I got below error message:

asciidoctor: ERROR: document.adoc: line 34: Failed to generate image: Could not find the 'dot' executable in PATH; add it to the PATH or specify its location using the 'graphvizdot' document attribute
asciidoctor: ERROR: document.adoc: line 63: Failed to generate image: Could not find the 'blockdiag', 'blockdiag3' executable in PATH; add it to the PATH or specify its location using the 'blockdiag' document attribute
asciidoctor: ERROR: document.adoc: line 87: Failed to generate image: Could not find the 'nwdiag', 'nwdiag3' executable in PATH; add it to the PATH or specify its location using the 'nwdiag' document attribute
asciidoctor: ERROR: document.adoc: line 109: Failed to generate image: Could not find the 'smcat' executable in PATH; add it to the PATH or specify its location using the 'smcat' document attribute

The html file was generated and displayed, the other part of the html are all good, including the UML graph which is generated by asciidoctor-diagram.

I confirm the executable are all in PATH, and I started textmate via command line, as below:

WangXus-MacBook-Pro:asciidoc-digest wangxu$ which dot
/usr/local/bin/dot
WangXus-MacBook-Pro:asciidoc-digest wangxu$ which blockdiag
/usr/local/bin/blockdiag
WangXus-MacBook-Pro:asciidoc-digest wangxu$ which nwdiag
/usr/local/bin/nwdiag
WangXus-MacBook-Pro:asciidoc-digest wangxu$ which smcat
/usr/local/bin/smcat
WangXus-MacBook-Pro:asciidoc-digest wangxu$ which textmate
WangXus-MacBook-Pro:asciidoc-digest wangxu$ mate

Any idea why asciidoctor cannot find the dot/blockdiag/nwdiag/smcat etc?

BR,Austin

License

I would like to use your grammar for AsciiDoc but I don't know what licensing terms you're distributing it under. Any chance you could pick one from here: http://choosealicense.com?

call asciidoctor to generate html when save the file

The scenario for me to use textmate and asciidoctor is

  1. Edit asciidoc files with textmate
  2. Save
  3. call asciidoctor via console to generate html
  4. refresh the browser to validate everything is fine

Is there a way to automate the step #3 above?

Thanks,Austin

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.