We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
有时候需要用其它手机作为只读屏幕展示可视化大屏或者看板,但是它们打开主页会导致客户端也打开主页(同步了 $:/StoryList),打开别的布局会导致也打开那个布局(同步了 $:/layout),所以要不就是参考 SyncSystemTiddlersFromServer 加上一个 SyncSystemTiddlersFromClient 设为 no,但这样会导致客户端刷卡或者修改插件配置也无法同步等等,所以最好是通过 MWS 来解决,参考 TiddlyWiki/TiddlyWiki5#8747 (comment)
不过可以先用 SyncSystemTiddlersFromClient 作为临时解决方案。
或者看看有没有 hook 能修改 http route,目前太记小窗是通过自定义的 IPC route 来不同步这些的。
No response
The text was updated successfully, but these errors were encountered:
linonetwo
No branches or pull requests
Description 描述
有时候需要用其它手机作为只读屏幕展示可视化大屏或者看板,但是它们打开主页会导致客户端也打开主页(同步了$:/StoryList),打开别的布局会导致也打开那个布局(同步了 $ :/layout),所以要不就是参考 SyncSystemTiddlersFromServer 加上一个 SyncSystemTiddlersFromClient 设为 no,但这样会导致客户端刷卡或者修改插件配置也无法同步等等,所以最好是通过 MWS 来解决,参考 TiddlyWiki/TiddlyWiki5#8747 (comment)
不过可以先用 SyncSystemTiddlersFromClient 作为临时解决方案。
或者看看有没有 hook 能修改 http route,目前太记小窗是通过自定义的 IPC route 来不同步这些的。
Additional Context 额外上下文
No response
The text was updated successfully, but these errors were encountered: