Replies: 17 comments 20 replies
-
The function that shows context menu in goldendict has to be modified. The "send to anki" action is added in that exact function. https://github.com/xiaoyifang/goldendict/blob/staged/articleview.cc#L1711 But the task becomes complicated if you also want to convert the picture to WebP. I'd probably be satisfied with just copy-pasting to anki since it will trigger conversion to WebP automatically.
This will probably be redundant once audio dictionaries are added to AJT Japanese; but good as a backup feature in case there's an audio AJT Japanese doesn't have.
Achievable with AnkiConnect and a call to https://github.com/FooSoft/anki-connect#findcards |
Beta Was this translation helpful? Give feedback.
-
One more thing is to introduce %GDSEARCH% in addition to %GDWORD% in order to give |
Beta Was this translation helpful? Give feedback.
-
Do you think it's feasible to allow different anki settings for different groups? This way you could have word cards and sentence cards and include the gd-pics script only in the word card group. |
Beta Was this translation helpful? Give feedback.
-
Could we have this ? |
Beta Was this translation helpful? Give feedback.
-
you can already have hunspell ja deinflection if you install the package and enable it as a dictionary in goldendict |
Beta Was this translation helpful? Give feedback.
-
once more settings are added to goldendict. |
Beta Was this translation helpful? Give feedback.
-
Another idea would be to add a script for Massif example sentences |
Beta Was this translation helpful? Give feedback.
-
Done. It is in the repo now. |
Beta Was this translation helpful? Give feedback.
-
Some features to implement in goldendict
|
Beta Was this translation helpful? Give feedback.
-
since GD understands |
Beta Was this translation helpful? Give feedback.
-
I also think it would be better to use mecab's deinflection (%f[6]), because looking up います or します is pretty much useless right now. EDIT: nvm you noticed yourself |
Beta Was this translation helpful? Give feedback.
-
Maybe for our purposes it would make more sense to use a deinflection dictionary, which handles whole "words" like https://github.com/MrCorn0-0/hunspell_ja_JP |
Beta Was this translation helpful? Give feedback.
-
Also it would be very handy if one could use send to main window + pop up, eg. Clipboard -> main window, alt + selection -> pop up. Maybe ask the xiaoyifang guys... |
Beta Was this translation helpful? Give feedback.
-
how is this different from https://github.com/epistularum/hunspell-ja-deinflection? If there are differences, I think we need to find a way to merge them into one dictionary. |
Beta Was this translation helpful? Give feedback.
-
Have y'all tried hitting up kanjieater by chance, to maybe get some ideas, potentially integrate some of his work, get a brain dump, etc? He gave a detailed summary of how these current tools differ from his GoldenDict-Toolbelt and seems to have a lot of experience with using/developing for goldendict in general:
|
Beta Was this translation helpful? Give feedback.
-
xiaoyifang/goldendict-ng#412 merged |
Beta Was this translation helpful? Give feedback.
-
that would be nice |
Beta Was this translation helpful? Give feedback.
-
I thought I'd drop some thoughts I had regarding further functionalities of Goldendict. Though I'm still not sure if GoldenDict is the right tool to replace all other dictionaries tbh
General
Mecab Script
Beta Was this translation helpful? Give feedback.
All reactions