v1.13.9 of the Spaced Repetition plugin is out! π ποΈ
Added β
- Added an again button for same day review
-> It is basically a hard button, which always schedules the card for the same day - Added a development news section on the github discussions page
-> The aim here is to keep the community updated and to allow for better transparency when it comes to the development of this plugin - Added postcss for a better development experience
-> Allows for more decentralized css files, but it will generate one big styles.css again
Updated β»οΈ
- Separated delete schedule buttons into 3 more granular delete buttons
-> Allows to delete card schedules separately from note schedules - Updated roadmap
- Improved the documentation website (only visually so far π )
- Improved the locale system so that it is easier to add new text
Fixed π οΈ
- Fixed that the open cards in note command was broken
New PRs
- feat: better delete schedule settings section
#1418 - feat: Added an again button for same day review & adjusted some small visual things
#1417 - fix: Fixed that opening cards in a note lead to the plugin crashing sometimes
#1416 - feat: Improved docs & readme
#1412 - feat: Added postcss to improve ui development
#1411