Michael Nock
Michael Nock
Yeah, that sounds like a good alternative, though to use PyHunSpell you also need to install Hunspell as it's basically just a wrapper for Hunspell. It's relatively straightforward to build...
You must be on Android O or greater, i think the notifications are getting created in NotificationPublisher.java: https://github.com/xiprox/WaniKani-for-Android/blob/d79a4b4da93622a6ceb38453175f5accdb381374/WaniKani/src/tr/xip/wanikani/content/notification/NotificationPublisher.java#L79 However on Android O and above you need to create a notification...
I've just come across this while searching Github (released under MIT): https://github.com/chanind/hanzi-writer Their site has a demo page which shows the animations as well as a stroke writing/recognition section: https://hanziwriter.org/demo.html...
Yeah, some cleaning up of the final string would be helpful regardless (same with input strings, as well as making punctuation optional).
I've been going through @RGBradley 's branch proofreading the Basque course and having this would be a huge help, i think for the time being we shouldn't worry about adding...
I looked through the new API and got something that works for me (i only wanted front/back + audio): ``` https://app.memrise.com/v1.18/learning_sessions/learn/?session_source_id=&session_source_sub_index=&session_source_type=course_id_and_level_index ``` I tried going through the plugin source to...
I only touched memrise.py and importer.py: [memrise2anki.zip](https://github.com/wilddom/memrise2anki-extension/files/9803759/memrise2anki.zip) You'll need to set your username and password in `importer.py` (so assuming your username was "YourUsername" and password was "YourPassword"): ```python USER_INFO =...
> I used your 2 courses to test and it only creates 1 output.csv, so I'm assuming both courses were put into the same file. Yep, they're put into the...
I spent some time looking into this today and think i should be able to get a PR up for it if it's something the main devs would like to...
Just an update, i got the bury/unbury feature working from the card browser (in my [fork](https://github.com/chickendude/Anki-Android/tree/issue-14163/bulk-bury)), though i've noticed the undo functionality isn't exactly what you'd expect, "undo" basically re-buries...