[tw] Re: Table of Content generate from tags

2015-01-16 Thread Tobias Beer
Hi James,

I hope this process of changing the basics won't become the norm,
but I have completely rewritten *xlist*, once more...

https://groups.google.com/forum/?fromgroups=#!topic/tiddlywiki/VK9DTGy0PFk

So, now it can handle all of these...

   1. a tag-category by other category-tags
   2. a field-category by category-tags
   3. a tag-category by category-fields
   4. a field-category by other category-fields

In short: some filter grouped by some other filter

http://xlist.tiddlyspot.com

Best wishes, Tobias.



-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Table of Content generate from tags

2015-01-14 Thread Tobias Beer
Last spot to indicate the changes...

Please note, *catlist* is dead — except for that older, now revived macro 
by the same name http://tb5.tiddlyspot.com/#A%20Hierarchy%20Without%20Tags — 
 long live *xlist*.

I...

   - changed it
   - renamed it
   - moved it
   
http://xlist.tiddlyspot.com

Sorry for the fuzz, and move over to this new thread for discussion:

https://groups.google.com/forum/?fromgroups=#!topic/tiddlywiki/wkqpTBBRVWo

As for James  Dave, please adopt your wikis to the new xlist macro.
The changes shouldn't be all too dramatic.

Best wishes, Tobias.



-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Table of Content generate from tags

2015-01-14 Thread Tobias Beer
Hi Dave,

That is a neat experiment!

By the way, you can use the *categories* parameter to tell *catlist* to use 
the categories defined at a tiddler other than the one you're looking at. So, 
if the categories are supposed to be the same throughout all, e.g. 
*Centuries*, you can simply define them there and say...

catlist categories:Centuries

If you always want to show a catlist for all centturies, i.e. tiddlers 
matching a filter, use this method:

Conditional ViewTemplate Section @ tb5 
http://tb5.tiddlyspot.com/#Conditional%20ViewTemplate%20Section

For example, you could create...

title: Centuries
catlist: Events Groups Ideas Institutions People ByLocation

list-links filter:[all[current]tagging[]sort[]]

...and tag all centuries *Centuries*.
Instead of list-links you could use the tagging macro 
http://tb5.tiddlyspot.com/#Tagging%20Macro.

Then create a conditional ViewTemplate section...

title: $:/.history/ui/ViewTemplate/catlists
tags: $:/tags/ViewTemplate
list-after: $:/core/ui/ViewTemplate/body

$list
filter=[all[current]tag[Centuries]]
catlist categories:Centuries
/$list$list
filter=[all[current]tag[SomeOtherTopic]]
catlist categories:SomeOtherTopic
/$list

Now you can remove all the catlist fields and special markup from your 
century tiddlers and you are sure to always see the same category listing 
throughout all centuries without having to set the *catlist* field for each 
and every.

I also like to use a summary field at tiddlers for use in lists, e.g.

$:/.tb/ui/ViewTemplate/summary 
http://youtube.tiddlyspot.com/#%24%3A%2F.tb%2Fui%2FViewTemplate%2Fsummary
*example:* same tiddler

and then...

$:/.tb/macros/summaries 
http://youtube.tiddlyspot.com/#%24%3A%2F.tb%2Fmacros%2Fsummaries
*example:* http://youtube.tiddlyspot.com/#Documentation

...rather than a plain tagging list, e.g. in the *Centuries* tiddler,
so as to show a summary for each century along with just the name.

Best wishes, Tobias. 

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Table of Content generate from tags

2015-01-14 Thread Tobias Beer
Did some more organising and added an example for automatic catlists here...

Conditional ViewTemplate Section @ catlist 
http://catlist.tiddlyspot.com/#Conditional%20ViewTemplate%20Section

As discussed above, the *Start* tiddler in the documentation wiki now also 
shows summaries for the examples...

http://catlist.tiddlyspot.com/#Start

Best wishes, Tobias.

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Table of Content generate from tags

2015-01-14 Thread David Gifford
Thanks Tobias! I will have a look at that this afternoon, if all goes well. 
I had been wondering about that, because I thought it would be nice to 
have, say, one tiddler that filters People by century, and one tiddler 
that filters People by type (philosopher, politician, theologian, etc)

Blessings

Dave

On Wednesday, January 14, 2015 at 6:02:08 AM UTC-6, Tobias Beer wrote:

 Also added an example showing a number of category lists in tabs...

 Tabs Of Category Lists @ catlist 
 http://catlist.tiddlyspot.com/#Tabs%20Of%20Category%20Lists

 Best wishes, Tobias. 


-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Table of Content generate from tags

2015-01-14 Thread Tobias Beer
Also added an example showing a number of category lists in tabs...

