Help needed to implement a daily review feature #1879
Unanswered
linusboyle
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So as my database grow, I'd like to add a 'daily review' feature which allows to look back and find some interesting stuff.
My plan is to include a render note in my Day Template, which randomly selects a fixed number of notes from the repository and format them as a list. Now every time I enter my day note I can have a glimpse of it.
My coding skills are limited though. I don't see an api for direct random retrieval of notes. Maybe sql is needed here. Can anyone help by pointing out how to implement this?
Beta Was this translation helpful? Give feedback.
All reactions