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
The title seems self-explanatory enough.
--
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/669
The following crash happened recently several times without noticeable reason:
![capture_20151210_135758](https://cloud.githubusercontent.com/assets/6795665/11715986/c413480e-9f46-11e5-9b4b-b63b0875a392.jpg)
It's Geany 1.25 on Windows, Java 1.7
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/795
Hi,
Most text editors allow binary files to be opened. Most of the text is gibberish but they display it. But Geany simply rejects to display it because the file is binary. I think it would be nice if Geany would also show the file. One possible use case is to see file headers (for instance for PDFs the first couple of characters indicating that it is PDF).
Best,
SarenT
--
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/1508
I'm on Windows, but I see reports on the internet for Ubuntu too, they are 2012-2015, but perhaps still actual.
--
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/1368
See individual commits. Needs more testing.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/1382
-- Commit Summary --
* Improve GTK+3 theme loading
* Add initial documentation for GTK+ CSS theming
* Add geany.css file to the `Tools->Configuration Files` menu
* Allow customizing message window using GTK+ themes
* Improve GTK+3 CSS docs a bit
-- File Changes --
M data/Makefile.am (1)
D data/geany-3.0.css (10)
M data/geany-3.20.css (2)
M data/geany.css (20)
M data/geany.gtkrc (17)
M doc/geany.txt (21)
M src/msgwindow.c (53)
M src/ui_utils.c (84)
-- Patch Links --
https://github.com/geany/geany/pull/1382.patchhttps://github.com/geany/geany/pull/1382.diff
--
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/pull/1382
If I'm editing file mounting in directory via sshfs I'm don't save it.
I have to copy it to the local system, edit it here, and then copy it back.
--
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/1437
Hi! Anyone here could tell me how to include a line in keybindings.conf so as to run a bash script when a key is pressed? Say that `/.local/bin/toggle` must be launched when `Tab` is pressed.
Not really an issue, the issue is in fact that there's little information on how to do this.
--
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/1541
The ubuntu ppa for dev given in help pages, https://launchpad.net/~geany-dev/+archive/ubuntu/ppa, contains only old versions <= 1.27.
I have already tried to follow the installation with make, etc. but it doesn't work (probably my misunderstanding...).
So I still use 1.27 where I want to use 1.29 :-)
Is there a way to help (with my unknowledge of C, I use geany for web development) updating the ppa?
Thanks for that great product indeed!
--
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/1338
Since a recent update, running geany 1.30.1, the panel doesn't show any icon for html files :
![treebrowser](https://user-images.githubusercontent.com/418064/33839154-ce496aec-de91-11e7-9a7b-a802a435099c.png)
Tested with different icons sets on ubuntu 16.04. Strangely the documents panel show these icons.
--
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/657