Apparently my brain didn't want to find a way to get fix the problems with twederation, so I made the what I used for the setup wizard a plugin instead. So have a setup wizard plugin. That also works as a slideshow thing to explain itself.
Hopefully people will find this useful for multi-step setup processes or slide shows or something. It has some built in macros for storing user input to make saving whatever information is gathered while you are using the setup wizard. Hopefully the explanation at the site is enough, if you have questions let me know.
--
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 post to this group, send email to tiddl...@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/93ffcf5d-b577-42d9-9579-7d1601ef1948%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Apparently my brain didn't want to find a way to get fix the problems with twederation, so I made the what I used for the setup wizard a plugin instead. So have a setup wizard plugin. That also works as a slideshow thing to explain itself.
Hopefully people will find this useful for multi-step setup processes or slide shows or something. It has some built in macros for storing user input to make saving whatever information is gathered while you are using the setup wizard. Hopefully the explanation at the site is enough, if you have questions let me know.
It doesn't use either. You give a tag and optionally a field to use for sorting, then it builds a filter using that. Before any user input it just displays the first tiddler returned by that filter (using the first[] filter operator), after the user clicks forward it creates a state tiddler that holds the name of the currently displayed tiddler. Then the next and previous tiddlers are found using same filter with either the before or after operators and the currently displayed tiddler as the input.
That way you can just add more slides without having to do anything other than tagging the new slide with the appropriate tag. You can set the order using the order field but that isn't required. There aren't any list fields used.
--
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 post to this group, send email to tiddl...@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/93402c05-6e6f-4513-b355-c15c12b4a74f%40googlegroups.com.