obsidian-workspaces-plus
obsidian-workspaces-plus copied to clipboard
It overwrites the default asset location
Hi
I like this plugin a lot but I discovered that the plugin overwrites the default location for new attachments everytime I restart Obsidian.
This was the section that was overriding the attahcment folder in my case, in data.json
"theme": "obsidian",
"readableLineLength": true,
"alwaysUpdateLinks": true,
"attachmentFolderPath": "assets",
"showUnsupportedFiles": true,
"newLinkFormat": "relative",
"useMarkdownLinks": true,
"userIgnoreFilters": [
I have originally it set to ./assets but Obsidian reverts to assets, it turns out that this plugin was making that change.
I am using 1.8.10 on Window11
Thanks