With only few lines of code modification, I am now using the Mardown geany plugin as a svg image viewer (adding any other file that a Webkit supports is possible too, I only added .svg and .html). This is really handy for me; I can now write my code, run them and plot the outpouts without leaving geany IDE :-). Any interest in merging these with the upsteram branch?
A side note: I have also changed the (internal) name of Tree Browser, the previous one kept appearing after Scope plugin tabs which was not ideal
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/822
-- Commit Summary --
* markdown plugin extended: now it supports viewing .svg and .html files * Update viewer.c * Update README
-- File Changes --
M markdown/README (3) M markdown/src/plugin.c (18) M markdown/src/viewer.c (9) M treebrowser/src/treebrowser.c (2)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/822.patch https://github.com/geany/geany-plugins/pull/822.diff