Hi all,
I know there is a great interest for learning and spaced repetition in this community, so I just want to share Orbit, which is a platform for creating and integrating spaced repetition in your contents. An example: https://quantum.country/qcvc
To use it, you simply add
<script type="module" src="https://js.withorbit.com/orbit-web-component.js"></script>
to the page header, and then, where you want to add the question:
<orbit-reviewarea color="lime">
<orbit-prompt
question="What's the working name for Andy's experimental mnemonic medium platform?"
answer="Orbit"
></orbit-prompt>
</orbit-reviewarea>
You can then register to get an email after some time to review the questions.
It should be trivial to integrate it in your tiddlywiki! Also, it’s open source (sorry for the formatting, I was only allowed to include two links in the post…): https:// github .com/andymatuschak/orbit