Working around Pandoc limitations with SC #376
seatrout
started this conversation in
Show and tell
Replies: 1 comment
-
Thank you for this example! 😎 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
There is a pandoc plugin which works pretty well, but I write with only one carriage return (line feed) to separate paragraphs and Word only recognises two consecutive ones as a paragraph break, which means the output using the plugin is horribly smooshed together.
So I wrote this.
Saved as "prettyword.ps1" in the root of the vault — make a quick shell command to call it, like so:
.\prettyword.ps1 {{file_path:absolute}}
and then add it to the right-click menu.Beta Was this translation helpful? Give feedback.
All reactions