cosme12 / cheatsheet-maker

Cheetsheet (cheat sheet or quick reference) generator. Use it for guides, instructions or study. Made in Python 3
MIT License
117 stars 27 forks source link

Sheet preview #8

Open cosme12 opened 7 years ago

cosme12 commented 7 years ago

Right now, the only way to preview the sheet while you are building it is by opening the html file and reloading. A window displaying the actual sheet, after a "new block" is added, would be a great feature.

JCharante commented 7 years ago

I think that it'd be best to focus on / make this a subset of #11, as this issue will be resolved in the preview component of that issue.

I can't think of a solution short of hosting a local web server which is queried (or we could do a websocket server than sends a message to the preview page telling it to reload), but that might be overkill for something that will be scrapped when #11 is completed.