Skip to content

rep2recall/rep2recall

Repository files navigation

Rep2Recall

Repeat until recall, with widening intervals.

https://www.rep2recall.net

Gfycat screenshot

This is a remake of https://github.com/patarapolw/rep2recall-web.

Features

Note on Markdown

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 / HTML
    • css parsed for inline CSS / stylis
    • js parsed for inline JavaScript modules

So, Emojis are supported. Settings are roughly similar to https://patarapolw.github.io/showdown-extra.

Also, now Anki-compatible.

Running on your machine (offline-enabled)

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.