Skip to content

feature: readonly client #612

@linonetwo

Description

@linonetwo

Description 描述

有时候需要用其它手机作为只读屏幕展示可视化大屏或者看板,但是它们打开主页会导致客户端也打开主页(同步了 $:/StoryList),打开别的布局会导致也打开那个布局(同步了 $:/layout),所以要不就是参考 SyncSystemTiddlersFromServer 加上一个 SyncSystemTiddlersFromClient 设为 no,但这样会导致客户端刷卡或者修改插件配置也无法同步等等,所以最好是通过 MWS 来解决,参考 TiddlyWiki/TiddlyWiki5#8747 (comment)

不过可以先用 SyncSystemTiddlersFromClient 作为临时解决方案。

或者看看有没有 hook 能修改 http route,目前太记小窗是通过自定义的 IPC route 来不同步这些的。

Additional Context 额外上下文

No response

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions