xiota / geany-preview

Turns Geany into a markdown editor by providing a preview pane in the sidebar to show the formatting of several light-weight languages as they are edited. Supported document types include AsciiDoc, DocBook, Fountain, HTML, LaTeX, Markdown, MediaWiki, reStructuredText, Textile, and Txt2Tags.
GNU General Public License v3.0
15 stars 0 forks source link

Gecko for rendering webpages as option #35

Closed ralf3u closed 2 years ago

ralf3u commented 2 years ago

Because I like to use Firefox, I would prefer that the webpages would be rendered in Geany Preview not with WebKit2GTK but with Gecko. Maybe there could be the possibility to choose the engine in preview.conf. Example:

default     - WebKit2GTK
gecko       - Gecko (engine of the browser Firefox)
qtwebengine - QtWebEngine (engine of the browser Falkon)
html_render=default
xiota commented 2 years ago

As far as I can tell, Gecko is not available for GTK. Even Firefox is no longer available in Ubuntu repositories (it redirects to a snap package).