-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEAT] Schedule to the hour / minute / second level #503
Comments
Comment from closed issue |
Comments from closed issue |
Comment from #502 discussion |
this is very much needed and the only reason why I sometimes switch back to Anki to get more out of my cards without having to delete a line to review it every single time. |
Okay one better workaround: Go to the place where this plugin is installed, normally it's at your projectFolder/plugins/obsidian-spaced-repetition there you find the JS-scripts that are responsible for this behavior. Now open main.js, than go to line 1882 or search for: This variable sets the time when this card should be revisited. Now remove the second summand like or comment it out: Save the file, and if you had Obsidian open, restart it. You will notice that the html comment that is inserted after every question will have the date of today. However, the plugin kinda has a second way of saving when the questions are due, so this will work only one time in a Questioning Session. However this memory will be deleted when the Question tab is closed. So when you now want to revisit every of your question, you just have to reopen the question tab! Note that question with existing html comments wont be shown till the date is due! Still, this works a bit better than going through the files and removing every comment. Downside the features of revisiting in one day, three or in a week are lost! For example, when you open the review flashcards tab and all the decks are shown, why cant I right click on a deck and force a revision or am I overlooking something? Please, exams get closer and closer 😵💫 |
I'm happy to announce that this feature is now available as a Beta. The feature is still in early stages, and I'm looking for beta users to help validate functionality / try and break it. Specifically, there are several types of flashcards (i.e. Clozes, Card contexts, images, etc.) that I don't use. Therefore, it would be much appreciated if someone who uses those types regularly can vet the feature's functionality. Of course, being in the beta stage, there will likely be bugs. Please be sure to back up your vault before using this feature, or just make a separate vault to experiment with. Special thanks to AB1908 for all their help in getting the feature ready for release as a beta. The plugin must be installed manually or from BRAT with this link: https://github.com/psaunderualberta/obsidian-spaced-repetition/. Installing should work, but please message me if it doesn't. |
Great to see that this feature is in Beta! May I ask if this is approaching readiness for wider release? |
You can subscribe to the thread regarding this pull request #569 |
Any updates on this feature request? This is the only functionality needed for me to swap entirely from Anki to this plugin for my use cases. |
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like
A clear and concise description of what you want to happen.
Additional context
Add any other context or screenshots about the feature request here.
I need 1m 6m 10m....
The text was updated successfully, but these errors were encountered: