geany / geany-plugins

The combined Geany Plugins collection
http://plugins.geany.org/
593 stars 266 forks source link

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

Open Skrrytch opened 3 years ago

Skrrytch commented 3 years ago

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.

codebrainz commented 3 years ago

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.