Use case or problem
- Enable the core Slash commands plugin.
- Type
/
in a note. - Accidentally hit
enter
without typing anything.
- Be sad that your file is deleted.
Proposed solution
Move the Delete current file
command out of the top position and replace it with something nondestructive. e.g. Show debug info
, Show release notes
, etc.
Current workaround (optional)
Make sure you don’t hit enter
there.
Related feature requests (optional)
Update:
After playing around a bit, I noticed the Slash commands follow along with the new (as of v1.8):
- Recently used commands now appear at the top of the command palette.
so Delete current file
will shift out of that top position after using a few other commands. Much better.
To refine the request a bit: make sure there are no destructive commands in that top slot (if possible).