YISH

Results 354 comments of YISH

This bug would also be reproduced on [`elementry os `](https://elementary.io).

@apotenza92 Hi, did you run the command on terminal directly success? I have never use MikTEX,maybe should custom your own command.

Haven't seen this before, but I've seen a slightly different issue on M1 macs solved by specifying the **full path** to the pdflatex program. ``` pandoc -o my.pdf --pdf-engine=/Library/TeX/texbin/pdflatex ```...

> Here are some terminal outputs to show you my install and the fact that everything is in my PATH. I've tried using both homebrew and manually installing pandoc and...

@apotenza92 Hi,Does the above solution work? if it works, I will add `/Library/TeX/texbin/` to the PATH

Great, that's it's OK to add environment variables. I'll add it later this week. Thank you for trying the above. BTW: I'm writing another plugin [Code emitter](https://github.com/mokeyish/obsidian-code-emitter) I hope it...

@rodzam Hi, rodzam , You can try the latest version. I have added it to the `PATH`

Hi, what's your expectation? export together? This doesn't seem like a good idea. Notes may be nested in loops.

It is strongly recommended that you use standard markdown syntax instead of obsidian-extended wiki links. Non-standard markdown parsing requires additional custom development.