Hello all,
I wanted to use TW5 with a markdown note taking system Obsidian. For that I followed saqimtaz's
post on Reddit.
Everything worked fine except for a peculiar problem. I have my markdown files inside a folder "A" in "tiddlers" folder and I have provided a "tiddlywiki.files" to read from folder "A" for all markdown files. But whenever I have a folder (say "B"), I get an
error.
My "
tiddlywiki.files" contains this code for now.
{
"directories": [
{
"path": "A",
"isTiddlerFile": true,
"fields": {
"title": {"source": "basename"},
"created": {"source": "created"},
"modified": {"source": "modified"},
"tags": [".tiddler"],
"type": "text/x-markdown"
}
}
]
}
How can I change it to include all folders inside the directory "A"?
Do I have to manually add a directory code everytime I add a new folder inside "A"?
Regards,
Prestige