You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, quickmd doesn't work on MacOS, because there's no working webview2gtk. It might work on windows, but it'd need GTK installed.
It might be nice to use the web-view project instead, since it seems like it's cross-platform and it uses whatever works on each platform... but it might be much more inconvenient to work with, with a lot of the logic needing to be in javascript. I have no realistic idea of how it would work.
HTML generation, file-watching, and configuration have nothing to do with GTK, so a good chunk of the logic might be fine without it. Whether web-view is convenient enough UI-wise is the big question.
It's something I'd try at some point, at least. Though maybe not even in this project, but in a separate one by copy-pasting stuff ¯\_(ツ)_/¯
The text was updated successfully, but these errors were encountered:
AndrewRadev
changed the title
Exploratory -- try porting to web-view
Exploratory: Try porting to web-view
Feb 26, 2021
Right now, quickmd doesn't work on MacOS, because there's no working webview2gtk. It might work on windows, but it'd need GTK installed.
It might be nice to use the web-view project instead, since it seems like it's cross-platform and it uses whatever works on each platform... but it might be much more inconvenient to work with, with a lot of the logic needing to be in javascript. I have no realistic idea of how it would work.
HTML generation, file-watching, and configuration have nothing to do with GTK, so a good chunk of the logic might be fine without it. Whether web-view is convenient enough UI-wise is the big question.
It's something I'd try at some point, at least. Though maybe not even in this project, but in a separate one by copy-pasting stuff
¯\_(ツ)_/¯
The text was updated successfully, but these errors were encountered: