Skip to content

Releases: symunona/obsidian-bulk-exporter

Diff export, Wiki Link attachments

21 Jun 16:32
Compare
Choose a tag to compare
  • #11 Integrated diff view into the debug modal
  • Renamed and Flipped the "Preserve Wiki Links" toggle to "Convert Wiki Links" as it's more logical to have positive
  • #9 Added toggle for preserving wiki links as is - for quartz export.

Attachment Refinement

18 Jun 10:58
Compare
Choose a tag to compare

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

12 May 06:35
Compare
Choose a tag to compare

Bugfix: apply proper link transformation settings to every replace/remove scenario. #8

Option to Keep Private and Not Found links

10 May 08:05
Compare
Choose a tag to compare
  • 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

16 Jan 11:38
Compare
Choose a tag to compare

Wikilink images were not working.

Ignore Pattern for Emptying target folder

14 Jan 16:49
Compare
Choose a tag to compare

In the target folder now you can preserve some files/folders when choosing to clean it.

Windows and Link Space Support

13 Jan 17:32
Compare
Choose a tag to compare

Bug fixes:

  • Windows attachments were broken #6
  • Toggle to preserve wiki links #3 #5
  • Toggle to normalize local link urls with spaces #3

Normalize Asset File Names

01 Dec 19:10
Compare
Choose a tag to compare

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

23 Nov 13:57
Compare
Choose a tag to compare

!!! 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.

Added WikiLink support

09 Nov 20:22
Compare
Choose a tag to compare

Correctly parse [[link]] and [[link|text]] format links.