David Kennedy
David Kennedy
No problem. Thanks for working on this. Unfortunately I still can't quit the app with Command-Q using the Goneovim-latest-macos-5.15.2 artifact attached to that build.
I'll try to demonstrate how I'm expecting the feature to work. I start goneovim with the following in .config/goneovim/settings.toml: ``` [Editor] # Appearance settings Width = 1024 Height = 768...
Thanks for replying. If you look at the screenshots above, you'll notice the close button is disabled (probably related to #242).
I'm on Big Sur 11.4 with dark mode enabled.
See #12. I'm willing to reevaluate the current (non) solution, but time is an issue. Do you want to take a stab at it?
Looks like the very first thing `renderTag` does is check if the node is unsupported and if so drops it: https://github.com/dave-kennedy/clean-html/blob/master/index.js#L227-L229 As I mentioned [here](https://github.com/dave-kennedy/clean-html/issues/12#issuecomment-332898852), I wouldn't mind completely ignoring...
`**/*.html` will be expanded by your shell to something like: ``` $ clean-html path/to/index.html path/to/something/else.html [etc...] --in-place ``` But cmd.js only cares about arg[0]: ``` filename = argv['_'][0], ``` Sounds...
Off the top of my head, I can't think of a reason why not.
Sorry it's taken me a while to get around to looking at this. I'm a little rusty, so help me out. `path` is a void element, right? Is it somehow...
See #12. I'm willing to reevaluate the current (non) solution, but time is an issue. Do you want to take a stab at it?