Process For Using Extension Labs with AsciiDoctor

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Process For Using Extension Labs with AsciiDoctor

craigshoemaker
What is the process for building macros in the extension lab to work with AsciiDoctor as a whole?

What am I ultimately trying to accomplish is to get the pick inline macro working with AsciiDoctor and then I need to transcompile it to JavaScript so I can use the macro in my Node.js app - I'm just not clear on the steps :)

Any help is appreciated.
Reply | Threaded
Open this post in threaded view
|

Re: Process For Using Extension Labs with AsciiDoctor

mojavelinux
Administrator
Craig,

This is somewhat related to issue #44, which is create a sensible README for this repository. https://github.com/asciidoctor/asciidoctor-extensions-lab/issues/44

That aside, we tend to just experiment with stuff in the lab. Then Guillaume (@mogztter) has been coming along and cross compiling them for inclusion in the Chrome extension. We should probably move that transpile code for extensions into the extension repository so it can be used there. Right now, the code is here: https://github.com/asciidoctor/asciidoctor.js/blob/master/Rakefile#L45-L52

Cheers,

-Dan

On Thu, May 28, 2015 at 11:22 AM, craigshoemaker [via Asciidoctor :: Discussion] <[hidden email]> wrote:
What is the process for building macros in the extension lab to work with AsciiDoctor as a whole?

What am I ultimately trying to accomplish is to get the pick inline macro working with AsciiDoctor and then I need to transcompile it to JavaScript so I can use the macro in my Node.js app - I'm just not clear on the steps :)

Any help is appreciated.


If you reply to this email, your message will be added to the discussion below:
http://discuss.asciidoctor.org/Process-For-Using-Extension-Labs-with-AsciiDoctor-tp3277.html
To start a new topic under Asciidoctor :: Discussion, email [hidden email]
To unsubscribe from Asciidoctor :: Discussion, click here.
NAML



--