Re: [tw5] How do I store fields inside *.md files? As if it were a .tid file, without separating fields to the .meta file

2021-08-05 Thread Jeremy Ruston
We actually have a similar situation with .js files. As you know, they can contain front matter like this: /*\ title: $:/core/modules/commands/build.js type: application/javascript module-type: command Command to build a build target \*/ (function(){ But one can also include a .meta file. Any

Re: [tw5] How do I store fields inside *.md files? As if it were a .tid file, without separating fields to the .meta file

2021-08-05 Thread PMario
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

Re: [tw5] How do I store fields inside *.md files? As if it were a .tid file, without separating fields to the .meta file

2021-08-05 Thread Jeremy Ruston
> Agreed. If we do add support for meta data in markdown files it would then be > prudent to consider the YAML frontmatter format which is becoming quite > commonplace: > https://jekyllrb.com/docs/front-matter/ > https://gohugo.io/content-management/front-matter/ > > Now I better duck before

[tw5] How do I store fields inside *.md files? As if it were a .tid file, without separating fields to the .meta file

2021-08-04 Thread Shareda
Hello! I am setting up my workflow using TiddlyWiki 5.1.23 on Node.js. I would like to store and edit all of my tiddlers within the *.md files with all their fields. How can I switch off the generating of the separate *.meta files for MD format and store the filds the same way as they are