face-hh / fextify

A simple text editor written in Rust using Tauri, inspired by Obsidian.
Apache License 2.0
197 stars 14 forks source link

Export/save in \users\user\documents #31

Closed xpeuvr327 closed 10 months ago

xpeuvr327 commented 10 months ago

for now, files are savec in md and in %APPDATA%/Fextify/Data/data. can we save that somewhere else like in C://users/user1/documents ? That would be easier-

face-hh commented 10 months ago

It's currently not possible without modifying the Rust backend and recompiling, I'll see if I can add such an option in the next release.