-
Notifications
You must be signed in to change notification settings - Fork 0
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
full fetch not working #14
Comments
// write back after html stabled addEventListener('DOMContentLoaded', (event) => { setTimeout(() => { $tw.wiki.addTiddlers(serverList.map((tiddler) => tiddler.fields)); }, 1000); }); |
embed image still not working |
failed to fetch (only on tiddloid), maybe the url to fetch is wrong. should log it in catch error |
Fetch is ok, but not all tiddler is fetched. But directly open http://192.168.18.125:3001/tw-mobile-sync/get-full-html still see all tiddlers. Weird |
No description provided.
The text was updated successfully, but these errors were encountered: