https://github.com/dfirebaugh/mdsrs
an srs system where you can build flash cards with markdown
https://github.com/dfirebaugh/mdsrs
Last synced: about 2 months ago
JSON representation
an srs system where you can build flash cards with markdown
- Host: GitHub
- URL: https://github.com/dfirebaugh/mdsrs
- Owner: dfirebaugh
- License: mit
- Created: 2024-04-05T05:29:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-23T02:40:57.000Z (12 months ago)
- Last Synced: 2025-06-23T03:39:14.897Z (12 months ago)
- Language: JavaScript
- Size: 1.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mdsrs
> note: this is kind of me exploring how to build cross platform desktop apps. I don't expect to tune up the SRS to be good enough to actually use. If you're here looking for a flash card app, just use anki - it's great!
This is a flash card app that let's you build flash card decks with markdown.
Anything inside the `card-back` tag will be shown on the back of the flash card.
## Example Card
```markdown
# Front of card
# Back of card
```
### Dev
This app is built with [https://wails.io/](https://wails.io/).
To run it, you will need to download their binary [wails](https://wails.io/docs/gettingstarted/installation).
### TODO
- move to wails based events
- evaluate wails3
- evaluate moving app state to go code
- improve modularity with the intent for the frontend to also work in a web environment (shared components).
- consider some kind of extension system