> "In general, plugins are processed in alpha-numeric order (by tiddler
> title),
> using case-sensitive ASCII sort order (i.e. A-Z precedes a-z)."

In addition to the above (which I wrote a long time ago), plugins now
also support use of a "Requires" slice value.  If this slice is
present, it is processed as a space-separated, bracketed list of
tiddler titles, and any plugin tiddlers listed there will be loaded
first, regardless of the sort order of the titles.  Thus, if PluginA
needs to have PluginB loaded first, PluginA can contain:
   |Requires|PluginB|
to force an override of the normal load sequence and ensure that
PluginB is, in fact, loaded before PluginA is processed.

enjoy,
-e

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/tiddlywikidev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to