I suspect most of us are using geany-plugin-markdown for editing Github content, so could we add support for the Github flavour of Markdown, including things like backticks for code blocks, which I guess would convert to HTML "pre" tags?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/592
I don't know if this is possible or hard to code...
But it would be great if the preview frame displayed by geany-markdown could focus on the part of document currently edited.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/618
Hello.
The browser used by the Markdown plugin executes scripts provided in Markdown files. This could have security/privacy implications.
Is it possible to tell the browser to not execute scripts?
To reproduce, save the following snippet to `file.md`, and open it with Geany with the Markdown preview active:
```
<script>
alert('Hello, world!');
</script>
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/624
hello, we develop a gnu/linux distribution and we incorporate GEANY as an IDE programming editor. We were presented with the following problem, we want to add some snippets of our own (for PILAS-engine, a game development platform in python) and we can not add them to /home/user/.config.
We need GEANY to raise an additional snippets file from / etc for custom extra snippets by defalut.
or another way to do it ?
Thank you!
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1859
Hi,
It seems that i'm not in the good place to speak about distro specific issues... But if someone could just tell me where I should post ?
I'm using the markdown plugin daily for 2 years now (on GNU/Linux debian OS), and I'm very satisfied with it. At begining I just did "apt-get install geany-plugin-markdown" and it just worked. But since a few months ago I had to use a self-compiled version to make it work.
In debian sid package is geany-plugin-markdown is only 1.29 and not compatible with geany-plugins-common 1.33, and in Ubuntu 18.04 the package geany-plugin-markdown has been removed.
What's going on ?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/743
GeanyPy crashes on enable due to a missing dependency on `python-gtk2`.
Installing `python-gtk2` fixed the crash.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/745