Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rep2recall/rep2recall
Repeat until recall. Aims to be more powerful Anki alternative.
https://github.com/rep2recall/rep2recall
anki spaced-repetition-flashcards
Last synced: about 2 months ago
JSON representation
Repeat until recall. Aims to be more powerful Anki alternative.
- Host: GitHub
- URL: https://github.com/rep2recall/rep2recall
- Owner: rep2recall
- License: mit
- Created: 2020-01-24T08:00:20.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-17T01:26:20.000Z (about 1 year ago)
- Last Synced: 2024-05-01T15:23:25.523Z (8 months ago)
- Topics: anki, spaced-repetition-flashcards
- Language: TypeScript
- Homepage: https://www.rep2recall.net
- Size: 29.2 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rep2Recall
Repeat until recall, with widening intervals.
[![Gfycat screenshot](https://thumbs.gfycat.com/ChillyHospitableBison-size_restricted.gif)](https://gfycat.com/chillyhospitablebison)
This is a remake of .
## Features
- [Handlebars](https://handlebarsjs.com/) support across markdown files
- Data dictionary support, via YAML frontmatter
- Full range of CSS and JS support
- SCSS-like syntax is supported, via [stylis](https://github.com/thysultan/stylis.js)
- Extended markdown support. See below.
- Powerful searchbar. See .## Note on Markdown
This app uses [markdown-it](https://github.com/markdown-it/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 modulesSo, Emojis are supported. Settings are roughly similar to .
Also, now [Anki](https://apps.ankiweb.net/)-compatible.
## Running on your machine (offline-enabled)
Just take [/docker-compose.yml](/docker-compose.yml) and run
```sh
docker-compose up
```There were also Electron versions, if you don't have Docker - . However, it might not be updated, as I made them offline using SQLite.