johannesjh
johannesjh
Note: I published the extension as a ruby gem https://github.com/johannesjh/asciidoctor-indir_ext
+1 for "could this be integrated into asciidoctor itself?" ...the handling of relative paths in included documents really isn't something that should be done by a plugin, this should be...
That's right, deferred because it would be a major change with side effects. In #2608, you directed further discussions towards #3603, explaining that a new document-include-directive (which handles relative paths)...
Hi! @mojavelinux What should a possible fix look like? - I can offer some help, but I would need directions on where and how to start. The issue with image...
I went and looked in the source code. Some findings: * Asciidoctor's [IncludeProcessor](https://github.com/asciidoctor/asciidoctor-extensions-lab#extension-types) extensions allow to mess with the include mechanism, but I am not sure if this is the...
Two more findings: * We could set the current source file's path similar to how `leveloffset` is set, see https://github.com/asciidoctor/asciidoctor/blob/78e0329e87236c858f2b8320202177b00fafb3ea/lib/asciidoctor/reader.rb#L1124-L1135 I.e, when processing the include, we could add lines before...
Hi there, I thought I could share my related experience, specifically in the context of building [favagtk](https://gitlab.gnome.org/johannesjh/favagtk/), which also uses python, meson and flatpak for building and packaging a GTK...
I would also love to see the ability to zoom or customize the font size. (The default fonts are simply too small for my eyes).