Use case or problem
What I’m suggesting is having functions that, given certain requirements, display specific information on the screen, and if those requirements aren’t met, keep it hidden. Something like what we already have in database filters, but for information within each note. Perhaps this is a very specific idea for - , but I still think it’s a good one.
A hypothetical example could be:
I’m trying to put together a career plan, and I thought it might be a good idea to have a way of organizing myself, so that when I complete a subject, the next one is automatically displayed, but not there until I’ve marked it.
Proposed solution
Going back to the example, I check one box for calculus and another for linear algebra. If those boxes aren’t checked, then nothing is displayed. But if I check one, then other boxes are displayed. For example, if nothing is ckecked, nothing shows up (1), if I check calculus, physics 1 is shown (2); if I check the other box, physics 2 is shown (3); if I check both, physics 3 is shown (4); and if I check both calculus and physics 1, chemistry is shown (5). This way, I have many chained statements. A kind of chained IF statement.
1-
2-
3-
4-
5-




