Christian Dreier
Christian Dreier
> This may be off topic, but I just want to say that your Markdown View program is the fastest and most responsive (among other things when scrolling the window)...
bump * **Electron-Builder Version**: 24.4.0 * **Node Version**: 18.16.0 * **Electron Version**: 25.2.0 * **Electron Type (current, beta, nightly)**: current
Thanks again🙂 I think, this could be implemented by just extending one if: https://github.com/c3er/mdview/blob/1c2b1c431b8774e980e9197906ffebdd7b565255/app/main.js#L407 Though, I'm not sure about the mouse wheel but this shouldn't be too difficult either. I'll...
I just released [version 3.1.0](https://github.com/c3er/mdview/releases/tag/v3.1.0), containing this feature. Enjoy! I'm sorry, to not have fixed the [table rendering issue](https://github.com/c3er/mdview/issues/48) yet but you may see that this is not trivially to...
Thanks for filing this issue! Your suggestion doesn't look so easy to me. I see following problems spontaneously: - Gathering the actual detailed settings to add for this feature. You...
Thanks for filing this issue! > A more practical thing: Is it possible to shrink the release container a bit? 100 MB for a viewer seems to be a bit...
Thanks for the suggestions! My comments on the links: --- > https://medium.com/gowombat/how-to-reduce-the-size-of-an-electron-app-installer-a2bc88a37732 This is about the JavaScript dependencies (i.e. React in this article). The file `resources/app.asar`, that contains all the...
I looked a little deeper into Sciter.JS and unfortunately, there are reasons against it: - It is not open source. The [public repository](https://gitlab.com/sciter-engine/sciter-js-sdk) contains only the code for the Sciter...
Thanks for the suggestion! But: 1. InnoSetup must be integrated into my toolchain. I use currently [electron-builder](https://www.electron.build/) to build packages for all Windows Linux and MacOS. And to my knowledge,...
@jordanbtucker Thanks for this suggestion! I'll take a deeper look at the next release and give feedback how it works.