Where is the CPL hosted now?

During a routine cleanup of my TiddlyWiki containing TiddlyWiki (!) wisdom, I found that earlier I wrote down two links for CPL:

They both seem to be 404.

Where is the CPL hosted now?

Also, I searched the forum a bit and found Tiddlywiki Community Plugin Libraries

I see that a subset of those third party plugin libraries link to their home pages (CPL does not). Would be nice if we updated the header of that thread so all libraries there link to their home pages, in case the attached .json files become outdated.

@linonetwo … should know.

This mirror is working for me (from within the wiki Settings)

I get a blank page now.

Directly in my Browser (Chrome on Chromebook in Italy) I see nada


TT

I tried to refactor CPL to be a TW nodejs server route based plugin, seems I break the old HTML version. But only break the UI for human, you could still load plugin list inside TW, if you have its client side plugin installed.

This is my original concern. Where does a hypothetical first time user find it online? If you exclude this official forum, what’s the site that hosts the .json file that has to be downloaded and imported into a wiki to be able to use the plugin library?

Thanks for sharing kookma’s post, I added a link to my own library. CPL is the best/most complete solution IMO but if you ever want to create your own library as a backup, you can easily create your own using tiddlyhost: How to create a plugin library with one click (tiddlyhost) - #3 by telumire

I wonder if this will work. I wonder if it’s outdated.

caption: <$list filter=“[[$:/language]get[text]removeprefix[$:/languages/]else[en-GB]]” variable=“lang”><$list filter=“[search:title[zh]]”>太微中文社区插件源(大陆加速版)</$list><$list filter=“[!search:title[zh]]”>TiddlyWiki CPL(Netlify Host)</$list></$list>
created: 20211118102827947
creator: Sttot
modified: 20220322171459736
modifier: Sttot
revision: 0
tags: $:/tags/PluginLibrary $:/tags/PluginLibrary/CPL
title: $:/config/TiddlyWiki-CPL/Netlify
type: text/vnd.tiddlywiki
url: TiddlyWiki5 CPL

<$list filter=“[[$:/language]get[text]removeprefix[$:/languages/]else[en-GB]]” variable=“lang”>
<$list filter=“[search:title[zh]]” variable=“lang”>

欢迎使用’‘【太微中文社区插件源】’'!

本插件源是由[[太微(TiddlyWiki)中文社区|https://github.com/tiddly-gittly\\]]维护的、致力于搜集网络上所有与 ~TiddlyWiki5 有关插件的、希望为中国以及全世界的太微用户提供一键安装、更新插件体验的公开插件源。

如果还不了解该如何使用太微和本插件源,欢迎阅读[[中文社区共建的太微(TiddlyWiki)教程|https://tw-cn.netlify.app]]里插件相关的部分。如上提到的插件源和教程皆为开源项目,你可以在 [[GitHub|https://github.com/tiddly-gittly\\]] 中找到并参与贡献!如果乐意,可以通过QQ群等方式加入我们,详情请见如上提到的中文教程。

要添加这个插件库到你的 Wiki 中,只需鼠标拖动这个链接到你的 Wiki 里即可:<$link to=<>>{{!!caption}}</$link>

注意:本插件源版本为经过 netlify.app 加速的版本,对国内用户更加友好,但是更新有一定的延迟。还提供另一版本,是直接使用 ~GitHub Page 服务器的版本,更新更快,但是可能需要科学上网手段。

@@colorcolor:red;‘‘安装任何插件前,请记得备份你的Wiki,本插件源无法为插件造成的个人损失负责!’’@@

</$list>

<$list filter=“[!search:title[zh]]” variable=“lang”>

Welcome to the ‘’[TiddlyWiki Chinese Community Plugin Source]‘’!

This plugin source is maintained by the [[TiddlyWiki Chinese Community]] and is dedicated to collecting all TiddlyWiki5 related plugins on the web, hoping to provide a one-click installation and update plugin experience for TiddlyWiki users in China and around the world.

If you don’t know how to use TiddlyWiki and this source, you are welcome to read the plugins related section in the [[TiddlyWiki Tutorials for Chinese Communities|https://tw-cn.netlify.app]]. As mentioned above, both the plugin source and the tutorial are open source projects, you can find them in [[GitHub|https://github.com/tiddly-gittly\\]] and participate in contributing! If you like, you can join us through QQ groups and other means, see the Chinese tutorials mentioned above for details.

To add this plugin library to your Wiki, just drag this link with your mouse into your Wiki: <$link to=<>>{{!!caption}}</$link>

Note: The source version of this plugin is a version accelerated by netlify.app, which is more friendly to China mainland users, but there is a delay in updating. There is also another version that uses the GitHub Page server directly, which is faster to update, but may require technology to overturn the GF@color.

@@color:red;‘‘Please remember to back up your Wiki before installing any plugins, this plugin source cannot be held responsible for personal losses caused by plugins!’’@@

</$list>
</$list>

Thanks for fixing the link. I also added it to the wiki post with all the plugin libraries

Regarding where it is hosting, it’s using GitHub Actions, hosting on GitHub Pages, and also mirroring to Netlify.

And the wiki itself is a TiddlyWiki in https://github.com/tiddly-gittly/TiddlyWiki-CPL/tree/master/wiki , built to an HTML page using Modern.TiddlyDev project.

And soon, the Node.js TiddlyWiki server version will be online; I will host it on my own server on my company using FRPC to securely reverse proxy to a volcengine ECS and publish as online Tiddlywiki website + NodeJS server route API. API will be used for rating plugins or get old version of plugins.