felixhayashi / TW5-TiddlyMap

Map drawing and topic visualization for your wiki

Home Page:http://tiddlymap.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make download link stable

linonetwo opened this issue · comments

Interesting idea. A few questions:

  • How does this work given that TiddlyMap has three dependencies. I only control one of them, and I'm sure the other two are not configured the way you describe.
  • How is Relink in the CPL list when I never configured it the way you describe.
  • Why aren't my other awesome plugins, like Uglify, not there? Who's deciding what plugins go in?

Well, acturally we can extrace plugins from the HTML, the vis.js plugin is extracted directly from http://tiddlymap.org/index.html but this can be slow, and plugin in that HTML may not be updated.

So we hope all plugins can provide a json format.

For Relink, I personally use Relink library. But some community members may add plugins to CPL at their will, because they think installing/upgrading everything in a single library is comfortable. It is added by some random member. (but will be recorded in the git commit message) So they add plugins they are using to it, and enjoy one-click-upgrade.

You can clone the repo and add tiddler like https://github.com/tiddly-gittly/TiddlyWiki-CPL/blob/master/tiddlers/Plugin_202203225931551.json or https://github.com/tiddly-gittly/TiddlyWiki-CPL/blob/master/tiddlers/linonetwo_commandpalette.json

Then your plugins will be added.

Okay. I think I've done this correctly. Your stable download link should be this:

https://github.com/felixhayashi/TW5-TiddlyMap/releases/latest/download/tiddlymap.json

I'll close this issue, but if that isn't correct, let me know and reopen. This is the first time I've set this up.

For real though. Did I get it right? I'm noticing that the json file I produced has the plugin wrapped in a JSON array, and yours doesn't. Does that matter?

Yes, it worked, thanks. As long as it is a valid tid that can be loaded by tiddlywiki.

截屏2022-10-30 13 56 38

I also copy the readme of this repo to it, as in the screenshot.