Phillip Lanclos
Phillip Lanclos
Hey everyone! Sorry I've neglected sVim so much these past years. It was something I was super excited about, life happened, I got busy, and didn't like the direction that...
Yes. I started working on it. But I got super annoyed with how development is in Xcode. Does anyone know if there's a way to update the Javascript/CSS without Cleaning/Rebuilding...
That looks promising. Hopefully that will work better because the current developer experience is god awful. I gave up :/ I will look into this once I have the new...
Unfortunately I no longer work on a Mac :/
I think this is an issue with the way Safari tries to insert the plugin into frames etc., I honestly don't see a problem with the extension not working inside...
[Link](https://developer.apple.com/library/content/documentation/NetworkingInternetWeb/Conceptual/SafariAppExtension_PG/AddingScriptContent.html#//apple_ref/doc/uid/TP40017319-CH7-SW1) for reference on how to fix if we just make it only work on the top window. ``` if (window.top === window) { // The parent frame is the...
Also there is a way to blacklist sites, check [this](https://github.com/flipxfx/sVim#svimrc-settings) out
Can you tell me which sites this is happening on?
You didn't miss it. This would be a nice feature to add though.
Sorry I haven't worked on this project in a while, mostly because I lost interest. But I'd be willing to accept merge requests.