So, some solutions/ideas are:
- A centralized repository of plugins, very much like package control for sublime text
- An "update" method
- Your TW could check installed plugin versions with that on our centralized repo, letting you know if you need to update.
- As I understand, it still couldn't actually "fetch" the updated plugin tiddler from github - you need to do this manually - is this correct?
Diego Mesa you hit the nail right on the head.
After using TW for last couple of months, I have realized what makes it unique and powerful is the ability to customize almost each and every aspect of it. This is something missing from established products like EverNote and OneNote. New products like Notable have planned feature for plugin support but I doubt it will be as permissive as TW.
Problem is for a beginner TW has a bland UI and very little features. To customize you need to use plugins and scripts. A central repository for searching and installing plugins would be nice.
I like how Browser Addons Stylus and GreaseMonkey do it. The browser addons let user install customized soles and JS scripts for different sites.
A similar mechanism for TW would be very useful.
Mohammad you are already hosting your plugin and script directory on Github. What if we do this,
tiddlywiki ~/Dropbox/TiddlyNotes --verbose --build indexindex.html via Gitub pagesAnd finally use this repo as the official plugin repository.
Advantage of breaking down into individual tid files is
I guess bottom line of my suggestion is to use Github/GitLab repository as a official CMS for TW plugins and scripts.