vocabsieve icon indicating copy to clipboard operation
vocabsieve copied to clipboard

Tasks

Open 1over137 opened this issue 2 years ago • 2 comments

Please do not open issues for things listed here

Target 0.12.1

  • [x] Visualizer for AutoTextImporter
  • [ ] Mark a list of words from file as known

Target 0.13

  • [ ] 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)

1over137 avatar Mar 06 '22 02:03 1over137

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.

AtilioA avatar Sep 09 '23 13:09 AtilioA

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

artjomsR avatar Oct 25 '23 13:10 artjomsR