Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
fkohrt opened this issue Aug 21, 2020 · 2 comments
Closed

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

fkohrt opened this issue Aug 21, 2020 · 2 comments
Labels
doesn't work It doesn't seem to work, yet, we need clarification whether it's a bug or just false expectations duplicate There is already an issue for a similar ticket

Comments

@fkohrt
Copy link

fkohrt commented Aug 21, 2020

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

@felixhayashi
Copy link
Owner

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.

@felixhayashi felixhayashi added doesn't work It doesn't seem to work, yet, we need clarification whether it's a bug or just false expectations duplicate There is already an issue for a similar ticket labels Sep 16, 2020
@fkohrt
Copy link
Author

fkohrt commented Sep 16, 2020

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

@fkohrt fkohrt closed this as completed Sep 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doesn't work It doesn't seem to work, yet, we need clarification whether it's a bug or just false expectations duplicate There is already an issue for a similar ticket
Projects
None yet
Development

No branches or pull requests

2 participants