geany-plugins icon indicating copy to clipboard operation
geany-plugins copied to clipboard

Markdown Plugin (Feature Request): Reload modified template file at runtime of geany

Open Skrrytch opened this issue 4 years ago • 1 comments

I have a feature request - hope this is the correct correct place for feature requests:

Current behaviour: When changing the markdown template file (html) it doesn't apply to the current preview.

Feature request: It would be nice if the next reload of the preview will use the modified template file.

It would also be great to have some stylish template files delivered with the plugin, like "ReText" does.

Skrrytch avatar Jan 09 '21 16:01 Skrrytch

It would have to use GFileMonitor on the template file, seems perfectly do-able.

For the latter part, something like Bootswatch would probably do, and perhaps add a placeholder like @@theme@@ to select which theme to use.

If anyone wants to work on this, drop a comment here to discuss.

codebrainz avatar Jan 09 '21 21:01 codebrainz