I'm currently moving from using this site for studying and reviewing
rtk to using anki and other tools that can be used without a net
connection. I am of course staying for the forums and
to share stories while online, but want to be able to do rtk when
mobile and disconnected.
There's various ways of exporting one's own stories from this site (http://forum.koohii.com/showthread.php?tid=101) as well as a plugin to import interval data into anki (http://ichi2.net/anki/wiki/Plugins), but nothing to import the stories into anki. There is the start of something in the anki wiki (http://ichi2.net/anki/wiki/CustomDataLoading) but it's not yet usable for this.
I'd love to see a plugin or built in function that can
fill in fields in existing facts (the current import function just
adds new facts). It would be great to be able to export to a text
file, make changes to fields, and then import it back to the deck,
overwriting fields in the deck if they were changed in the file. This would allow new fields to be populated in a deck as well as supporting complex editing operations on the deck.
I have done a nasty hack job on misha's original interval importing
plugin to set fields imported from a file, but I don't know any python
and can't find any docs on anki plugins or internals, so I'm not sure
if it's safe. I just used card.fact[FIELD]=whatever, but noticed anki
complaining about non-ascii characters in the fields, so presumably
something else is needed. It seems to work ok if the input is pure
ascii. Can anyone clue me in?
Thanks!
rtk to using anki and other tools that can be used without a net
connection. I am of course staying for the forums and
to share stories while online, but want to be able to do rtk when
mobile and disconnected.
There's various ways of exporting one's own stories from this site (http://forum.koohii.com/showthread.php?tid=101) as well as a plugin to import interval data into anki (http://ichi2.net/anki/wiki/Plugins), but nothing to import the stories into anki. There is the start of something in the anki wiki (http://ichi2.net/anki/wiki/CustomDataLoading) but it's not yet usable for this.
I'd love to see a plugin or built in function that can
fill in fields in existing facts (the current import function just
adds new facts). It would be great to be able to export to a text
file, make changes to fields, and then import it back to the deck,
overwriting fields in the deck if they were changed in the file. This would allow new fields to be populated in a deck as well as supporting complex editing operations on the deck.
I have done a nasty hack job on misha's original interval importing
plugin to set fields imported from a file, but I don't know any python
and can't find any docs on anki plugins or internals, so I'm not sure
if it's safe. I just used card.fact[FIELD]=whatever, but noticed anki
complaining about non-ascii characters in the fields, so presumably
something else is needed. It seems to work ok if the input is pure
ascii. Can anyone clue me in?
Thanks!
