Is that `tiddlywiki.files` file inside ".tiddlers/TheVault" alongside the
files you want to import?
If so, that "path" line needs to be "." to indicate "current directory".
Best,
Joshua F
On Friday, November 20, 2020 at 4:30:21 AM UTC-8 Prestige wrote:
> Kindly help :)
>
> On Friday, 20 November 2020 at 02:05:30 UTC+5:30 Prestige wrote:
>
>> 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"
>>> }
>>> }
>>> ]
>>> }
>>>
>>> Thanks
>>> Prestige
>>>
>>
--
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/e9121de4-a1f7-4ff5-94f3-bbf66d36550bn%40googlegroups.com.