mokeyish / obsidian-enhancing-export

This is an enhancing export plugin base on Pandoc for Obsidian (https://obsidian.md/ ). It's allow you to export to formats like Markdown、Markdown (Hugo https://gohugo.io/ )、Html、docx、Latex etc.
MIT License
332 stars 23 forks source link

No export whatsover #181

Closed pierrickbourrat closed 4 months ago

pierrickbourrat commented 4 months ago

Hi,

I am new to Obsidian. I have tried to export notes using this plugin. I have successfully exported notes using the pandoc plugin, but when I use this one I click "export to", then say " Word (docx)", and then "export", and literally nothing happens.

This happens both on a Windows and Mac computer, exactly the same behaviour. Any idea what the problem is?

Thanks blob

Bistutu commented 4 months ago

I had the same problem...sad

mokeyish commented 4 months ago

It may be a version compatibility issue, I am still using version 1.5.

pierrickbourrat commented 4 months ago

Do you mean pandoc 1.5?

ntino67 commented 4 months ago

Can you do pandoc --version in your cammand shell ? I believe there is an issue with the version 3.2 and can't detect the path to the exe.

Moved to version 3.1.8 and detected it with success. Still no export though...

pierrickbourrat commented 4 months ago

Yes it is version 3.2.

On Mon, 10 Jun 2024 at 22:18, ntino67 @.***> wrote:

Can you do pandoc --version in your cammand shell ? I believe there is an issue with the version 3.2 and can't detect the path to the exe.

Moved to version 3.1.8 and detected it with success. Still no export though...

— Reply to this email directly, view it on GitHub https://github.com/mokeyish/obsidian-enhancing-export/issues/181#issuecomment-2158193071, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFTGLBGVRFLOFWPQXDY5ZA3ZGWKS3AVCNFSM6AAAAABJBP3CUSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNJYGE4TGMBXGE . You are receiving this because you authored the thread.Message ID: @.***>

-- Pierrick Bourrat | DECRA Fellow & Senior Lecturer

Philosophy Department| Macquarie University | NSW | 2109 W ww http://www.pierrickbourrat.com/w.pierrickbourrat.com http://www.pierrickbourrat.com/

Research Affiliate, The University of Sydney Theory and Method in Bioscience | W https://tmbiosci.org/

ntino67 commented 4 months ago

Okay, so I managed to make it work @pierrickbourrat. First, I installed pandoc 3.1.8 on my computer. I then installed MikTex and searched the pdflatex exec to put it into the extra arguments. My extra arguments looks like this : --pdf-engine=C:\Path\MiKTeX\miktex\bin\x64\pdflatex I hope this help you with your docx. Haven't tried it but this works fine with PDFs :)

pierrickbourrat commented 4 months ago

Thanks! I will try it.

On Mon, Jun 10, 2024, 23:20 ntino67 @.***> wrote:

Okay, so I managed to make it work @pierrickbourrat https://github.com/pierrickbourrat. First, I installed pandoc 3.1.8 https://github.com/jgm/pandoc/releases/tag/3.1.8 on my computer. I then installed MikTex https://miktex.org/download and searched the pdflatex exec to put it into the extra arguments. My extra arguments looks like this : --pdf-engine=C:\Path\MiKTeX\miktex\bin\x64\pdflatex I hope this help you with your docx. Haven't tried it but this works fine with PDFs :)

— Reply to this email directly, view it on GitHub https://github.com/mokeyish/obsidian-enhancing-export/issues/181#issuecomment-2158365383, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFTGLBDRMMYGVWQ3TXZ43CTZGWRZTAVCNFSM6AAAAABJBP3CUSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNJYGM3DKMZYGM . You are receiving this because you were mentioned.Message ID: @.***>

serhatbe commented 4 months ago

my pandoc version is 3.2 and it was working until Obsidian v.1.6.3. After upgrading to 1.6.3, this plugin stopped working.

mokeyish commented 4 months ago

duplicated with #173

FeralFlora commented 4 months ago

my pandoc version is 3.2 and it was working until Obsidian v.1.6.3

Yeah, I don't think this is an issue with Pandoc, I use Pandoc 3.2 without issues with the fix I mention in #173 for the loading screen bug.

serhatbe commented 4 months ago

Good News

Plugin developer released an update which I installed: v.10.6. That fixed two things on Windows 11:

  1. Pandoc path is found by the plugin (my Pandoc version is 3.2).
  2. Export to html and docx successful.

I haven't updated the plugin for Obsidian on my macOS yet.

Many thanks to developer (@mokeyish) for their prompt fix.