OliverBalfour / obsidian-pandoc

Pandoc document export plugin for Obsidian (https://obsidian.md)
MIT License
691 stars 57 forks source link

Does not resolve internal links #209

Open SgtPebble opened 6 months ago

SgtPebble commented 6 months ago

Since Obsidian 1.5.12 the plugin does not follow internal links.

Example:

![[file01]]

Exported as Pandoc Markdown shows up as

[file01]{.internal-embed width="file01" alt="file01" src="file01"}

Expected behaviour: Body text of file01 to be included.

Running Obsidian v1.5.12 with pandoc plugin v0.4.1 on macOS 14.4.1.