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

[BUG] TiddlyWeb shouldn't sync $:/StoryList to the client #8747

Open
linonetwo opened this issue Nov 14, 2024 · 0 comments
Open

[BUG] TiddlyWeb shouldn't sync $:/StoryList to the client #8747

linonetwo opened this issue Nov 14, 2024 · 0 comments

Comments

@linonetwo
Copy link
Contributor

Describe the bug

In readonly client-server setup, the wiki may sync $:/StoryList to the client, redirect the client to another tiddler by overwriting client's $:/StoryList

Expected behavior

Don't send $:/StoryList to the client, each client should have its own $:/StoryList.

To Reproduce

  1. open https://wiki.onetwo.ren/#GoogleEarthVR:GoogleEarthVR
  2. it loads
  3. it get the $:/StoryList on background
  4. it goes to https://wiki.onetwo.ren/#Index:Index by it self

Screenshots

No response

TiddlyWiki Configuration

  • 5.3.5
  • TiddlyWeb

Additional context

The server is started by

tiddlywiki D:\wiki\linonetwo-wiki --listen port=5217 host=0.0.0.0 root-tiddler=$:/core/save/lazy-all gzip=yes readers=(anon) writers=林一二 username=林一二 password=XhJOxxxxxxxxxxxxx anon-username=林一二 --setfield [[$:/plugins/flibbles/relink]] [[$:/plugins/flibbles/relink-markdown]] [[$:/plugins/flibbles/relink-titles]] [[$:/plugins/kixam/datepicker]] [[$:/plugins/kixam/moment]] [[$:/plugins/kookma/commander]] [[$:/plugins/kookma/refnotes]] [[$:/plugins/linonetwo/flow-chart]] [[$:/plugins/linonetwo/zx-script]] [[$:/plugins/linonetwo/github-external-image]] [[$:/plugins/linonetwo/markdown-transformer]] [[$:/plugins/linonetwo/source-control-management]] [[$:/plugins/linonetwo/slate-write]] [[$:/plugins/linonetwo/open-in-external-app]] [[$:/plugins/oflg/fishing]] [[$:/plugins/oflg/fishing-analysis]] [[$:/plugins/oflg/fishing-catchfish]] [[$:/plugins/oflg/fishing-zh-Hans]] [[$:/plugins/tiddlywiki/dynannotate]] [[$:/plugins/linonetwo/sub-wiki]] [[$:/plugins/linonetwo/tw-mobile-sync]] [[$:/plugins/linonetwo/tw-calendar]] [[$:/plugins/linonetwo/tw-whiteboard]] [[$:/plugins/linonetwo/tw-react]] [[$:/plugins/linonetwo/super-tag]] [[$:/plugins/oeyoews/tiddlywiki-codemirror-6]] [[$:/plugins/linonetwo/hyper-table]] [[$:/plugins/BTC/TiddlyFlex]] [[$:/plugins/oeyoews/mermaid]] [[$:/plugins/tiddlywiki/katex]] text text/plain

where password is random generated and masked here. I use random password to make it a readonly blog site.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant