Kilian Valkhof

Results 186 comments of Kilian Valkhof

Unfortunately, some of Electrons scripts use `path` and those (specifically, `node_modules/electron/index.js`) get included into the `app..js` bundle, causing an error because path is not available with node integration turned off....

Only MacOS has a dock, so it should be in an if-clause: ``` if (process.platform === 'darwin') { app.dock.setIcon(...); } ``` Edit: On linux (Ubuntu), there are a number of...

@nextlevelshit not by me...This repository doesn't have a lot of activity it seems so I doubt any PR would be looked at.

@yisibl Polypane actually uses specificity! The first 0 is there to represent inline styles, which trump all. Since they are not applicable when dealing with CSS selectors directly, we hide...

This would be useful for any CSS property that accepts layers, like `background`, `text-shadow`, `box-shadow` or combines multiple options like `filter` and `font-feature-settings` like already mentioned. A way to add...

FromScratch is based on CodeMirror (v5) so you can check how to do that there.

I have to admit that I wouldn't quite know what would be needed for that. Help welcome!

Hey! I don't have a lot of time to spend on FromScratch lately (Focussing fully on [Polypane](https://polypane.app)). The difficult thing to solve here is that FromScratch also saves to that...

Hi! the data is stored in a flat file: ~/.fromscratch/content.txt, so anything that allows you to sync files (i.e. dropbox) will do that for you! If you sync the entire...

There's also no support for unordered lists as of now (just indenting) but I'll see if i can do both.