TiddlyRemember icon indicating copy to clipboard operation
TiddlyRemember copied to clipboard

Support to extra field in Cloze note type

Open scarbajali opened this issue 3 years ago • 2 comments

Quick (and dirty) implementation of #36.

  • Anki plugin: add Extra field to the TiddlyRemember Cloze note type (v2).
  • Tiddlywiki plugin: add extra parameter to the remembercz macro.

scarbajali avatar Sep 05 '21 17:09 scarbajali

Thanks for sending this over! I will take a look at it and most likely integrate this into some other changes I'm making when I get a chance to dive into TiddlyRemember stuff. Guessing that will be sometime next week.

Looking at what you have off the top of my head, changing the order of the arguments to the macro in TiddlyWiki isn't a good idea since it will break users with existing positional parameters, and I want to pull in some code from the sister project LPCG to allow updating existing note types in Anki (rather than creating an entirely new note type) when there is a simple, backwards-compatible change like this one. This is a great start though.

sobjornstad avatar Sep 06 '21 22:09 sobjornstad

I changed the implementation to avoid legacy issues. So I added instead the remembercze macro that contains extra field but it doesn't support inline option, as it looks like that doesn't make sense to have an extra field in this case.

remembercz works as initially conceived, without extra field.

scarbajali avatar Sep 24 '21 19:09 scarbajali