On Thursday, August 5, 2021 at 2:56:28 PM UTC+2 Jeremy Ruston wrote:
...

> I certainly would draw the line at integrating a full YAML parser, but 
> there’s no reason why we couldn’t parse a simple subset of YAML fields from 
> MD files. 
>

I do agree here. The only thing we would need to implement, would be to 
search for the --- markers, strip them out and convert the rest using the 
TW parser. ... 

There is still the problem with the default nodejs behaviour, that it 
splits   type: text/markdown  files into 2 elements. We would need to 
change that back to write a single .md file with the "front-matter" stuff 
at the top. 

So we will need to support 2 versions. The problem is that it seems they 
didn't change the file extension. So we do have no real indicator if a file 
contains front-matter content or not. ... 

-mario

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/11ee592e-dae3-4e9a-bd75-1b879160d110n%40googlegroups.com.

Reply via email to