Please correct me if I’m ignorant. I couldn’t find anything about this topic so if it seems to have been discussed please do what is appropriate.
I am, like many others I suppose, a frequent user of the “Import file” option as it significantly decreases the time needed to add the needed cards to its corresponding deck.
I completely understand the anki’s goal and I extremely appreciate it, however I found the “import file” feature rather strenuous sometimes especially when used in large volumes. Such as when I am about to import a csv file to anki, I have keep manually having to change the target deck every time I want to upload a file, this happens for the note type too.
Some settings dedicated to this would be amazing and would drastically ease the use of this excellent feature. A setting with which you could set a default deck for this purpose would be great as the amount of scrolling I would have to do to reach my desired subdeck would also decrease drastically. Decks will of course still need to be selected manually but it will be much easier to use if one happens to have as much subdecks as I do. Maybe adding a field that isn’t mandatory or something along those lines which would function as a separate data field within the file wants to upload where one could also write the desired location of the card. This might even be a better solution but I have no idea how feasible this could be.
Moreover, I’d like to stress the importance of being able to individually cater the FSRS settings to each (sub)deck. Again if you are like me you don’t use Anki for one specific task such as learning words in a foreign tongue but also e.g. medical theory. Therefore as all anki cards aren’t made the same, the FRSR algorithm shouldn’t be either. I have read that this would create more problems than it solves but I would really be the icing on the cake. This is also the sole reason why I’m wary of switching to FSRS as I don’t want my car theory cards to reoccur in the same way may german words do for instance.
Creating a separate instance of FSRS might work, but take my suggestion with a grain of salt as I’m far from being informatically gifted.
I’d greatly receive feedback on my suggestions and I’d like to sincerely thank you all for letting me put my two cents in.
Thanks so much, everything already seems to be implemented .
For FSRS question, would I have to add the deck location using the headers in the box underneath the parameters?
that reminds me, I think I noticed a month ago that the section of the manual that describes the file metadata is incomplete, missing one or two of the permitted options
Not sure what you’re asking for. You would create a preset and apply that preset to the deck. If you import, you use the file headers to specify the deck – which means, that your imported cards automatically get assigned to a specific deck with a specific separate preset.
The link I shared above helps you to achieve this.
Yes, you can. That is one of the most important features of deck presets.
Right, thank you. I didn’t articulate it correctly. I was asking were I could explicitly tell the algorithm to optimise a specific deck and if it happend to be in the box underneath its parameters. Does the optimisation to a deck happen by default by the way, that if add a different deck preset the algorithm will change for that one specific (sub)deck?
Thanks for your answers, I will also close the thread if you can confirm this.
Fork anki repo, so that I have the exact copy of the repo in my github account.
Create a new branch.
Clone my new branch onto my machine.
Make the change.
Test the change.
Push to local changes to the branch in my fork on github.
Then open a PR.
For 7: If you go to your fork on github and select the right branch, it should show a button saying something like “Your branch is 2 commits ahead of ankitects/anki-manual.” and a “Contribute” button. If you hit this button, a PR in ankis repo is automatically created with the contents of your fork and branch.
Option 2
Or: If the changes you make are fairly trivial – like correcting typos – you could also just
Well, github forks the anki repo under the hood, so that the contributor doesn’t have to do that manually. It’s less work for the contributor and thus ideal for very small changes.
Writing directly to ankitects repos is only possible if you’re a member (or a collaborator I think).