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/8ff652db-dd6b-4cc3-ab05-750d58013721n%40googlegroups.com.

Reply via email to