leonidas / transparency

Transparency is a semantic template engine for the browser. It maps JSON objects to DOM elements by id, class and data-bind attributes.
http://leonidas.github.com/transparency/
MIT License
969 stars 112 forks source link

Prefer HTML over Jade in examples #98

Open miohtama opened 11 years ago

miohtama commented 11 years ago

Though Jade has nice syntax, people are more familiar with HTML.

I suggest set Javascript+HTML as the default example combo format. For newcomers, HTML button is not obvious and it does not make any sense when in left pane there is CoffeeScript (strange) and in right pane output Jade {even more strange).

pyykkis commented 11 years ago

Totally agree. I'm also planning to change CoffeeScript to JavaScript in source code, tests and examples. All contributions welcome :]

pyykkis commented 11 years ago

See #99.