[tw5] Close Tiddler / Open Tiddler on Button Press

2018-10-21 Thread lberkwits
I am trying to code a button press to Open a New Tiddler and Close the 
Tiddler in which the button is shown, but having issues with the syntax of 
the close Tiddler.
The codes follows below.

TiddlyWiki is configured to open the {{Initial Page}} tiddler on opening, 
on which the below code is located (with Button Displayed). 

The code below successfully opens the {{Introduction}} tiddler upon button 
press, but does not close the {{Initial Page}} tiddler (which is the action 
that I seek)
Documentation includes Param which is supposed to indicate 
What am I missing??
Thanks much,  Lee.

<$button >
<$action-navigate $to="Introduction"/>
<$action-navigate $tm-close-tiddler="Initial Page"/>

I ACCEPT ABOVE AGREEMENT



-- 
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/0c7cc704-5967-4c77-954b-e5c35faa7ec1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] TOC Sort Issue

2018-06-01 Thread lberkwits
I started working with TW about 4 days ago, so I am really green on how 
this operates.
I have made significant progress on a Wiki that I am putting together.

Currently all entries are under a parent Contents which is selective 
expandable toc sorted by title using the following code (lifted from a 
YouTube tutorial):


<>


Within Contents are multiple child titles, only one of which has 
grandchildren with  items need to be numbered (ie *all other entries are 
not numbered*.)

TW does an alpha sort which works well with everything but messes up the 
order on this single list.

1) Item 1
10) Item 10
11) Item 11
12) Item 12
2) Item 2
3) Item 3
4) Item 4
5) Item 5
6) Item 6
7) Item 7
8) Item 8
9) Item 9

I would like to force the order to numerical sort on the initial numbers, 
but have no idea how to do this.  

Thank much in advance for any advice on this.  


-- 
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/50b564c5-6d14-43da-94be-0e5b735611b5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.