Tabs Of Category Lists @ catlist 
http://catlist.tiddlyspot.com/#Tabs%20Of%20Category%20Lists

Best wishes, Tobias. 

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Table of Content generate from tags

2015-01-14 Thread Tobias Beer
I have made it a little more official now.
Any future updates to catlist and catlist.tiddlyspot.com will be discussed 
and posted there...

https://groups.google.com/forum/?fromgroups=#!topic/tiddlywiki/IwsgZNjVSCc

I thought it would be nice to have, say, one tiddler that filters People 
 by century, and one tiddler that filters People by type (philosopher, 
 politician, theologian, etc)


All of this should (now) be possible.

Best wishes, Tobias.



-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Table of Content generate from tags

2015-01-13 Thread David Gifford
Thanks Tobias for this plugin!

Here is an experiment I did with

1. Your catlist (didn't notice the rename until just now)
2. A Google font I particularly enjoy
3. textlines table CSS
4. Images in the same folder

http://giffmex.org/history/history.html

Dave

On Monday, January 12, 2015 at 11:28:49 PM UTC-6, James wrote:

 Hi All,

 First of all, I am aware of the existing function TableOfContentsMacro 
 Expandable, but the function only show the hierarchy of tags and sub-tags.

 I am looking for a solution to automate the Table of Content using the 
 tags.

 For instance,

 Economics
 - Journals
 - Articles
 Business
 - Journals
 - Whitepaper

 :. Tiddlers that tagged with Journals are tagged with Economics.  
 Those tiddlers tagged with Journals and NOT Economics will no show in 
 the list.

 I have a bunch of journals categories into different subjects and 
 categories.  How can I generate a list like above?

 Thanks for your time.  I apology if the explanation is too confusing.


-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Table of Content generate from tags

2015-01-13 Thread Jimmy Liew
Hi Tobias,
Thanks for you response on this.  I really appreciate that. [?]

--
Best Regards,
Jimmy Liew

On Tue, Jan 13, 2015 at 9:22 PM, Tobias Beer beertob...@gmail.com wrote:

 Also added here...

 Listing Tiddlers By Category @ tb5
 http://tb5.tiddlyspot.com/#Listing%20Tiddlers%20By%20Category

 Best wishes, Tobias.

 --
 You received this message because you are subscribed to a topic in the
 Google Groups TiddlyWiki group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/tiddlywiki/EzypDKdUOFE/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 tiddlywiki+unsubscr...@googlegroups.com.
 To post to this group, send email to tiddlywiki@googlegroups.com.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Table of Content generate from tags

2015-01-13 Thread Tobias Beer


 You've got /styles instead of /style at the end of in the catlist 
 macro.


Thanks! 

I'm impressed by the speed with which you create these complicated macros. 
 You write them in far less time than it takes me to understand what you've 
 written! Do you find these sort of macros easy to read if you come back to 
 them a week later?


So long as I know / remember what they're supposed to do, yes. ^^ 
Documentation helps ;-)

Best wishes, Tobias.

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Table of Content generate from tags

2015-01-13 Thread Tobias Beer
For some odd reason it now fails on tb5,
I have no idea what's going on.

http://tb5.tiddlyspot.com/#catlist

Someone has a pointer?

Best wishes, Tobias. 

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Table of Content generate from tags

2015-01-13 Thread Tobias Beer


 Someone has a pointer?


Haha, turns out I already had another example with a macro called *catlist*. 
^^
Renamed that one to *catfields* as I think it's less relevant.

Best wishes, Tobias.

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Table of Content generate from tags

2015-01-13 Thread Tobias Beer


 Renamed that one to *catfields* as I think it's less relevant.


And again renamed to *cat-by-field*... anyhow:

A Hierarchy Without Tags @ tb5 
http://tb5.tiddlyspot.com/#A%20Hierarchy%20Without%20Tags

Best wishes, Tobias.

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Table of Content generate from tags

2015-01-13 Thread Tobias Beer
Hi James,

Have a look at...

http://catlist.tiddlyspot.com

Best wishes, Tobias.

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Table of Content generate from tags

2015-01-13 Thread Astrid Elocson
Hi Tobias,

You've got /styles instead of /style at the end of in the catlist macro.

I'm impressed by the speed with which you create these complicated macros. 
You write them in far less time than it takes me to understand what you've 
written! Do you find these sort of macros easy to read if you come back to 
them a week later?

– æ

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Table of Content generate from tags

2015-01-13 Thread Tobias Beer
Did some more updates.

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Table of Content generate from tags

2015-01-13 Thread Tobias Beer
Also added here...

Listing Tiddlers By Category @ tb5 
http://tb5.tiddlyspot.com/#Listing%20Tiddlers%20By%20Category

Best wishes, Tobias.

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.