[tw] Re: [TW5] Numbering Items With List Filter

2017-01-19 Thread Matthew Lauber
Glad it got sorted out for you!

-- 
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/2562a3bd-f86e-466b-b6a7-831daede87a4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Numbering Items With List Filter

2017-01-19 Thread Tobias Beer
Hi Michaela,

Just use the below w/o extra newlines, since *you do not want additional 
paragraphs* that would otherwise be created owed to the parsing in block 
mode .


<$list filter="[!has[draft.of]tag[whatever]!sort[however]]">
<$view field="title"/>

 

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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/eb247788-2d13-4d9a-b326-ec261b58c165%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Numbering Items With List Filter

2017-01-18 Thread michaelharrison619
Mr. Mal, thank you for the original suggestion. 

Penguinlay and Thomas, thank you both for the clarification.

I was missing the  tags. Adding those has gotten it working.

Again, thanks!

-- 
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/6cc1f5d6-4cb2-4251-bf13-44d753373f85%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Numbering Items With List Filter

2017-01-18 Thread Thomas Elmiger
Hi

Mr. Mal’s solution should work, here is some similar code that works for me: 


<$list filter="""[list[$:/StoryList]]""">

<$link to={{!!title}}><$view field="title"/>




If this does not work in your wiki, then maybe you have something in the code 
above or below that has an undesired effect?

Good luck!
Thomas  

-- 
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/3a8bf85e-5098-4355-9803-591b36e37555%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Numbering Items With List Filter

2017-01-18 Thread Penguinlay
If you combine Matthew's suggestion with Mr. Mal, you get the numbered list 
of links.



<$list filter="[system[]]">
<$link to={{!!title}}><$view field="title"/>





-- 
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/466f2133-c17b-48bc-886a-2ac04f1dbfb5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Numbering Items With List Filter

2017-01-18 Thread Penguinlay
It worked fine for me. 


Here is a screenshot of mine.



On Wednesday, January 18, 2017 at 7:51:39 PM UTC-8, michaelha...@gmail.com 
wrote:
>
> Mr. Mal, thank you for the suggestion, but as far as I can tell that has 
> only indented the list. Perhaps I have worded myself poorly, but I am 
> hoping there is someway I can number a list of Tiddlers.
>
> On Wednesday, January 18, 2017 at 10:42:12 PM UTC-5, Mr. Mal wrote:
>>
>> 
>> <$list filter="[!has[draft.of]tag[whatever]!sort[however]]">
>>
>> <$view field="title"/>
>> 
>> 
>>
>> Try 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/2e6b9910-ea12-4ec6-a61e-975fdd82c7e2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Numbering Items With List Filter

2017-01-18 Thread michaelharrison619
Mr. Mal, thank you for the suggestion, but as far as I can tell that has 
only indented the list. Perhaps I have worded myself poorly, but I am 
hoping there is someway I can number a list of Tiddlers.

On Wednesday, January 18, 2017 at 10:42:12 PM UTC-5, Mr. Mal wrote:
>
> 
> <$list filter="[!has[draft.of]tag[whatever]!sort[however]]">
>
> <$view field="title"/>
> 
> 
>
> Try 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/5213f346-836c-4332-8b50-d6588a305e03%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Numbering Items With List Filter

2017-01-18 Thread Mr. Mal

<$list filter="[!has[draft.of]tag[whatever]!sort[however]]">

<$view field="title"/>



Try 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/3ab6f39d-ac12-43b4-8c38-695cc3124c7b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Numbering Items With List Filter

2017-01-18 Thread michaelharrison619
Yes, that is true, and shame on me for leaving it out. However, I have 
already tried something like:

<$list filter="[!has[draft.of]tag[whatever]!sort[however]]">

#<$link to={{!!title}}><$view field="title"/>


and I am afraid the result is:

1. Tiddler title A

1. Tiddler title B

1. Tiddler title C

1. Tiddler title D

1. Tiddler title E

Is there anyway I might be able to create a properly numbered list?

-- 
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/599e8531-e247-4ecd-ae25-5f365aeab0f6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Numbering Items With List Filter

2017-01-18 Thread Matthew Lauber
<$list filter="[!has[draft.of]tag[whatever]!sort[however]]">

#<$link to={{!!title}}><$view field="title"/>


The empty line beneath the <$list> widget is important.

On Wednesday, January 18, 2017 at 9:43:59 PM UTC-5, michaelha...@gmail.com 
wrote:
>
> I will apologize in advance if what I am asking for is either incredibly 
> simple or outright impossible, but is there anyway to number Tiddlers when 
> creating a list using the list filter option?
>
> I am aware lists of Tiddlers can be created with something like this:
>
> <$list filter="[!has[draft.of]tag[whatever]!sort[however]]">
> <$link to={{!!title}}><$view field="title"/>
> 
>
> And that simple numbered lists can be created with something like this:
>
> # Item 1
> # Item 2
> # Item 3
>
> But is there anyway to get both of these elements together to create a 
> numbered list of Tiddlers?
>
> If anyone has any suggestions, they would be greatly appreciated. 
>
> Thank you.
>

-- 
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/d56efb0b-0684-4302-b6ac-0cd683eea70b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.