[tw] Re: Tiddly Divider Plugin?

2012-05-15 Thread Tobias Beer
Hi Andrew,

Can you please expand on your idea behind this?
Firstly, I don't see why "bringing a tiddler up in the story" plays a 
crucial role.

I guess, your concern is not so much to just display a "collection tiddler".
For that you could simply use the tiddler macro to display the contents of 
those other tiddlers, e.g.

[[Collection X]]
!Group 1
!![[Tiddler 1]]
<>
!![[Tiddler 2]]
<>
!Group 2
!![[Tiddler 3]]
<>
!![[Tiddler 4]]
<>

I suppose what you really ask for is the ability to edit a transcluded 
tiddler from within "the collection", am I right?

Using tagglyTagging you would not need these collection tiddlers but only 
define the corresponding tagging hierarchy and then display all of this 
using the sitemap layout along with tiddler contents..


Tobias.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/cU60C4Lk41cJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Tiddly Divider Plugin?

2012-05-14 Thread zemoxian
I'm not sure if this is what you want.  I haven't inserted section headers, 
but I do load a story of a list of tiddlers from a listing in a tiddler.
Check out this link for a script.  It lists the tiddlers and displays a 
table of contents as well. DisplayStory is the script and 
DisplayStoryExample is a
simple example.

http://zemoxian.tiddlyspace.com/#DisplayStory%20DisplayStoryExample 

The usage is as follows:
<>

This is the example: 
<>
/%
! Story
* Section 1
** Tiddler 1
** Tiddler 2
* Section 2
** Tiddler 3
** Tiddler 4
!end
%/

The first argument gives the tiddler or tiddler section containing the list 
of sections as an unnumbered list.
The second argument provides an optional string that indents the generated 
table of contents.  The string can contain indentation characters such as 
'*', '#', '!', etc.  '*' and '#' can be used in combination, such as "#**", 
creating a TOC with the first level numbered and the lower levels.

On Friday, May 4, 2012 8:36:09 AM UTC-4, leeand00 wrote:
>
> Is there anyway to bring Tiddlers up in the story and then section a bunch 
> them together under a divider header?
>
> For example:
>
> ---
> Section 1 or Topic 1
> ---
> Tiddler 1
>
> tiddler text
> ---
> Tiddler 2
>
> tiddler text
> ---
> Section 2 or Topic 2
> ---
> Tiddler 3
>
> tiddler text
> --
> tiddler 4
>
> tiddler text
> --
>
> It seems to me something like this might be useful when editing multiple 
> sets of multiple related tiddlers.
> (and yeah I know about tags, but I was just wondering if there might be 
> something like this)
>
> Thank you,
>Andrew J. Leer
>
>
>
>
>
On Friday, May 4, 2012 8:36:09 AM UTC-4, leeand00 wrote:
>
> Is there anyway to bring Tiddlers up in the story and then section a bunch 
> them together under a divider header?
>
> For example:
>
> ---
> Section 1 or Topic 1
> ---
> Tiddler 1
>
> tiddler text
> ---
> Tiddler 2
>
> tiddler text
> ---
> Section 2 or Topic 2
> ---
> Tiddler 3
>
> tiddler text
> --
> tiddler 4
>
> tiddler text
> --
>
> It seems to me something like this might be useful when editing multiple 
> sets of multiple related tiddlers.
> (and yeah I know about tags, but I was just wondering if there might be 
> something like this)
>
> Thank you,
>Andrew J. Leer
>
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/7Hv0szXCp2EJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.