This article reminds me of posts about "bullet journalling" on sites like Pinterest: the optimization of the productivity process or tool (or in the case of "bullet journal" posts, the beauty of the tool) is the end itself, not a means to an end. The posts are about/by "productivity" or "journalling" enthusiasts and don't map well to people who are simply seeking a bit of an organization or productivity boost, not an…
My BS detector went off immediately when I read the link about Zettelkastens, and then I googled "Zettelkasten", and I skimmed through five different articles that were each pages long and talked over and over about how wonderful Zettelkastens are but didn't give any information about how they work or how to implement them practically. That's a pretty reliable indication that the service is the end, not a means to th…
Using Anki to remember what you read
261–270 of 313 posts
Re: Using Anki to remember what you read
#262Just tried to use it. What's with the Anki UX? You can't just install the mobile app and start downloading shared decks to use.
Re: Using Anki to remember what you read
#263When you just memorize you lose intuition which is the far more useful portion of learning.
Re: Using Anki to remember what you read
#264Does anyone know if Anki or a similar app can handle importing from a text document or spreadsheet? I have a ton of things I need to learn for my job, and I already have a text document full of notes and definitions. I'd like to assemble everything on my PC and then have flashcards on my phone. I also need to control the syncing because I'd be making cards with the company secret sauce and can't sync to anything but…
Re: Using Anki to remember what you read
#265Maybe one of you can come up with a piece of service and make me tear up a little.
Re: Using Anki to remember what you read
#266What I want is something that could catch me opening dictionary by double-tapping in CoolReader and add the shown entry to my Anki. Doing it manually breaks the flow and immersion so I can't really do it while reading.
Re: Using Anki to remember what you read
#267Has anyone ever created an anki deck from their college coursework that would have allowed them to pass verbal exams 10 years later?
Re: Using Anki to remember what you read
#268I've used spaced repetition to help learn stuff in general. It's one of the most rewarding things I've done. Some general thoughts: 1. A lot of spaced repetition apps don't optimize for fast card creation. I like to make a card as soon as I come across something interesting, but the delay to get Anki started, and to create the card, etc just makes it frustrating. I wound up building my own app for this. 2. Cloze dele…
For speeding up the card creation I've recently made a CLI application [1]. It generates cards from Markdown files. I'd recommend having its own repository with Markdown files grouped by target domain using tags for every card. It'd help to search quickly relevant cards even in the same domain. [1] https://github.com/ashlinchak/mdanki
I use a custom text file format to allow creation of cloze deletions and reversible cards as well as basic cards. I also annotate text files on export so that I can export the file again without creating duplicate cards.
The big shortcoming of my script is that it generates .tsv files and Anki only allows .tsv files to contain one note type. They also do not incorporate media.
I'd like to be able to sync edits made in Anki back to the text files and vice versa. It'd be really cool to integrate a text file parser and alternative card editing mode into Anki with a plugin.
Perhaps I'll send some PR's your way instead of duplicating effort.
Re: Using Anki to remember what you read
#269And in 2020 I stil struggle to export my Kindle highlights from sideloaded books (not bought from Amazon). And even if I did, I haven't found a note system that lets me centralize all the notes I gather from web, documents and my Kindle. Maybe one of you can come up with a piece of service and make me tear up a little.
Re: Using Anki to remember what you read
#270Is Anki a trademark? If someone wants to make a tool called AnkiSuper, is that allowed? I'm not a big fan of the UI/UX. So I am thinking of scratching an itch.
Is the format open source?
If you'd ask me it's a perfect example of how not to structure a database. It's not even in the first normal form.
I'd love to create an Anki clone that has better UI/UX and a better database format and I think that would remedy some of the biggest pain points about Anki. But since most Anki users (me included) use several plugins that are quite essential to their Anki experience, an Anki clone would have to support those plugins, too.