toolstack / Folio

A beautiful markdown note-taking app for GNOME (forked from Paper)
GNU General Public License v3.0
185 stars 22 forks source link

Deleting a note creates a folder in the home directory #134

Closed OzoneGameDev closed 5 months ago

OzoneGameDev commented 5 months ago

When deleting a note, a folder named "~" is created in the user's home directory containing the following folders:

.var/app/com.toolstack.Folio/data/.trash/[notebook name]/[note name].md

I believe the .trash folder should be created in the .var directory in the user's home directory.

https://github.com/toolstack/Folio/assets/143538292/2870f497-a9a1-4bda-9b03-e7776ee64df8

toolstack commented 5 months ago

Duplicate of #123, the fix has been committed, I just haven't had a chance to do the release yet.