Added to the toolmap, in three sections: linking, lists, and presentations.

On Monday, July 9, 2018 at 6:47:21 AM UTC-5, Mohammad wrote:
>
> *Announcement*
>
> *Simple Linked List: *
>
> *http://revealgradually.tiddlyspot.com/#Wizard%20Tutorial 
> <http://revealgradually.tiddlyspot.com/#Wizard%20Tutorial>*
>
> *Mat *has a great code to make slideshow at
>
>  http://pptw.tiddlyspot.com/ <http://pptw.tiddlyspot.com/>
>
> He has a very simple but really useful code in 
> http://pptw.tiddlyspot.com/#PreviousNext to navigate among tiddlers in a 
> linked list
>
> A doubly liked list is a series of items having a next/previous link to 
> connect each element to its next / previous elements.
>
> See: https://en.wikipedia.org/wiki/Linked_list#Doubly_linked_list
>
> I used his great idea to simply prepare liked-list of tiddlers for making 
> wizards and guided instructions
>
> created: 20180709082448874
> creator: twMat
> list-after: $:/core/ui/ViewTemplate/body
> modified: 20180709084456608
> modifier: twMat
> tags: $:/tags/ViewTemplate
> title: PreviousNext
>
> <$list filter="[all[current]tag[wizard]]">
> <div style="float:left;">
> <$link to={{!!previous}}>{{!!previous}}</$link>
> </div>
> <div style="float:right;">
> <$link to={{!!next}}>{{!!next}}</$link>
> </div>
> </$list>
>
> Simply import the attached code into your wiki.
>
>    - create a tiddler
>    - tag it with wizard
>    - create a next, previous filed and put the tiddler names for next and 
>    previous items
>
>
> Every tiddler tagged `wizard` will automatically shows the links
> If you have only next or previous but not the other links just create the 
> required filed (e.g. next or previous which is required)
>
> A demo is presented here
> http://revealgradually.tiddlyspot.com/#Wizard%20Tutorial
>
>
> Cheers
> *Mohammad*
>
>

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@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/1f0ec8dd-25eb-45ba-8b83-bbcfae48fdfb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to