Also, get rid of the `"isTiddlerFile" : true`, that may be causeing the
files to be misread if the path is in-fact correct. *.md files are their
own type, not "tiddler files".
Best,
Joshua Fontany
On Monday, December 7, 2020 at 4:56:14 PM UTC-8 Joshua Fontany wrote:
> 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/fcd54146-a73d-4246-9943-616cf37f39c7n%40googlegroups.com.