Repeat until recall, with widening intervals.
This is a remake of https://github.com/patarapolw/rep2recall-web.
- Handlebars support across markdown files
- Data dictionary support, via YAML frontmatter
- Full range of CSS and JS support
- SCSS-like syntax is supported, via stylis
- Extended markdown support. See below.
- Powerful searchbar. See https://github.com/patarapolw/qsearch.
This app uses markdown-it with the following extensions.
- markdown-it-emoji
- markdown-it-imsize
- markdown-it-container
spoiler
tags
- Custom code blocks.
pug parsed
for inline Pug / HTMLcss parsed
for inline CSS / stylisjs parsed
for inline JavaScript modules
So, Emojis are supported. Settings are roughly similar to https://patarapolw.github.io/showdown-extra.
Also, now Anki-compatible.
Just take /docker-compose.yml and run
docker-compose up
There were also Electron versions, if you don't have Docker - https://github.com/patarapolw/rep2recall/releases. However, it might not be updated, as I made them offline using SQLite.