From 22ab535c03118bcd3503b32c9e95cbbfd8d51386 Mon Sep 17 00:00:00 2001 From: kimaya000 Date: Mon, 6 May 2024 14:43:44 +0530 Subject: [PATCH 1/3] updated manual (csv, txt) --- manual.asc | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/manual.asc b/manual.asc index 6c12b9a..89bd791 100644 --- a/manual.asc +++ b/manual.asc @@ -562,6 +562,23 @@ This is not officially supported, but `.anki2` files can manually be imported if * (If applicable) Temporarily log out of your AnkiWeb account: `Settings - AnkiDroid - AnkiWeb account` * Open `Settings - Advanced - AnkiDroid Directory` and set the AnkiDroid Directory to the newly created folder. +== Importing Comma-seperated Value files and Text files (.txt, .csv) +Anki now supports the import of .csv and .txt files. The procedure for it on AnkiDroid is as follows: +* Click the three dots on the upper right hand corner. +* Choose Import +* Choose 'Text file (.txt, .csv)' +* Choose the file from your folders when prompted and click OK +* In case of .csv, the seperator will be autoselected as comma, but you can choose a suitable seperator for your .txt file from Tab, Pipe, Semicolon, Colon, Comma and Space +* If you want HTML to be allowed in the fields, turn the button on. +* In the 'Import options' section, first pick the notetype from options 'Basic', 'Basic (and reversed card)', 'Basic (optional reversed card)', 'Basic (type in the answer)', 'Cloze' and 'Image Occlusion'. +* Then, select the deck that you want to put the new cards in. 'Default' makes a new deck called Default. +* In the existing notes section, pick if you want to preserve the old notes, update them or duplicate them. +* When the "Match Notes" field is set to "Notetype," Anki flags a duplicate if another note with the same notetype shares the same first field. However, when "Notetype and Deck" is selected, duplicates are only flagged if the existing note is also present in the deck you are importing into. This distinction ensures precise duplicate identification based on your import preferences. +* In the last 'Field Matching', you can choose which field in the file you uploaded can be set as the front, back and tags of the flashcards. + +The procedure on Desktop Anki is the same. The import option can be found on the bottom right button of the homepage or can be accessed on the File tab and selected from there. + + [[exporting]] == Exporting Anki Files AnkiDroid can export your flashcards in the .apkg Anki file format so that you can import them into Anki Desktop, or share them with other people. @@ -598,6 +615,16 @@ From the main menu in the decks screen: . Tap *Export* . Tap *OK* using the default options . Tap *OK* again to email the exported apkg to another user + + === Exporting in .txt format + On AnkiDroid: + * Click on the three dots button on the top right corner and choose 'Export...' + * In the export format, choose either 'Notes in Plain Txt' or 'Cards in Plain Txt'. + * In 'Notes in Plain Txt', you can choose if you want to include HTML and media references, tags, deck names, notetype name and unique identifier. + * In 'Cards in Plain Txt', you choose if you want to include HTML and media references or not. + + The procedure is the same on Anki Desktop. Th export option can be accessed from the File button, or by using shortcut CTRL + E. + [[backups]] From 32dbba6937049a8e5dc1caedc9e1b175b3a4d8aa Mon Sep 17 00:00:00 2001 From: kimaya000 Date: Mon, 3 Jun 2024 23:50:45 +0530 Subject: [PATCH 2/3] made suggested changes in manual --- manual.asc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/manual.asc b/manual.asc index c0638cb..da8a502 100644 --- a/manual.asc +++ b/manual.asc @@ -580,7 +580,7 @@ This is not officially supported, but `.anki2` files can manually be imported if == Importing Comma-seperated Value files and Text files (.txt, .csv) Anki now supports the import of .csv and .txt files. The procedure for it on AnkiDroid is as follows: -* Click the three dots on the upper right hand corner. +* Click the three dots on the app bar. * Choose Import * Choose 'Text file (.txt, .csv)' * Choose the file from your folders when prompted and click OK @@ -634,12 +634,12 @@ From the main menu in the decks screen: === Exporting in .txt format On AnkiDroid: - * Click on the three dots button on the top right corner and choose 'Export...' - * In the export format, choose either 'Notes in Plain Txt' or 'Cards in Plain Txt'. - * In 'Notes in Plain Txt', you can choose if you want to include HTML and media references, tags, deck names, notetype name and unique identifier. - * In 'Cards in Plain Txt', you choose if you want to include HTML and media references or not. + * Click on the menu dots button on the app bar and choose 'Export...' + * In the export format, choose either 'Notes in Plain Text' or 'Cards in Plain Text'. + * In 'Notes in Plain Text', you can choose if you want to include HTML and media references, tags, deck names, notetype name and unique identifiers. + * In 'Cards in Plain Text', you choose if you want to include HTML and media references or not. - The procedure is the same on Anki Desktop. Th export option can be accessed from the File button, or by using shortcut CTRL + E. + The procedure is the same on Anki Desktop. The export option can be accessed from the File button, or by the shortcut kbd:[Ctrl+E]. From 39f995e55ab024f1fb2ec1dc4f14a410ff4b7cc6 Mon Sep 17 00:00:00 2001 From: kimaya000 Date: Tue, 4 Jun 2024 00:10:07 +0530 Subject: [PATCH 3/3] made suggested changes in manual --- manual.asc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual.asc b/manual.asc index da8a502..e2e0dd7 100644 --- a/manual.asc +++ b/manual.asc @@ -592,7 +592,7 @@ Anki now supports the import of .csv and .txt files. The procedure for it on Ank * When the "Match Notes" field is set to "Notetype," Anki flags a duplicate if another note with the same notetype shares the same first field. However, when "Notetype and Deck" is selected, duplicates are only flagged if the existing note is also present in the deck you are importing into. This distinction ensures precise duplicate identification based on your import preferences. * In the last 'Field Matching', you can choose which field in the file you uploaded can be set as the front, back and tags of the flashcards. -The procedure on Desktop Anki is the same. The import option can be found on the bottom right button of the homepage or can be accessed on the File tab and selected from there. +The procedure on Desktop Anki is the same https://docs.ankiweb.net/importing/text-files.html. The import option can be found on the bottom right button of the homepage or can be accessed on the File tab and selected from there. [[exporting]]