Utility plugin is a small set of stylesheets, templates and macros. It has different tools for customizing and authoring specially for developers.
- Packaged plugin
- Drag and drop $:/plugins/kookma/utility into your wiki
- Save and reload your wiki
- Client-Server installation (separate files)
- For Node.js (server version) download the utility folder from source folder and paste in your Tiddlywiki plugins folder
- For local installation put the utility folder into your local plugins folder under your wiki folder
It is highly recommended to backup your data before trying any new plugin! Do it before installing Utilty
Utility Tutorial is a good point to start. Also have a look at indivial demo.
- Jeremy Ruston
- Ton Gerner
- Mark s
- BTC
- Anthony Muscio (TonyM)
- Date: [10th Oct 2019]
- beta release
- documentation improved
Hi Mohammad,I am a little confused. You start with simple-navigation, next an example using simpleNavigation. All the writing is about tag, but then I see a tiddler named simple navigation tagged $:/tags/ViewTemplate containing <<simple-navigation alert>>.
A typo, tiddler named demo/Viw-field (Demo View-field I suppose)
Leaving for now to "play" some more, lovely on a cold and rainy day ;-)
Birthe
This is to announce the beta release Utility plugin! It is a complement to Shiraz. This plugin targets who like authoring specially developer.
\define simple-navigation(tag:"demo", class)
<$list filter="[all[current]tag[$tag$]]">
<div class="$class$">
<$list filter="[tag[$tag$]before<currentTiddler>]" variable="prevTiddler">
<$button to=<<prevTiddler>> tooltip=<<prevTiddler>> class="tc-btn-invisible">previous
<$action-sendmessage $message="tm-close-tiddler" $param=<<currentTiddler>>/>
</$button>
</$list>
<$list filter="[tag[$tag$]after<currentTiddler>] [tag[$tag$]before<currentTiddler>] +[count[]] -1" variable=ignore>|</$list>
<$list filter="[tag[$tag$]after<currentTiddler>]" variable="nextTiddler">
<$button to=<<nextTiddler>> tooltip=<<nextTiddler>> class="tc-btn-invisible">next
<$action-sendmessage $message="tm-close-tiddler" $param=<<currentTiddler>>/>
</$button></$list>
</div>
</$list>
\end
- Date: [15th Oct 2019]
- The
simple-navigationhas new parameterclose- The
simple-navigationmacro optionally closes the current tiddler when the previous | next button is clicked
- Date: [13th Oct 2019]
- stable release
- viewtemplate to display global macro content
- documentation improved
Announcement:Utility pluginDate: Oct 11, 2019Release: 0.5.0 betaStatus: in progress
- Date: [23th Oct 2019]
- Minor issue fixed on show fields button