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

2021-08-06 Thread Shareda
Hello! (sorry for my English) I have made the converter scripts for html/fb2 books that slices a book to the atomic tiddlers and maps all the keywords as links to the keywords tiddlers wich are the summary of all occurrences. So I get something like tiddlybook or hyperbook. Then I can read

[tw5] Re: 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 Saq Imtiaz
> I'm not sure if we can and if we should provide this functionality. ... > Markdown editors expect a common format if they read .md files. Using TW > fields at the top is not standard for markdown. > Agreed. If we do add support for meta data in markdown files it would then be prudent to

[tw5] Re: 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
Hi Shereda, I think we didn't have this usecase yet. ... As I understand it, you want to keep the .md file extension but use the TW .tid fields section and be able to load the .md files into TW as if they where .tid files. ... That's new! I'm not sure if we can and if we should provide this

[tw5] Re: 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 Shareda
Got it! But to do that you have to edit boot.js After this lines $tw.utils.registerFileType("text/vnd.tiddlywiki","utf8",".tid"); $tw.utils.registerFileType("application/x-tiddler","utf8",".tid"); Add this ones $tw.utils.registerFileType("text/vnd.tiddlywiki","utf8",".md");

[tw5] Re: 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
Thank you for answering! I did so, but got unwanted .meta files среда, 4 августа 2021 г. в 17:10:51 UTC+6, saq.i...@gmail.com: > Look at the section on "File System Extensions" at > https://tiddlywiki.com/#Customising%20Tiddler%20File%20Naming > > On Wednesday, August 4, 2021 at 12:53:46 PM

[tw5] Re: 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
In another words I want to replace ".tid" by ".md" for the filesystem. среда, 4 августа 2021 г. в 16:53:46 UTC+6, 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

[tw5] Re: 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 Saq Imtiaz
Look at the section on "File System Extensions" at https://tiddlywiki.com/#Customising%20Tiddler%20File%20Naming On Wednesday, August 4, 2021 at 12:53:46 PM UTC+2 Shareda wrote: > > Hello! I am setting up my workflow using TiddlyWiki 5.1.23 on Node.js. > I would like to store and edit all of