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
EDIT: Backend is done (see PR #123)
So only the UI is missing.
About
It should be possible to archive notes, just like Dropbox Paper. Archived notes are removed from the notebook and all put in the 'Archive' view. Archived note cannot be edited, just like trashed notes.
When archiving a note, remove the 'star'.
How to
See how 'Starred' and 'Trash' view are done.
Create a new column in the notes db table archived_at which is a timestamp that can be NULL. The same way deleted_at (trash) is done.
Use FontAwesome to find a archive icon.
Let me know if you have any questions
The text was updated successfully, but these errors were encountered:
EDIT: Backend is done (see PR #123)
So only the UI is missing.
About
It should be possible to archive notes, just like Dropbox Paper. Archived notes are removed from the notebook and all put in the 'Archive' view. Archived note cannot be edited, just like trashed notes.
When archiving a note, remove the 'star'.
How to
See how 'Starred' and 'Trash' view are done.
Create a new column in the notes db table
archived_at
which is a timestamp that can be NULL. The same waydeleted_at
(trash) is done.Use FontAwesome to find a archive icon.
Let me know if you have any questions
The text was updated successfully, but these errors were encountered: