[tw5] Re: Open/Unfold tiddler within another tiddler

2018-11-23 Thread Michael Wu
Thank you Ton and Bimlas. Very helpful.

On Friday, November 23, 2018 at 4:39:11 PM UTC+11, Ton Gerner wrote:
>
> Hi Michael,
>
> You can do that with the reveal widget, see 
> https://tiddlywiki.com/#RevealWidget : 'Accordion or Slider'.
>
> For ease of use you can create a slider macro. Create a tiddler e.g. 
> $:/_slider-macro (tag it with $:/tags/Macro) which contains:
>
> \define slider(label,tiddler)
> <$button popup="$:/state/$tiddler$" class="tc-btn-invisible"><$text 
> text="$label$ 
> »"/>
> <$reveal type="nomatch" text="" default="" state="$:/state/$tiddler$" 
> animate="yes">
>
> {{$tiddler$}}
>
> 
> \end
>
> You can then use the macro as:
>
> <>
>
> Hope that helps.
>
> Cheers,
>
> Ton
>
>
> On Friday, November 23, 2018 at 4:13:48 AM UTC+1, Michael Wu wrote:
>>
>> Hi,
>>
>> I'm new to TiddlyWiki. Was wondering if it is possible to open/unfold a 
>> tiddler within another tiddler? 
>>
>> I'm trying to split the content of a major tiddler into multiple 
>> pages/tiddlers as sub-topics. However, for ease of navigating, I'd like to 
>> open up the sub-topic links in the main page without moving off to a 
>> different tab. 
>>
>> Any advice would be greatly appreciated. 
>>
>> Cheers
>>
>

-- 
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/0884e72a-8f82-419f-8046-3e8a060071bc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Open/Unfold tiddler within another tiddler

2018-11-23 Thread Michael Wu
Thank you Ton, very helpful.

On Friday, November 23, 2018 at 4:39:11 PM UTC+11, Ton Gerner wrote:
>
> Hi Michael,
>
> You can do that with the reveal widget, see 
> https://tiddlywiki.com/#RevealWidget : 'Accordion or Slider'.
>
> For ease of use you can create a slider macro. Create a tiddler e.g. 
> $:/_slider-macro (tag it with $:/tags/Macro) which contains:
>
> \define slider(label,tiddler)
> <$button popup="$:/state/$tiddler$" class="tc-btn-invisible"><$text 
> text="$label$ 
> »"/>
> <$reveal type="nomatch" text="" default="" state="$:/state/$tiddler$" 
> animate="yes">
>
> {{$tiddler$}}
>
> 
> \end
>
> You can then use the macro as:
>
> <>
>
> Hope that helps.
>
> Cheers,
>
> Ton
>
>
> On Friday, November 23, 2018 at 4:13:48 AM UTC+1, Michael Wu wrote:
>>
>> Hi,
>>
>> I'm new to TiddlyWiki. Was wondering if it is possible to open/unfold a 
>> tiddler within another tiddler? 
>>
>> I'm trying to split the content of a major tiddler into multiple 
>> pages/tiddlers as sub-topics. However, for ease of navigating, I'd like to 
>> open up the sub-topic links in the main page without moving off to a 
>> different tab. 
>>
>> Any advice would be greatly appreciated. 
>>
>> Cheers
>>
>

-- 
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/517d9dc9-b82f-4af4-a3c0-4cd85f8ee4b7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Open/Unfold tiddler within another tiddler

2018-11-22 Thread bimlas
This may be useful to you: https://designwritestudio.updog.co/

-- 
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/3fec8efc-d56f-4af8-bb4f-89e30f42acac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Open/Unfold tiddler within another tiddler

2018-11-22 Thread Ton Gerner
Hi Michael,

You can do that with the reveal widget, see 
https://tiddlywiki.com/#RevealWidget : 'Accordion or Slider'.

For ease of use you can create a slider macro. Create a tiddler e.g. 
$:/_slider-macro (tag it with $:/tags/Macro) which contains:

\define slider(label,tiddler)
<$button popup="$:/state/$tiddler$" class="tc-btn-invisible"><$text 
text="$label$ 
»"/>
<$reveal type="nomatch" text="" default="" state="$:/state/$tiddler$" 
animate="yes">

{{$tiddler$}}


\end

You can then use the macro as:

<>

Hope that helps.

Cheers,

Ton


On Friday, November 23, 2018 at 4:13:48 AM UTC+1, Michael Wu wrote:
>
> Hi,
>
> I'm new to TiddlyWiki. Was wondering if it is possible to open/unfold a 
> tiddler within another tiddler? 
>
> I'm trying to split the content of a major tiddler into multiple 
> pages/tiddlers as sub-topics. However, for ease of navigating, I'd like to 
> open up the sub-topic links in the main page without moving off to a 
> different tab. 
>
> Any advice would be greatly appreciated. 
>
> Cheers
>

-- 
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/544bba94-8857-4e67-bb0d-fb8080be9082%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.