Pseudonium
Pseudonium
From the plugin python file: ``` @util.api() def addNotes(self, notes): results = [] for note in notes: try: results.append(self.addNote(note)) except Exception: results.append(None) return results ``` So, whenever there's an exception,...
I was trying to figure out how I might add cards with formatting to Anki, and I didn’t realise that AnkiConnect actually supported HTML until I saw [this issue](https://github.com/FooSoft/anki-connect/issues/158). It...
Basename, or just headers, or current
#### Issue type: - :heavy_plus_sign: Feature request ____ #### Short description: The idea is that you would set a particular operation on a logic programmer block (e.g. addition), statically, and...