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
By that I mean setting a time-to-live to a note, so it's moved to trash automatically afterwards. Would be useful for temporary notes like grocery lists, which become useless anyway after a week or two. I tend to forget about deleting such notes.
Personal Opinion
This sounds extremely useful, especially if it was paired with another feature; a dedicated spot for temporary notes in the app. Like a folder or tag, and if you create a note using the widget or maybe in the future using a quick settings tile on Android, it would be default be put into temporary notes, and you can change the location whilst creating the note if you want it somewhere else.
The text was updated successfully, but these errors were encountered:
We'll add a new property in the note object called expiryDate.
We'll also need a cleanup method in the Notes collection that cleans up all the expired notes
We will call the cleanup method after the Notes collection has initialized
Web:
There will be a new item in note properties context menu called "Set expiry"
Clicking on it will open a context menu with some preset values like 1 day, 1 week etc and it'll also have a last option called Custom. Clicking on Custom will open a dialog with a number counter. The number counter represents the number of days after which the note will be removed.
We'll also add a new task in the scheduler that will run every 24 hours and call the cleanup function from the Core.
Mobile:
There will be a new button in note properties action sheet called "Set expiry"
Clicking on it will open a sheet which will have a few defaults and also a way to set a custom number of days.
Feature Request
Personal Opinion
This sounds extremely useful, especially if it was paired with another feature; a dedicated spot for temporary notes in the app. Like a folder or tag, and if you create a note using the widget or maybe in the future using a quick settings tile on Android, it would be default be put into temporary notes, and you can change the location whilst creating the note if you want it somewhere else.
The text was updated successfully, but these errors were encountered: