> I wonder, is it possible to add notifications to "normal" plugins, by > treating non-library plugins as their own local/custom library?
One could imagine having an URL associated with individual plugins that TiddlyWiki could check for updates but the challenge is that would require the plugin to be hosted with CORS enabled. CORS is not typically enabled for web hosting (eg GitHub Pages doesn't allow it), which is why we have the plugin mechanism; it uses some iframe/postmessage tricks to pull plugins from the library without CORS. So, to be able to update individual plugins would require that the plugin author hosted the plugin in a plugin library, and not just on a bare URL. Best wishes Jeremy > > > On Saturday, January 2, 2021 at 12:41:00 PM UTC-5 [email protected] wrote: >>> One of my favorite recent features is how plugins part of a library tell >>> you when they need updating. >>> >>> Am I missing something, or do plugins/themes that are not part of libraries >>> missing this feature? >> >> That’s correct, the ability to automatically update plugins is a property of >> plugin libraries rather than of the individual plugins. >> >> Best wishes >> >> Jeremy >> >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "TiddlyWiki" group. >>> To unsubscribe from this group and stop receiving emails from it, send an >>> email to [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/tiddlywiki/22f342dc-a46f-4c49-8ebc-03f77d045fabn%40googlegroups.com. >> > > -- > You received this message because you are subscribed to the Google Groups > "TiddlyWiki" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/tiddlywiki/fb7b5ffd-e15c-4970-ab99-359284e971d7n%40googlegroups.com. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/34C6F979-0042-4BA5-97ED-D05167DFE976%40gmail.com.

