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
Add a command menu entry "Delete current page" under the Actions group.
Command should delete the page reference from configAtom.
Command should delete the page from the local storage.
Command should delete all the image files from IndexedDB.
Note
Deleting files from IndexedDB must be done with caution. Delete it after ensuring no other page reuses the same file. Files can be reused in such a manner by pasting the same image on both pages.
Currently, there's no way to delete a page.
configAtom.Note
Deleting files from IndexedDB must be done with caution. Delete it after ensuring no other page reuses the same file. Files can be reused in such a manner by pasting the same image on both pages.