Releases: symunona/obsidian-bulk-exporter
Open Output Folder
Diff export, Wiki Link attachments
Attachment Refinement
You can now opt to preserve original asset names, and not append their hash.
Fixed keeping wiki links for attachments. #9
Fixed links to local non-markdown files: now they're handled as attachments, and saved such as!
Full Changelog: 2.0.10...2.0.11
Bugfix - Link replacer
Bugfix: apply proper link transformation settings to every replace/remove scenario. #8
Option to Keep Private and Not Found links
- Added toggle to keep links that are private and/or exported via another rule set.
- Default is still to autoremove, but now it can be configured.
- Fixed bug on boot.
Wikilink Images Bugfix
Wikilink images were not working.
Ignore Pattern for Emptying target folder
In the target folder now you can preserve some files/folders when choosing to clean it.
Windows and Link Space Support
Normalize Asset File Names
Before, asset file names did not get normalized, spaces were left in file names. This is unsafe, and can lead to some md parsers to bail, so I now normalize every filename exported with the generic normalizer function.
Normalize slug file name
!!! Breaking change !!!
If you have been using slug, you may have realized that filenames get normalized skipping spaces. However when there was something like test -- something
it would get normalized to test----something
. Instead, now any time there is a situation like this, it'll get normalized to one dash. In the above case, it'd be test-something
.
Also, fixed a minor bug: on the preview, the draft indicator now works properly.