Adam Katz
Adam Katz
To my understanding, that functionality is on the current roadmap, as noted at [How do I attach encrypted files to my notes?](https://standardnotes.com/help/36/how-do-i-attach-encrypted-files-to-my-notes): >Files are presently an "outside-of-editor" experience, meaning that...
I also experience this issue (Firefox 102.0 on Debian, app.standardnotes.org). It happens quite frequently, but I have not been able to come up with a method to reliably reproduce it....
For what it's worth, the compositor for XFCE (a part of [xfwm4](https://docs.xfce.org/xfce/xfwm4/start)) can also zoom into the area under the mouse pointer using Win+mousewheel, but copying code may be tricky...
For reference, it looks like HTML rendering on this concept is unclear too. Browsers choose to deal with this in a different manner. ```markdown [foo [bar](/bar) foo](/foo) ``` would intuitively...
While DOM parsing like `document.querySelectorAll('script[crossorigin]')` is not available early enough to solve this issue (see @Synzvato's [response](#issuecomment-163741968) to @RoxKilly's suggestion), it might still be useful for whitelisting purposes. This might...
@vassudanagunta: I see this as semantically reasonable. The inner link overrides the outer link. Think about it like colors: ```html red orange red ```` We don't ask "where did the...
Could this fix be adapted to solving [bug 5733](https://bugzilla.icculus.org/show_bug.cgi?id=5733) (_Track window position when monitors change, restore position (if not dirtied) when same monitors are restored_)?
Maybe just save the current display resolution and trigger when it changes? The heart of this issue is in changing resolution, which happens (especially in today's LCD-dominated landscape) mostly when...
Yeah, I figured I was hacking in the wrong place. Thanks for the tips, but I'm not sufficiently up to speed on the codebase (and python is not my primary...
> heh how do you think to debug something if you leave kodi and the addon debug settings disabled? you cant... Yeah, I had the Netflix plugin's settings to enable...