You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if you archive a file that is within a folder, then the plugin automatically recreates that folder in the archive folder, including all of the folders in the path from the file to the top of the file tree.
Example:
Original file location: /vault/bullet-journal/daily/file.md
File location after archive with group by year turned on: /vault/archive/2023/bullet-journal/daily/file.md
Originally, my archive folder was in /bullet-journal, which led the path to be the even more ridiculous: /vault/bullet-journal/archive/2023/bullet-journal/daily/file.md.
I want to be able to turn off the default of copying folders in the original file path, which would make the behavior instead be: /vault/archive/2023/file.md when archiving.
The text was updated successfully, but these errors were encountered:
Currently, if you archive a file that is within a folder, then the plugin automatically recreates that folder in the archive folder, including all of the folders in the path from the file to the top of the file tree.
Example:
Original file location:
/vault/bullet-journal/daily/file.md
File location after archive with group by year turned on:
/vault/archive/2023/bullet-journal/daily/file.md
Originally, my archive folder was in
/bullet-journal
, which led the path to be the even more ridiculous:/vault/bullet-journal/archive/2023/bullet-journal/daily/file.md
.I want to be able to turn off the default of copying folders in the original file path, which would make the behavior instead be:
/vault/archive/2023/file.md
when archiving.The text was updated successfully, but these errors were encountered: