We would need to see the folder structure to troubleshoot. I have a feeling
the directory path is not correct. Where on disk is this tiddlywiki.info
file located within your folder structure?
For example, if your folder structure is so that the "tiddlywiki.files"
config file is inside a folder within your "wikiFolder/tiddlers" folder,
like so
wikiFolder
|-- tiddlywiki.info
|-- NotesVault/
|-- tiddlers/
|----NotesImport/
|------tiddlywiki.files
Then the tiddlywiki.files data is being loaded from
"wikifolder/tiddlers/NotesImport/tiddlywiki.files", and so the path back to
the vault has to include 2 "move up one level" relative shortcuts: `
"path": "../../NotesVault" `.
With only a single "../" in the relative path, the path pointer is inside"
the "wikiFolder/tiddlers/" directory....
I hope this example helps.
Best,
Joshua Fontany
On Sunday, December 6, 2020 at 8:16:37 PM UTC-8 Prestige wrote:
> Hello all,
>
> Currently I am using this tiddlywiki.files:
>
> {
> "directories": [
> {
> "path": "../NotesVault",
> "filesRegExp": "^.*\\.md$",
> "isTiddlerFile": true,
> "fields": {
> "title": {"source": "basename-uri-decoded"},
> "created": {"source": "created"},
> "modified": {"source": "modified"},
> "type": "text/x-markdown"
> }
> },
>
> {
> "path": "../tiddlers",
> "isTiddlerFile": true
> }
> ]
> }
>
> But the folders inside the "NotesVault" isn't getting indexed in the Wiki.
> What should I add to this file?
>
>
--
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/17a1c197-6157-4e47-8179-5bcc48b41b21n%40googlegroups.com.