I think it is stable enough for daily use, but the plan is to hold off on the final release until the end of the month, to give add-on authors a bit more time to catch up. If you encounter any issues, please let us know.
Itâs not a bug. The toolbar is mounted via Svelte now, a JS component library. For more notes on how to work with Svelte, see here, or here for an example add-on. The fields were always generated via JS (or at least as far as I remember).
Already said it as a side note on another thread, but maybe here itâll be more useful.
I had a crash when starting this release candidate for the first time (macOS Mojave 10.14.6), but it has worked properly since the second attempt, so I donât really know what happened on the first one.
Maybe it was just a quirk by my laptop, but just in caseâŚ
Version: 2.1.45 RC1
OS: Windows 10
Not sure if it is an intended feature or a bug:
Ctrl+Shift+P does not preview the card/note unless one of the note fields is activated (blinking cursor).
Note: Ctrl+N and Ctrl+P still work to navigate up and down the cards/notes (even when a field is not activated)
No add-ons activated
Itâs great that Anki now has more formatting functionality built-in.
I have run into two problems (that might be just design choices I donât like).
I tested .45rc1 without add-ons (I held shift during startup) in windows 10 21h1 and the buttons indent/outdent didnât work for me on regular paragraphs. I can only indent lists. I tried clicking the buttons with and without a text selection.
My problems are:
With the power format pack and mini format pack I could also indent regular paragraphs
as far as I see there are no shortcuts for indenting/outdenting. This slows me down a lot because these options are now two mouse clicks away.
From years of using MS Word and in Anki the power format pack/mini format pack Iâm very accustomed to indent regular paragraphs with âCtrl+Mâ.
I think indenting is very useful if you canât stick to short cards because it allows to visually structure your content.
Thatâs an unfortunate byproduct of the way shortcuts are handled now. @hengiesel any ideas on how we can handle this? Maybe the window could define a shortcut that sends a signal the webview; it should presumably not receive it if the webview captures the shortcut first?
if there is a space as the first charcter of an image name it doesnât display (canât find) the image.
e.g. <img src=" image.png">
(i did a search in browse screen with "src=\" " and literally every image from the results doesnât display)
also, if i try to add a new image with a space (although it does display properly) it becomes <img src="an%20image.png"> (%20 replaces the space), but the image isnât being referenced properly, as if i run a âcheck mediaâ, it says: Missing: â¨an%20image.png
Thereâs a weird bug when adding cards, which makes pinned(frozen?) cards, when adding, revert back to original text after editing and opening a different application without adding the card(not sure if it clears text from non-frozen fields), happens only the first time I do that, doesnât replicate after the first
Are you sure youâre using then newest version. We had a similar issue before, and I cannot recreate it anymore.
If you are, could you tell us in more detail how to reproduce the bug?
Yup, I believe Iâm using the latest version(2.1.45 (60f6fccc))
On opening the editor whilst reviewing, then exiting the editor, the application closes without syncing and does not show any error.
This generally happens after around 5-10 reviews, if not synced(I donât know the exact number though)
I had this problem with v2.1.43&44 too but it seemed like a problem with my specific computer (I donât have another computer to check re-occurance, but if I get a hold of one, will try to replicate the same)
The last version where this bug did not occur for me was 2.1.42, I donât know if the current bug is somehow tied to the problem of mine with 2.1.43/44.
to make sure i didnt mess up something i cloned your addon to my addons21 folder, then set cd to addon folder, then ran bin/compile.sh but nothing is happening; still no dist folder
âŚand then use {{FrontSide}} in the backside-code of the same card type, the review window freezes/does not update when you click on âShow Answerâ. JavaScript-console of card displayed for more info: