hnvy
October 20, 2023, 7:46pm
1
Issue 1: Cloze resets indentation of bullet points to level one
Hello,
Please have a look at the GIF below. As can be seen, Anki seems to reset indentation of bullet points to level one.
This only happens if the cloze begins at a location without any bullet point.
Unsure if this is an intended behaviour or a bug.
Version 23.10 (3394ab02)
Python 3.9.15 Qt 6.5.3 PyQt 6.5.3
No addons.
Harvey
Issue 2: Cloze inserts a new bullet point
GIF 1
GIF 2
dae
October 21, 2023, 3:00am
2
Depending on where you put cloze markers, you can end up creating invalid HTML. e.g.
<div>foo{{c1::</div>}}
will result in an opened div without it being closed again. Fixing this is not trivial, as we’ll need to operate on the DOM instead of doing simple text insertion.
hnvy
October 22, 2023, 11:04pm
3
Thank you for your reply.
Not a major issue, and is rather niche.
dae
October 23, 2023, 3:31am
4
Well, it is a fairly annoying issue, but unfortunately is not easy to fix.
system
Closed
November 22, 2023, 3:31am
5
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.