So I have been running into this problem where I need to create several hundred cards at a time from screenshots from another app, to learn that material.
To do this, currently, I take all the screenshots that I need with alternating screenshots.
One for each question and one for the answer(be it a scrolling screenshot to get all the information in one photo).
After that, I connect my phone via a USB to my laptop, go to image storage, and based on the details, which name the picture, select the required range.
I then copy this into a new folder on my computer, arrange them in ascending order of time of taking the screenshot and then copy their paths in Windows Explorer.
I then paste the paths into Excel and run a function to pick all these values, for example, in row A to row C for all the odd rows of column A and into row D for all the even rows of column A.
=INDEX($A:$A,ROW()*2-1) for row C
=INDEX($A:$A,ROW()*2) for row D
I then copy these rows C and D into a new worksheet entirely as values
Now my paths are C:.…\Screenshot123.png
I then use find and replace to remove "C:.…" with “<img src=” "
and replace “.jpg” with “.jpg”> "
To make it readable in html
and then export this worksheet as a CSV file
I also have to copy my images into the collection.media folder so that Anki can actually access this
The collection.media can be accessed by going into Tools ->Add-ons->View Files
Go back to one folder higher level
Go into the user folder
There is the collection.media folder
Finally, I go into Anki, click on import and and import the CSV file
Select the basic Card format
Choose the deck I want to add it to
And Enable HTML
Then hit import
Then I have to export this deck from my laptop to my phone via USB as an Anki collection package
As you can see, this is quite a cumbersome and tedious task to do repeatedly
What I want to suggest as a feature is that there should be an option to add multiple cards
In this feature, you will be asked to first select all the questions
So, first it redirects you to the gallery, and you select all the questions images
I must import them in the same order you selected them
After that, it prompts you to select all the answers, and you go through a similar process
For the part of editing the images, it can be something that is similar to Cam Scanner apps, where you are able to edit multiple pictures by scrolling through them
But this is more of a niche feature that may not be added, or more like something without which we can do.
Another approach to this can be where we select all the images in one go, and it sorts it as one question, one answer alternatively.
I think this approach will probably be simpler and easier to implement.
And then after importing, it just creates the deck
So much faster and simpler than the process currently have to follow to reach the outcome
My only option currently for the phone is to literally each image manually one by one into the front and back for the deck
It is very exhausting and time-consuming.