An open API service indexing awesome lists of open source software.

https://github.com/jotrorox/supervocab

A spaced repetition add-on to Supernotes
https://github.com/jotrorox/supervocab

eduction flashcards learning note-taking school spaced-repetition-scheduler spaced-repetition-system supernotes

Last synced: about 1 month ago
JSON representation

A spaced repetition add-on to Supernotes

Awesome Lists containing this project

README

        

# Super Vocab

A **unofficial** spaced Repetition add-on to [Supernotes](supernotes.app).

## About the project
The idea of the project originated in early June 2023,
when I started using [Supernotes](supernotes.app), for
my daily notes. I started building my second brain
and learned to really love it. But the App has a flaw, not
a big one but in my opinion there is a feature that for
students is unavoidable. Which is spacial repetition and
please don't mistake me, as a student the app is awesome,
but I really love spaced repetition systems that integrate
into my note-taking, like remnote. So I decided to build something
like this on my own. And thanks to the awesome support by
[Connor](https://github.com/acnebs) and [Tobias](https://github.com/tobeagram),
I was able to quickly start developing on this project.

## Usage

### For newest/development version
1. Install the rust toolchain from [rustup.rs](https://rustup.rs).
2. Install git using git for windows or your package manager of choice
3. Download the Reposetory: `git clone https://github.com/Jotrorox/supervocab`
6. Run the Program using: `cargo run` or using the nix-shell and `run`
7. Build the Program using: `cargo build`

### For stable version
1. Download the latest stable release from the [releases tab](https://github.com/Jotrorox/supervocab/releases)
3. Execute the program

## Contributing (Always welcome)

1. Fork it (https://github.com/Jotrorox/supervocab/fork)
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create a new Pull Request

## Contributors

- [Jotrorox](https://github.com/Jotrorox) - creator and maintainer