You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to code a Daily Note template to move that note to a storage folder once that day has passed. So today's daily note will move to storage tomorrow. That way, there is only ever today's daily note in my "001 DAILY" folder.
The following code does something weird. When a new Daily Note is generated, the code between the ```s disappears. And its disappearing in today's note, not yesterdays. So the IF statement isn't working at all.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to code a Daily Note template to move that note to a storage folder once that day has passed. So today's daily note will move to storage tomorrow. That way, there is only ever today's daily note in my "001 DAILY" folder.
The following code does something weird. When a new Daily Note is generated, the code between the ```s disappears. And its disappearing in today's note, not yesterdays. So the IF statement isn't working at all.
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions