sailfish icon indicating copy to clipboard operation
sailfish copied to clipboard

RFC 5: Template debugger for HTML

Open Kogia-sima opened this issue 5 years ago • 0 comments

Description

I looked through Rust subreddit and realized that some developers want a "Hot-reloading" feature. This features requires for templates to be recompiled and reloaded when it is updated. Unfortunately the Sailfish is not designed for achieving this feature.

However, This feature is only useful when adjusting visual design of the web page. I think it is better to develop an another tool to debug templates for adjusting design.

Application design

Users input the data in the form. When the form is updated templates will be re-compiled and render the result HTML inside iframe.

Kogia-sima avatar Jun 20 '20 14:06 Kogia-sima