obsidian-bulk-exporter
obsidian-bulk-exporter copied to clipboard
backslash in image linke does not work
When replacing the wiki link for assets with a markdown link, your plugin adds blackslashes for the file path. This does not work for me (Obsidian on Windows). Replacing them with forward slahes fixes this.
Should be fixed for windows, please confirm!
Now, I get an "InternalAttachmentsError: ***.jpg - Asset not found!" for all attachments.
When I add the attachment folder to the wiki link (![[Attachments/image.png]]), the slash seems to get replaced by %2F and I get "Attachments%2Fimage.png - Asset not found".
Indeed. Sorry about this, I never used wikilink styled MD before, I will add these to my tests too eventually. This is supposed to be fixed in version 2.0.8, please confirm!