obsidian-workspaces-plus icon indicating copy to clipboard operation
obsidian-workspaces-plus copied to clipboard

It overwrites the default asset location

Open gerroon opened this issue 7 months ago • 0 comments

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

gerroon avatar May 12 '25 16:05 gerroon