Deit Editor

Martin Tschierschke via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Jan 3 10:53:10 PST 2016


On Friday, 1 January 2016 at 00:14:08 UTC, Jason Jeffory wrote:
> Vibe.d uses deit files for html generation. Seems nice but 
> haven't dived into it(just removes a but of nonsense and allows 
> code integration for dynamic generation... sounds great!!).
>
> But what about visual editing? It's nice to be ale to see the 
> layout of the page directly without all the hassle of toggling 
> back and forth between a browser and code editor. Also, there 
> is the issue of syntax highlighting, code validation, etc...
>
> I came across this
>
> http://stackoverflow.com/questions/16080350/using-jade-with-wysiwyg-markdown-to-allow-users-to-edit-content
>
> Any ideas to make life easier? (isn't that what it's all about?)

There was an answer pointing to 
https://www.npmjs.org/package/html2jade
and this to http://html2jade.aaron-powell.com/, which  allows you 
to convert online HTML to JADE.
So you can make your HTML layout on an traditional way and get 
the jade code.


More information about the Digitalmars-d-learn mailing list