You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make LocalDictionary and Record modules fully threadsafe
Better separation of logic from UI (remove various processing stuff from MultiDefinitionWidget)
Tag source, display
Reading source, display
Refactor lemmatizer into source system
Yomichan dictionary format
A single yomichan dictionary includes multiple types of information, like tags, readings, definitions, and lemmatization rules. The above changes are required to allow importing them. This will likely involve creating multiple entries from a single file.
UI for tag and reading sources
Greedy lookahead/lookbehind
Show word knowledge in reader
Later
A new webextension? Can use Rikaikun's method of detecting word under cursor to work as quick lookups and card adding.
Will require a fully functional HTTP api to be a decent experience
Lookup import
Browsing history (Firefox)
Browsing history (Chrome)
The text was updated successfully, but these errors were encountered:
By "Dictionary output postprocessing: custom scripts" you mean custom user scripts that could run before adding the card to Anki?
Postprocessing cards have been a problem for me since day 1 and I simply added JavaScript on the note template to handle that, which is far from ideal.
I believe the simplest approach would be adding an input box to be entered with the script for the given dictionary, although it could be nice to have at least an option for previewing the final content in the UI.
I think Allow adding words without definition in importer already works as is. I believe it started working after the lookup error stopped being thrown in 10.2. So you can add cards by simply filling out the sentence & word fields. I've been using it to add words / phrases that aren't available in my dictionaries
Please do not open issues for things listed here
Target 0.12.1
Target 0.13
Later
The text was updated successfully, but these errors were encountered: