Jonas Musall
Jonas Musall
It seems like enclosing the repository URL in quotes when creating the app's YML file leads to the README not being displayed on the website. Two examples: 1. https://www.electronjs.org/apps/moosync (URL...
### Proposed Enhancement Package ARM64 versions for Linux and Windows. Should be possible by specifying it as a [target arch](https://www.electron.build/cli#targetconfiguration) in the electron-builder configuration. It might be necessary to download...
### Proposed Enhancement Set up an APT repository to enable updating with `apt` on Debian based distributions. Only requires static file hosting so something like GitHub Pages would be sufficient....
### Proposed Enhancement Flathub submission guidelines: https://github.com/flathub/flathub/wiki/App-Submission App requirements: https://github.com/flathub/flathub/wiki/App-Requirements electron-builder does support Flatpak builds according to the docs, but [this stale issue](https://github.com/electron-userland/electron-builder/issues/6211) suggests there might be some difficulties when...
### Proposed Enhancement The application should respect the user's (OS) theme settings like every modern app does.
### Proposed Enhancement Replace JavaScript with TypeScript where possible (as of now, probably everywhere). Changes to be made: - [x] Set up TypeScript transpiler (possible starting point: https://github.com/jonasmusall/nodejs-typescript-boilerplate) - [...
### Proposed Enhancement Implement an autocompletion feature for TeX input. Requirements: - Show list of possible command completions for current input (determined by caret position and delimiting characters). - Respect...