-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deletes file creation date #9
Comments
Thanks @coding-camel! This makes sense, I opted to create a new folder instead of modifying the Bear archive. That being said I will play a bit with the code and see if I can maintain the same file metadata. :) |
@bernardoamc Thats nice, I would also be okay with just adding a warning to the readme. |
We can do both! I will update the README while I investigate and if I figure out how to keep the file metadata I can remove the warning. 👍 |
I've added it to the https://github.com/bernardoamc/obsidian_bear#caveats section for now. |
To reproduce, clone the repo, run the script on the included test data. For notes put into folders, the creation date is nuked.
For others reading this, if you only need folder grouping, and you have a not-huge amount of tags. Bear lets you export notes by tag, one by one: https://bear.app/faq/Import%20&%20export/Export%20your%20tags/
It can be done fairly quickly with:
click tag
thencmd + shift + s
thenenter
for each tag. (Remember untagged notes the same way.)And then, if needed, the script can be run on each folder. Since now no new folders will be created.
The text was updated successfully, but these errors were encountered: