Skip to content

A tool to help memorise text, or just test that you can reconstruct it based on the first letter of each word.

License

Notifications You must be signed in to change notification settings

DestyNova/memvalid

Repository files navigation

memvalid

Tool for either memorising text by checking that you can reconstruct what you've read just by the first letter of each word.

It was built mostly as an exercise for learning more about the mysterious Ur/web programming language.

Try it here.

Usage

  1. Find some text you want to test yourself on.
  2. Paste the text into the edit box.
  3. Switch edit mode off.
  4. Step forward through the text, trying to guess what each word will be from the first letter, before revealing it.

TODO

  • Single textbox to paste stuff into
  • div with truncated words from textbox
  • Right/space/l reveals next word and moves cursor forward
  • Left/h hides current word and and moves cursor back
  • Make heroku.yml and create Docker images for build / run steps
  • Make it look real purdy
  • Make it more efficient (don't reprocess the input every time the user moves forward or back -- do it once when switching out of edit mode)
  • Click to save textbox in DB with (required) title
  • On load, show one div for each row in DB (with your user id... later)
  • div starts out collapsed, click heading to reveal and test
  • Only one div can be expanded at a time

About

A tool to help memorise text, or just test that you can reconstruct it based on the first letter of each word.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published