Abdo
Abdo
@phu54321 editor.addButton() will keep working. Most editor hooks are broken in this PR right now though, and we still need to think about reducing add-on breakages (and probably introduce a...
> That will allow us to iterate on this after the initial merge without any immediate impact on users, and reduces the pressure on us to get this perfect from...
> I guess this PR is to resolve future technical debt, but I think this could be re-implementing some other WYSIWYG toolkits like [summernote](https://summernote.org/) or [tinymce](https://www.tiny.cloud/). This is out of...
> Platform: Windows-10-10.0.19043-SP0 I noticed you're not on the latest Windows 10 build, which might be related. I can't reproduce it on `Windows-10-10.0.19045-SP0` here and haven't seen this report before,...
Related: https://github.com/ankitects/anki/issues/1979
@e-hamrin If you're interested in looking into it, a better general solution might be to add a check for `aqt.mw.windowState() == Qt.WindowState.WindowMinimized` to `tooltip()`.
This is intentional. HTML tags are stripped.
That's because z-index of masks is not remembered.
@Luc-Mcgrady > I feel like "more" will be particularly difficult here. I should add a context menu via svelte correct? Are there any extra protobuf methods I need to make...
> My issue with refreshing I can't think of a way outside of either polling or web-sockets to notify the front-end of when it needs to fetch the new card...