Trash: a safe place before delete

When you delete a note or tag, it goes to Trash first. Nothing is removed right away.

Why this matters:

Actions:

Tip: clean your Trash when you're sure you don't need the items anymore.

From the command line

The akb CLI does all of it:

akb trash "Old Meeting Notes"   # move to Trash
akb list trashed                # review what's in there
akb restore-from-trash 3f3fbf69 # bring one back
akb delete-from-trash 3f3fbf69  # remove one for good
akb empty-trash --yes           # remove everything for good

empty-trash cannot be undone, so it refuses to run unless you pass --yes.

See the CLI cheatsheet for the rest of the commands.