Hi guys. I recently found this post which is about loading a folder of .md
files as tiddlers.
(1) Integration with Obsidian.md : TiddlyWiki5 (reddit.com)
<https://www.reddit.com/r/TiddlyWiki5/comments/j1li5f/integration_with_obsidianmd/>
I follow that but even though the .md files are loaded successfully, all
the .tid, plugins and image files are unable to be loaded.
Here are my settings.
I put the tiddlywiki.files under .\tiddlers
```
{
"directories": [
{
"path": "./TheVault",
"filesRegExp": "^.*\\.md$",
"isTiddlerFile": true,
"fields": {
"title": {"source": "basename"},
"created": {"source": "created"},
"modified": {"source": "modified"},
"type": "text/x-markdown"
}
}
]
}
```
I tried to move the tiddlywiki.files inside the `The Vault` folder and
change the path to "path": "./",. However, when I load too many .md files
(more than around 50), I will not be able to open the wiki and error is
shown.
Is there any way that I can keep my plugins and other tiddlers?
Thank you very much.
--
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/df2cf79b-fc14-4f5c-a141-3148d32ba2b1n%40googlegroups.com.