I created it a few years ago and recently added the ability to create multiple notes and to sync your notes to the server.
Interested to hear your feedback, please keep it coming!
EDIT:
Just adding that there are two secret features that you can enable via the browser's JavaScript console:
1. Change locale to change the number format used in the answer column:
localStorage['locale'] = 'en-US'
localStorage['darkMode'] = 'true'
I agree that this would be nice.
I created it a few years ago and recently added the ability to create multiple notes and to sync your notes to the server.
Interested to hear your feedback, please keep it coming!
EDIT:
Just adding that there are two secret features that you can enable via the browser's JavaScript console:
1. Change locale to change the number format used in the answer column:
2. Dark mode: After running either of the above commands, refresh the tab for the change to take effect.