Note editor: collapsing fields more

I was imagining having multiple copy of the collapsed field on the same line, one next to the other. But only if those are two successive fields collapsed; in order to ensure that the relative order of each field is always respected.

I admit that it may be strange. In particular because if you close something by accident, it may move, and you’ll have to move your mouse to re-open it.

I’m really thankful for you to make the editor extensible. Do you plan to also write a doc to explain how to do add-on to extend it, or should I just jump into the code and try to understand it.

I don’t really know Svelte. I read the introduction documentation because it’s used in Anki, and that’s it. So in particular I don’t yet know how to read Svelte code and then figure out how to write some JS add-on to interact with it. What functions and DOM elements will be accessible