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");
$tw.utils.registerFileType("application/x-tiddler","utf8",".md");
And change this lines
$tw.utils.registerFileType("text/markdown","utf8",[".md",".markdown"],{deserializerType:"text/x-markdown"});
$tw.utils.registerFileType("text/x-markdown","utf8",[".md",".markdown"]);
to
$tw.utils.registerFileType("text/markdown","utf8",[".mdX",".markdown"],{deserializerType:"text/x-markdown"});
$tw.utils.registerFileType("text/x-markdown","utf8",[".mdX",".markdown"]);
среда, 4 августа 2021 г. в 17:14:22 UTC+6, Shareda:
> Thank you for answering! I did so, but got unwanted .meta files
>
> среда, 4 августа 2021 г. в 17:10:51 UTC+6, [email protected]:
>
>> 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 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 stored in .tid files ?
>>>
>>> My own research is about to fail :^)
>>
>>
--
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/72003cd0-04fb-4b23-b006-ff79466a862en%40googlegroups.com.