Priority: Nice-to-Have (Can Ship Without)
Currently delete_note uses fs::remove_file which is permanent. Using the OS trash (trash crate on the Rust side) would be safer and match what "Move to Trash" in the context menu implies.
Scope
- Replace
fs::remove_file / fs::remove_dir_all with the trash crate's delete function.
- Ensure cross-platform support (macOS, Windows, Linux).
Source: changelogs/cinder-v0.2.md
Priority: Nice-to-Have (Can Ship Without)
Currently
delete_noteusesfs::remove_filewhich is permanent. Using the OS trash (trashcrate on the Rust side) would be safer and match what "Move to Trash" in the context menu implies.Scope
fs::remove_file/fs::remove_dir_allwith thetrashcrate'sdeletefunction.Source: changelogs/cinder-v0.2.md