Hello !
In my workflow, I use a rsync-script to upload the whole site (project) to a (express)server (export script). This works excellent. But if i want do some SSR with a template engine (handlebars, for example), it would be a really great feature, to save custom “snipptes/partials” in the project folder.
For example, in Overview:
HTML
↓ BODY
↓ ↓ DIV
↓ ↓ ↓ DIV → right click: save as template, name as: tableRow1.hbs or tableRow1.html
and then, in the Design-Section:
Pages
↓ index.html
↓ partials
↓ ↓ tableRow1.hbs or tableRow1.html (without header, script, etc)
Is such a feature planned or possible ?
Best regards,
Stefan Burger
P.S.: You Software is awesome !!