Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
我自己有一个最近才开始维护的本地维基。然后通过这个本地维基来实现,一处更新,处处更新。目前这个TiddlyWiki是私有的。但我需要做一个公开的仓库,如何把这个内容引入进来呢?可以考虑把本地私有仓库设置为公开。但如何在启动服务时加载一个github仓库的一个文件夹中的内容呢?
目前好像是有一个插件,$:/plugins/sq/ExternalContent,可以实现这方面的功能,但还没研究明白怎么用。
$:/plugins/sq/ExternalContent
我预想的是,不直接把文件保存过来。而是加载这方面的内容。仓库本身只有一些tid文件之类的。
https://tiddlywiki.com https://bramchen.github.io/tw5-docs/zh-Hans/
上面两个网站都能正常加载,但我的博客网站好像就不行。也许是没有开权限?
好吧,要开权限。可以开本地的HTTP,就能加载进来。但如果是本地的话,就不需要这么麻烦了。还要再研究。