Simple spaced repetition plugin

If you had a “key” that you used for the question and answer (or any other fields you wanted) in the file, you could use a python script to search all files for those “keys” using a regular expression then compile a list into a set of flashcards. You could have it also dump a set number of them into a new markdown file(s) with due-dates on them.

If you wanted to get fancy, you could take a CSS element that you generally don’t use (such as heading #6) and use if for the answer portion. Then you could style it to have a background color and font color that were the same (like many forums do with spoilers) that you would have to highlight with your mouse to see thus forcing active recall.

If it were me, I would recommend having a script that looks through all your files for any Q&A pairs and export them into a master csv file. Then you could run it repeatedly and it would compare the list to the master csv file and generate a second file called “newentries-yyyymmdd”. The first time you ran it, both files would match, but after than the second would only contain new entries. Then you could import the csv into a program like ANKI for spaced repetition.

2 Likes

Highly interested in a space repetition mechanism so I can migrate from RemNote.

4 Likes

I’m also very interested and, as Anki user, I hope there will be an Anki plugin for full integration.

2 Likes

I can’t wait for this to come on Obsidian as well! In the meantime, this markdown editor has easy flashcard creation and a basic, customizable SRS algorithm: https://mochi.cards/. Hope this feature comes out soon!

2 Likes

I hope this feature gets developed. Integration of ANKI with OBSIDIAN gives the best of the two worlds.
Literally they each excel at their own thing and while Remnote can do both, it is not the greatest in either. Having a program that helps you recall some of the knowledge sounds amazing

2 Likes

The developer of Neuracache (mobile flashcards/ SRS app) has added markdown support specifically so that Obsidian users can develop an SRS system. He posted in the forum recently: (🎥 video) Obsidian Flashcards and Spaced Repetition

I’m testing it now and it’s been excellent so far. It’s allowing me to pretty much automate my flow. I really liked the idea of Mochi but 1) I’d rather use Obsidian for everything, and 2) it was a little more manual than I liked.

4 Likes

At the moment, it looks like markdown support is limited to iOS. I’m on Android and not seeing that option appear.

Oh weird - my phone is iOS, but I’m also able to install it in on my Android tablet. @IdeaRoots would love your input, I think you’re currently working on an Android app

1 Like

Just found their post in the r/NeuraCache subreddit, from two days ago:

Hey, expect this in ~2 weeks :+1:.

2 Likes

yup, can confirm, expect this in ~2 weeks

2 Likes

Hi,

I am trying to integrate Obsidan and Anki. And I also think if Obsidan can create a Anki-Plugin would be great.

My workflow is

  1. Take notes based on Zettelkastan method, forexample, a note “ Mynotes.md ”;
  2. Copy the notes to Typora and output these notes in html format , forexample a note “Mynotes.html” ;
  3. Open these notes with html format in Chrome browser ;
  4. Press ‘F12’ , and copy all the html codes;
  5. Paste the html codes in step 4 to the Anki. Please note that you should paste html codes to the html enviroment of Anki.
  6. Enjoy Anki

Why I need the notes with html format?

Because my notes have many equations written in Mathjax and Latex, when I transfom my markdown notes to html notes and then copy the html codes to Anki, I can have an Anki note with same style in the markdown editor of Obsian

1 Like

Android 2.2 is out, here is a walkthrough

1 Like

@zhixiangcai You may be interested in a script I made that adds notes from Obsidian to Anki. It supports mathjax (and has many other features you may be interested in)!

Forum link

2 Likes

@zhixiangcai: I can confirm that @Pseudonium’s script works well. And he is very patient and helpful if you run into an issue.

Full disclosure: I have no relation with @Pseudonium whatsoever, I just enjoy the script and how he helped me set it up.

1 Like

There is also this one: https://forum.obsidian.md/t/i-made-a-script-to-convert-notes-to-anki-cards/4731/12

2 Likes

I really like Obsidian but one thing that draws me towards Remnote and distinguishes it, is its spaced repetition feature. Could that be implemented in Obsidian?

9 Likes

Hopefully, the API will support Andy Matuschak’s Orbit software

I’m in the same boat, I migrated my writing and thinking from RemNote to Obsidian, but the spaced repetition is really nice in RemNote.
Hopefully something can be developed soon, so that we would not have to use RemNote.

1 Like

I created an SR plugin for note-level spaced repetition. If you’re interested, check it out here.

1 Like

RemNote’s Flashcard system(IEP :: Individualized Education Plan) so cool. If Obsidian get it, it’s sooo powerful thinkg and studying tool.