felixhayashi / TW5-TiddlyMap

Map drawing and topic visualization for your wiki

Home Page:http://tiddlymap.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Emptied text field when using lazy loading with Node.js server

fkohrt opened this issue · comments

If I create a new TiddlyWiki (server edition), install the plugins TW5-TiddlyMap and TW5-Vis.js and create a file called tiddlers.json inside the tiddlers/ directory as below...

[
    {
        "title": "HelloWorld",
        "text": "This is the content of the tiddler //HelloWorld//."
    }
]

...then starting the wiki with lazy loading enabled empties the tiddler HelloWorld. The server command I used is tiddlywiki wiki/ --listen root-tiddler=$:/core/save/lazy-all

Hi Florian, I think lazy loading in general is a problem with TiddlyMap, see #300. Unfortunately, as the problem seems to be deeply rooted in the tiddlymap logic, I do not recommend to use TiddlyMap with lazy loading.

I see, sorry for the duplicate, I'll close this.