marko-js / marko

A declarative, HTML-based language that makes building web apps fun
https://markojs.com/
MIT License
13.37k stars 644 forks source link

Add separate in-depth documentation for creating custom taglibs #42

Closed patrick-steele-idem closed 7 years ago

patrick-steele-idem commented 9 years ago

Topics to include:

kristianmandrup commented 9 years ago

Please, please please :) Anything we can do to help. Any sample repo to use as reference? Cheers!

patrick-steele-idem commented 8 years ago

The Marko compile-time API is getting a much-needed refactoring with Marko v3. The plan is to finally provide docs for how to extend Marko at compile-time with Marko v3.

mlrawlings commented 7 years ago

Docs for creating custom tags have been added here: http://markojs.com/docs/custom-tags/

We still need docs for compile-time transforms (see #100).