I have been extensively using Shiraz plugin as a platform for my wikis. Thanks to Mohammad.--I noticed that Shiraz slider status:open does not work properly. For instance:<<slider label:"''Webinar''" status:open labelClass:"alert alert-secondary" src:"some text">>this code has to render a tiddler with open text. However, it does not - see a real example https://bit.ly/3gZbGj6I would be grateful for somebody's tip or patch.Olegh
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 tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/3e17282a-503e-4eea-bdc2-83d9bf8dac93o%40googlegroups.com.
\define slider(label, src, labelClass, srcClass, status:"closed")
<$set name="revealState" value=<<qualify "$:/state/shiraz/slider-macro/$(currentTiddler)$/$label$">>>\define slider(label, src, labelClass, srcClass, status:"closed") Olegh,If you use Node.JS version of TW, it seems none of state tiddler are saved! So, with Node.js make a small change in\define slider(label, src, labelClass, srcClass, status:"closed") <$set name="revealState" value=<<qualify "$:/state/shiraz/slider-macro/$(currentTiddler)$/$label$">>>to something like\define slider(label, src, labelClass, srcClass, status:"closed")<$set name="revealState" value=<<qualify "$:/keepstate/shiraz/slider-macro/$(currentTiddler)$/$label$">>>Best wishesMohammad
On Fri, Jun 5, 2020 at 3:45 PM oleghbond <o.o.bo...@gmail.com> wrote:
I have been extensively using Shiraz plugin as a platform for my wikis. Thanks to Mohammad.--I noticed that Shiraz slider status:open does not work properly. For instance:<<slider label:"''Webinar''" status:open labelClass:"alert alert-secondary" src:"some text">>this code has to render a tiddler with open text. However, it does not - see a real example https://bit.ly/3gZbGj6I would be grateful for somebody's tip or patch.Olegh
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 tiddl...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/9663b51d-788d-40d9-91da-9bd74b384b48o%40googlegroups.com.