hdykokd / obsidian-vertical-tabs-view

A plugin for Obsidian that provides a vertical tabs view
MIT License
29 stars 3 forks source link

Typo in context menu #69

Closed nickchomey closed 6 months ago

nickchomey commented 11 months ago

It says "Trach" rather than "Trash" https://github.com/hdykokd/obsidian-vertical-tabs-view/blob/main/src/components/Tabs.svelte#L336 https://github.com/hdykokd/obsidian-vertical-tabs-view/blob/main/src/components/Tabs.svelte#L345

Though, what do Trash Local and Trash System even mean? How do they differ from each other, and from Delete File?

hdykokd commented 6 months ago

Obsidian's built-in Delete File feature allows you to specify where deleted files are stored, based on your settings. You can choose to have them go either to a Obsidian's trash folder (.trash) or to the system's Trash folder. In other words, "Trash Local" or "Trash System" are referring to those two options. As you might have guessed, it was a bit of a hassle to identify the specific API that provides the same functionality as the Delete File feature, so for now, both options have been implemented.