felixhayashi / TW5-TiddlyMap

Map drawing and topic visualization for your wiki
http://tiddlymap.org
BSD 2-Clause "Simplified" License
863 stars 132 forks source link

Make download link stable #430

Closed linonetwo closed 2 years ago

linonetwo commented 2 years ago

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

So we can automatically fetch latest release in Community plugin library https://github.com/tiddly-gittly/TiddlyWiki-CPL

Like my plugins' link https://github.com/tiddly-gittly/tiddlywiki-plugins/releases/latest/download/24.3A.2Fplugins.2Flinonetwo.2Fsmart-field.json

flibbles commented 2 years ago

Interesting idea. A few questions:

linonetwo commented 2 years ago

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.

flibbles commented 2 years ago

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.

flibbles commented 2 years ago

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?

linonetwo commented 2 years ago

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

截屏2022-10-30 13 56 38

linonetwo commented 2 years ago

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