Question about markdown folder integration

84 views
Skip to first unread message

LeoLeo123

unread,
Nov 28, 2020, 7:21:28 AM11/28/20
to TiddlyWiki
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)  
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. 

LeoLeo123

unread,
Nov 30, 2020, 11:19:32 PM11/30/20
to TiddlyWiki
I have fixed the issue by downloading a new markdown plugin.

LeoLeo123 在 2020年11月28日 星期六下午8:21:28 [UTC+8] 的信中寫道:

danraymond

unread,
Dec 1, 2020, 9:52:43 PM12/1/20
to TiddlyWiki
What  was the new markdow plugin you downloaded?
Reply all
Reply to author
Forward
0 new messages