Anyone?On Friday, 20 November 2020 at 01:16:48 UTC+5:30 Prestige wrote:I was trying to include a folder of .md files as tiddlers into my Wiki, but I am facing an issue in the name of the tiddler. The tiddler is imported fine but, the name includes the whole path of the file.This is my tiddlywiki.files file. Can someone tell me what mistake I might be doing?{"directories": [{"path": "./TheVault","filesRegExp": "^.*\\.md$","isTiddlerFile": true,"fields": {"title": {"source": "basename"},"created": {"source": "created"},"modified": {"source": "modified"},"type": "text/x-markdown"}}]}ThanksPrestige