Ghjuvan Lacambre
Ghjuvan Lacambre
> is this an option in firefox now? This has been possible for a very long while :). >Is it possible to turn this on in firefox itself without having...
I found a way to prevent the errors from popping up but haven't found a way to actually have autocompletion work. I opened an issue on another deoplete plugin because...
>I think it might make sense to provide an option to disable formatting of certain tags (--disable-tags html,md) I believe not modifying the content of these tags should be the...
There's also [firenvim](https://github.com/glacambre/firenvim) :).
Thank you for taking the time to do this, but what I had in mind for #1391 was to convert all of the vimscript examples (except the package-manager ones) to...
>not everyone has jumped on board the init.lua train just yet I know, I'm one of these luddites :). But new users (the ones that tend to ask questions) are...
Looks like the page's CSP prevents injecting the scripts that work with monaco.
No, it's not.
Ah, yeah, I've hit the same issue in another project of mine. The fix is rather simple, we just need to fire [these events](https://github.com/glacambre/firenvim/blob/9c810f0c859753c3bc8736fd9c2f8a6b114efd3e/src/page/functions.ts#L39-L44) after having [updated the input field](https://github.com/tridactyl/tridactyl/blob/b098e760e942ab38fe5c1ec52ea447cba72002c5/src/excmds.ts#L334).
@GHolk I don't remember anything about this code except that I don't like it at all, it's probably one of my least-favorite contributions to Tridactyl. Feel free to change everything...