I have installed geany-1.38 and the markdown-plugin from Ubuntu-22.04's package repository.
The markdown preview does nothing, at first I thought there's some error with images or something. However, even the most trivial file produces no output.
On another computer, also running Ubuntu-22.04, I was using geany with markdown-preview regularly without any issues. The one major difference is that my current machine uses KDE, whereas the other one used Gnome; but this can't be the reason.
The screenshot below shows the file plus the preview along with the debug messages for good measure.
I see nothing that would give me some hints. The preview remains solidly grey.
![geanyError](https://github.com/geany/geany-plugins/assets/157142463/d04aeb96-957f-42d0-99ac-54f9777b9b48)
----
Here are the debug messages as text
```
18:16:48.995085: GLib-GIO DEBUG : _g_io_module_get_default: Found default implementation dconf (DConfSettingsBackend) for ‘gsettings-backend’
18:16:48.999775: GLib-GIO DEBUG : _g_io_module_get_default: Found default implementation gvfs (GDaemonVfs) for ‘gio-vfs’
18:16:49.020692: Geany INFO : Geany 1.38, de_AT.UTF-8
18:16:49.020706: Geany INFO : GTK 3.24.33, GLib 2.72.4
18:16:49.020737: Geany INFO : OS: Ubuntu 22.04.3 LTS (jammy)
18:16:49.020742: Geany INFO : System data dir: /usr/share/geany
18:16:49.020748: Geany INFO : User config dir: /home/gerhard/.config/geany
18:16:49.147635: Geany INFO : Loaded GTK+ CSS theme '/usr/share/geany/geany.css'
18:16:49.148233: Geany INFO : Loaded GTK+ CSS theme '/usr/share/geany/geany-3.20.css'
18:16:49.153394: Geany INFO : System plugin path: /usr/lib/x86_64-linux-gnu/geany
18:16:49.168380: Geany INFO : Added filetype JSON (64).
18:16:49.168424: Geany INFO : Added filetype Nim (65).
18:16:49.168431: Geany INFO : Added filetype Clojure (66).
18:16:49.168438: Geany INFO : Added filetype Swift (67).
18:16:49.168445: Geany INFO : Added filetype Meson (68).
18:16:49.168453: Geany INFO : Added filetype CUDA (69).
18:16:49.168460: Geany INFO : Added filetype Genie (70).
18:16:49.168466: Geany INFO : Added filetype Kotlin (71).
18:16:49.168473: Geany INFO : Added filetype TypeScript (72).
18:16:49.168479: Geany INFO : Added filetype Groovy (73).
18:16:49.168493: Geany INFO : Added filetype Arduino (74).
18:16:49.168500: Geany INFO : Added filetype Graphviz (75).
18:16:49.168506: Geany INFO : Added filetype Cython (76).
18:16:49.168589: Geany INFO : Added filetype Scala (77).
18:16:49.189604: Geany INFO : Loaded libvte from libvte-2.91.so.0
18:16:49.415967: Geany INFO : Loaded: /usr/lib/x86_64-linux-gnu/geany/markdown.so (Markdown)
18:16:49.429438: Geany INFO : /home/gerhard/myGitRepos/Gerhard404/DEM/ReadMe.md : Markdown (UTF-8)
18:16:49.559447: (null) DEBUG : Name com.canonical.AppMenu.Registrar does not exist on the session bus
```
That's the template.html file, that the plug-in uses. I have done nothing to it.
```
<html>
<head>
<style type="text/css">
body {
font-family: @@font_name@@;
font-size: @@font_point_size@@pt;
background-color: @@bg_color@@;
color: @@fg_color@@;
}
code {
font-family: @@code_font_name@@;
font-size: @@code_font_point_size@@pt;
}
</style>
</head>
<body>
@@markdown@@
</body>
</html>
```
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1302
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/issues/1302(a)github.com>
* control delete before multiple spaces deletes all those spaces - as well as the following word too
* due to this, there's no quick way to delete the indenting/aligning spaces
how other applications handle it:
* notepad3: treats space as a separate word
* vscodium: treats single space to be part of next word, treats multiple spaces as a separate word
version: Geany 1.38
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3323
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3323(a)github.com>
New context menu entries for open externally and open containing folder New functions to open the selected context or the folder it is contained in respectively
Enable the new context menu entries only on files and folders
Resolves #1225
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/1237
-- Commit Summary --
* Workbench: Add new context menus for open files externally
-- File Changes --
M workbench/src/popup_menu.c (112)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/1237.patchhttps://github.com/geany/geany-plugins/pull/1237.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1237
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/pull/1237(a)github.com>
This issue has been persisting for years, since about Linux Mint 17, or at least since 5 years ago. I've reported it back then, still nothing has been fixed.
If you edit files via .gvfs in Linux Mint, and using Geany, keep the files open for a while, about 10 minutes, and Geany will freeze, not allow you to save the file, (even though frequently pressing CTRL+S is a reflex), and freezes all desktop.
The only thing one can do in these cases is kill geany's process, but then, you start coding again what was lost since last save.
While it's hung, you also cannot start a new geany instance.
Current version of geany: 1.38 "Sulamar", (built on or after 2021-10-14), Using GTK+ v3.24.33 and GLib v2.72.4 runtime libraries, on Linux Mint 21.3 Vera (just updated about a day ago, issue is the same on all Mint versions since about 5 years ago !)
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3747
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3747(a)github.com>
Hi all. I don't see the [markdown plugin](https://plugins.geany.org/markdown.html) in my plugin list in Geany 2.0 on my macOS (Apple M1). There is no installation option for my OS on [this page](https://plugins.geany.org/install.html).
I tried doing it via `brew install geany-plugins`, but there is no such scheme [there](https://formulae.brew.sh/cask/geany)
Can you advise me on what I require for installation?
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1305
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/issues/1305(a)github.com>
Is it possible to implement an actual wrap at the wrap indicator, instead of just the vertical line? I am only using Linux now, but I used this feature extensively in TextPad in Windows.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/discussions/3718
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/repo-discussions/3718(a)github.com>
Thanks a lot for this great piece of software I've been with for so long now :)
Since upgrade from 1.38 to 2.0, font rendering seems to have changed,
precisely horizontal spacing?/ligatures? between letters has increased,
and seem to be unpar with other gtk app using same font+size
(first noticed as when activating document wrapping, document displaying less lines within viewport)
checked gtk/pango/fontconfig stack against both debian stable/bookworm + unstable/sid,
and without any relevant clue I could report from dbg logs
![geany_2 0_font_issue](https://github.com/geany/geany/assets/663076/24887eb7-b4f6-44…
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3750
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3750(a)github.com>
Today the [The Register](https://www.theregister.com) published a small profile of the Geany project to mark the 2.0 release: ["Veteran editors Notepad++ and Geany hit milestone versions"](https://www.theregister.com/2023/12/06/veteran_editors_notepad_and_geany)
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/discussions/3712
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/repo-discussions/3712(a)github.com>