I guess this is not a solution you ask for, but for me it works if I
just leave myself a note about some new word in some "todo" application
(or even simply make a photo and leave it in gallery for later!). Then I
add it to the deck when I've got some free time. This is because I
prefer to edit my decks on a PC in desktop `anki`.
That's because I've got some complex fact arrangements in my decks, and
it is just much faster for me to properly add facts on PC.
> I'm open to technical solutions. The main point is that I'd like to do
> it very fast. As an example, I tried to open (with sqlite3 .dump) the
> file "Integrated_Chinese.anki" to see if I can just use existing db
> records/lines as templates, but I couldn't. According to the shell
> utility "file", this .anki file is a "8086 relocatable (Microsoft)", but
> I couldn't google out what could open/edit this type of file ...
I am not sure if this is the same format as in the desktop anki, but I
have no problems opening an .anki file from desktop `anki` using `sqlite3`:
#v+
liori:~% file ~/.anki/decks/japoński.anki
/home/liori/.anki/decks/japoński.anki: SQLite 3.x database
liori:~% sqlite3 ~/.anki/decks/japoński.anki
SQLite version 3.7.8 2011-09-19 14:49:19
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite> .schema
CREATE TABLE "cardModels" (
id INTEGER NOT NULL,
ordinal INTEGER NOT NULL,
"modelId" INTEGER NOT NULL,
[...]
#v-
Tomasz Melcer
--
You received this message because you are subscribed to the Google Groups "AnkiDroid" group.
To post to this group, send an email to anki-a...@googlegroups.com.
To unsubscribe from this group, send email to anki-android...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/anki-android?hl=en-GB.
--
You received this message because you are subscribed to the Google Groups "AnkiDroid" group.
To post to this group, send an email to anki-a...@googlegroups.com.
To unsubscribe from this group, send email to anki-android...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/anki-android?hl=en-GB.
Cheers!
Nicolas Raoul