Does anyone know of a Javascript-based HAML editor there? I'm looking for something like TinyMCE that just understands HAML (so it indents and highlights correctly)
I am thinking of using such an editor for the dynamic website that I am creating.
Explanation
The site I am creating allows users to define layouts (in terms of rails) and css. So it requires finer grain control than textiles and markdowns, I know that I can include raw html in markdowns, but haml is much prettier.
source
share