Thank you for the suggestion. I read the issue thread and tried to install from sources but I have same errors.
So
1. I installed on my Ubuntu 19.04 dep webkit2gtk-4.0-dev
2. git clone geany-plugins
3. move into root project folder
4. autoreconf -fi
5. ./configure --enable-markdown
Last output line is
6. make
This is the output
cd . && /bin/bash ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make all-recursive
make[1]: ingresso nella directory "/home/mirko/Scaricati/geany-plugins"
Making all in po
make[2]: ingresso nella directory "/home/mirko/Scaricati/geany-plugins/po"
make[2]: *** Nessuna regola per generare l'obiettivo "all". Arresto.
make[2]: uscita dalla directory "/home/mirko/Scaricati/geany-plugins/po"
Makefile:633: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: uscita dalla directory "/home/mirko/Scaricati/geany-plugins"
Makefile:565: recipe for target 'all' failed
make: *** [all] Error 2
Any suggestion about ?
Thank you