[twdev] Re: Any chance for a single-tiddler story "river"?

2018-02-09 Thread TheDiveO
Thank you very much, BJ! That works as advertised. Now I'm wrapping this in 
a conditional so I can run the wiki either in development or "readonly" 
single tiddler view.

Best regards,
TheDiveO

On Thursday, February 8, 2018 at 7:10:49 PM UTC+1, BJ wrote:
>
> you can hack the  $:/core/ui/PageTemplate tiddler to do this by the 'close 
> all other tiddlers' message.
>
> add this link catcher widget under the navigate widget like so
>
>
> <$linkcatcher message="tm-navigate"  actions=<>>
> <$dropzone>
>
> <$list 
> filter="[all[shadows+tiddlers]tag[$:/tags/PageTemplate]!has[draft.of]]" 
> variable="listItem">
>
> <$transclude tiddler=<>/>
>
> 
>
> 
> 
>
>
> and add  this definition at the top:
>
> \define closeother()
> <$action-sendmessage $message="tm-close-other-tiddlers" 
> $param=<>/>
> \end
>
> all the best 
> BJ
>
> On Thursday, February 8, 2018 at 6:06:18 PM UTC+1, TheDiveO wrote:
>>
>> Is there any chance for a single-tiddler story river, where only one 
>> tiddler is shown in the river?
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywikidev+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywikidev@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywikidev.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywikidev/d145d43f-719a-46f3-8fe0-ede0a3b95de6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[twdev] Re: Any chance for a single-tiddler story "river"?

2018-02-09 Thread TheDiveO
The storyview is only a tiny part of the overall picture, as the storyview 
handles the view, but not the river. navigation happens on the river. So 
please, can we stay on the topic on how to get a working story river with 
navigation that only has a single tiddler open at any time? I will try BJ's 
suggestion later, as it seems to make much sense. Thank you.

On Friday, February 9, 2018 at 10:49:17 AM UTC+1, PMario wrote:
>
> Hi,
>
> Have a look at: RightSidebar: Tools: Storyview: zooming
>
> -m
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywikidev+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywikidev@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywikidev.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywikidev/a712a621-dba7-46aa-b640-67f655db604e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[twdev] Re: Any chance for a single-tiddler story "river"?

2018-02-09 Thread PMario
Hi,

Have a look at: RightSidebar: Tools: Storyview: zooming

-m

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywikidev+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywikidev@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywikidev.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywikidev/93e2207e-956a-4cec-a4f6-48204caa84fb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[twdev] Re: Any chance for a single-tiddler story "river"?

2018-02-08 Thread TheDiveO
No, this does not work correctly. The reason is that there are still the 
tiddlers in the rivers, thus breaking navigation. I tried this and this 
suggestion does not work.

On Friday, February 9, 2018 at 7:18:06 AM UTC+1, Riz wrote:
>
> Is there a problem with using zoomin storyview? 
>
> You can also change the main filter in $:/core/ui/PageTemplate/story to 
> [list[$:/StoryList]limit[1]]
> On Thursday, 8 February 2018 22:36:18 UTC+5:30, TheDiveO wrote:
>>
>> Is there any chance for a single-tiddler story river, where only one 
>> tiddler is shown in the river?
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywikidev+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywikidev@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywikidev.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywikidev/4c595699-858d-47be-bc73-2c4056197d18%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[twdev] Re: Any chance for a single-tiddler story "river"?

2018-02-08 Thread Riz
Is there a problem with using zoomin storyview? Control Panel > Appearance 
> Story View > Zoomin

On Thursday, 8 February 2018 22:36:18 UTC+5:30, TheDiveO wrote:
>
> Is there any chance for a single-tiddler story river, where only one 
> tiddler is shown in the river?
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywikidev+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywikidev@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywikidev.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywikidev/c3cf122d-f290-4a75-b8f8-69bc82012d58%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[twdev] Re: Any chance for a single-tiddler story "river"?

2018-02-08 Thread BJ
you can hack the  $:/core/ui/PageTemplate tiddler to do this by the 'close 
all other tiddlers' message.

add this link catcher widget under the navigate widget like so


<$linkcatcher message="tm-navigate"  actions=<>>
<$dropzone>

<$list 
filter="[all[shadows+tiddlers]tag[$:/tags/PageTemplate]!has[draft.of]]" 
variable="listItem">

<$transclude tiddler=<>/>







and add  this definition at the top:

\define closeother()
<$action-sendmessage $message="tm-close-other-tiddlers" 
$param=<>/>
\end

all the best 
BJ

On Thursday, February 8, 2018 at 6:06:18 PM UTC+1, TheDiveO wrote:
>
> Is there any chance for a single-tiddler story river, where only one 
> tiddler is shown in the river?
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywikidev+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywikidev@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywikidev.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywikidev/8273a9cb-5614-448e-bccd-0dbc59108a7c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.