joeyuping / quick_latex_obsidian

MIT License
327 stars 21 forks source link

Newline in custom shorthand #88

Closed pw-64 closed 1 year ago

pw-64 commented 1 year ago

Would like to have a \n inside the replacement text. Eg: multiline:\begin{}\n#cursor\n\end{}

joeyuping commented 1 year ago

hi!

thank you so much for the suggestion! newline is in fact possible by writing in the custom shorthand setting this way:

`multiline:\begin{}

cursor

\end{}`

by actually putting in the newline. would this be ok?