OliverBalfour / obsidian-pandoc

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

single line breaks #199

Open seatrout opened 11 months ago

seatrout commented 11 months ago

This is not a problem with the plugin as such, but is there any way to tell Pandoc to accept hard returns as paragraphs? I write my own paragraphs with one carriage return at the end, and use css to make a gap to the next paragraph in Obsidian. It is an irritation to have to double all the line endings (except in tables) if I want paragraphs properly reproduced in Word.

seatrout commented 11 months ago

Failing that, I'd like to invoke this extension from the obsidian advanced URI scheme. To do this I need a command ID for the menu entry that the extension puts in the list of commands accessible with Ctrl-P. Is there any way to get at that?