Live data from Hacker News

Show HN: I made a minimalist spaced repetition tool

memordo.com

81–83 of 83 posts

Re: Show HN: I made a minimalist spaced repetition tool

#81

Earlier quoted context omitted.

Agreed. I'm working on a set of specs like this[1] to expand on the mnemonic medium[2][3] work Michael Nielsen and I started last year. I'll be interested to see how the ecosystem evolves… [1] https://www.patreon.com/posts/bringing-ideas-36925173 (despite the URL, this is an unlocked post describing the high-level concept) [2] https://quantum.country [3] https://numinous.productions/ttft/

Hi Andy, Is it possible to see the draft spec for the file format? A standards-based approach sounds great and I'd like to support this in LearnAwesome.org and perhaps contribute in development too?

(for those following the thread, I replied on Twitter: Yes, that’d be great! I want to spend some more time working with authors before formalizing as a spec, but certainly will reach out when things feel less molten. https://twitter.com/nileshtrivedi/status/1287150574480134145)

Re: Show HN: I made a minimalist spaced repetition tool

#82
post #77
post #65

What I'd like is a system to let me browse, create and organize my "notes," to use the Anki term of art, in a literate, flexible way. You could probably build it on top of Anki using tags and/or data hidden in HTML, but I think it would provide enough added value to justify paying for it. Basically, I want WorkFlowy for Anki notes. I should be able to organize my notes into hiearchical categories and browse them easi…

This sounds very similar to https://www.remnote.io/ .

Wow, that's exactly what I was looking for! Thanks for the tip.

Edit: I see that you're actually the creator. Thanks for making this!

Re: Show HN: I made a minimalist spaced repetition tool

#83
post #45

Theory / 2 Cents: don't just work on a GUI for spaced repetition cards, invent an open file format for spaced repetition (perhaps an XML plus an schema, or a JSON based file format, a subset of HTML or markdown, etc...). The idea is that you create a file format spec, perhaps even some open source libraries to operate on the file format. And then you sell a really nice GUI for editing that (perhaps a web page, perhap…

This is how Mochi[0] works. It exports a .EDN file that describes the cards, decks and review history. There are a few libraries out there that work with the format[2] but no one has adopted the format in their own apps AFAIK. Anki also has an export format but it's not documented. [0] https://mochi.cards/ [1] https://mochi.cards/faq.html#how-can-i-create-my-own-mochi-f... [2] https://github.com/knubie/subs2srs

The Anki Database format (.anki2) is documented here: https://github.com/ankidroid/Anki-Android/wiki/Database-Stru...
Post reply on HN