Henrik Giesel

Results 33 issues of Henrik Giesel

Given: ```c foobar(hello, world, foo, bar) ``` Typing: jffdaa I expect: ```c foobar(hello, world, bar) ``` But what I get is: ```c foobar(hello, world, foo) ```

So initially, `cmds 0` + `cmds 1` will be shown, if 1 is filled, 2 will be revealed in Editor. This functionality belongs into the Closet add-on, not collapsible fields.

- [ ] In the browser - [ ] (possibly) in the EditCurrent window - [ ] on image paste

**Describe the bug** https://github.com/hgiesel/closet/blob/50e938413f7afbf564fc2fbd6a91e3d000db5067/src/template/nodes.ts#L245 all nodes should be parsed here

bug

https://forums.ankiweb.net/t/closet-for-anki-official-support/4560/50?u=hengiesel

bug

#47 Still would like to see if a simpler alternative to `separated` logic exists, one that wouldn't require many special character delimiters for every cmd. ``` [[c1::correct answer::hint]] [[c1 "correct...

This requires: * using the `cursorOffset` function to detect position in field * a new parser for parsing a closet text into a function `number → maybe`, which shows which...

Looks like it would be great, and would give an excuse to play with React: https://v2.docusaurus.io/ I would want to at least wait for the v2 release, though.

Will require extending the occlusion editor `EventTarget` to cover all update actions.

enhancement