ParkerRobb
ParkerRobb
I'd love to see a very brief overview of how you did that!
There are four(!) other issues regarding this problem: #159, #136, #86, #77
See #265 for a workaround
> I encountered the same issue today. After restarting Zotero, the problem persisted, but upon restarting Obsidian, the issue disappeared (i.e., I can now export my literature notes). This reminded...
You can use the `--from=markdown+wikilinks_title_after_pipe` option to take care of the wikilinks (but it doesn't work for links to headings or blocks). See the Pandoc User's Guide, p108.
I use `--from=markdown+wikilinks_title_after_pipe+mark+lists_without_preceding_blankline` to properly process wikilinks, highlighting, and lists without a preceding blank line. Still working on what to do about comments, callouts, and wikilinks to headings.
For the option below, I'm inputting Markdown, not HTML, if that makes any difference.
I found a workaround: If you have Pandoc >3.0 and specify `--from=markdown+wikilinks_title_after_pipe` as a Pandoc option in "Extra Pandoc options" in the plugin settings, Pandoc itself will process the links...
> Do you mean this > > That came from [another plugin](https://github.com/mokeyish/obsidian-enhancing-export)
I have the same problem. It appears that spaces cannot be escaped when entered in "Extra Pandoc arguments", meaning no filepaths can have spaces. I tried it on a filepath...