wm3 icon indicating copy to clipboard operation
wm3 copied to clipboard

Suggestion: Implement YAML front matter

Open jmcd040 opened this issue 6 years ago • 2 comments

I would prefer to not have the name and tags information at the top of my document print out in other md editors. For example I use Typora to print since WM3 still strips out color highlighting so it would improve my work flow if WM3 implemented this meta data as YAML front matter so it wouldn't appear when I use Typora. Would that be possible soon?

jmcd040 avatar Aug 31 '19 21:08 jmcd040

Similarly I have YAML metadata block at the beginning of every markdown file so pandoc could generate correct title/author/etc. for the converted file. Normally they start with --- at the very beginning of the file and end with --- or ...

The — relatively minor — problem is that WM3 convert the first mark into a horizontal rule and the last line to header if the block ends with three dashes.

Is it possible to make WM3 deals with the YAML block as a preformatted (code) block?

thanks! mario

crystalfp avatar May 22 '20 05:05 crystalfp

Already implemented for the next release! i.

writemonkey avatar Apr 15 '22 11:04 writemonkey