Re: [tw] Re: RoF vs ROF

2016-05-18 Thread Ste Wilson
<$list filter="[tag[HelloThere]]" >
!<$view field="title">``{{``<$view field="title">``}}``<
br>
 

This method i like...  Thanks.

On Saturday, 14 May 2016 08:39:39 UTC+1, wimm wrote:
>
> If you do not want to type the curly brackets  like you write in Transclusion 
> in a tiddler for export.
>
> After tagging your tiddlers with either intro, middle, ending or reference.
> Create a tiddler with the following contents 
>
> <$list filter="[tag[intro]]" >
> ``{{``<$view field="title">``}}``
>  
> <$list filter="[tag[middle]]" >
> ``{{``<$view field="title">``}}``
>  
> <$list filter="[tag[ending]]" >
> ``{{``<$view field="title">``}}``
>  
> <$list filter="[tag[reference]]" >
> ``{{``<$view field="title">``}}``
>  
>
> Another example When you type the following in a new tiddler at 
> tiddlywiki.com
> <$list filter="[tag[HelloThere]]" >
> !<$view field="title">``{{``<$view 
> field="title">``}}``
>  
>
> You'll get the following output (in the preview)
>
> !A Gentle Guide to TiddlyWiki
> {{A Gentle Guide to TiddlyWiki}}
> !Discover TiddlyWiki
> {{Discover TiddlyWiki}}
> !Some of the things you can do with TiddlyWiki
> {{Some of the things you can do with TiddlyWiki}}
> !Ten reasons to switch to TiddlyWiki
> {{Ten reasons to switch to TiddlyWiki}}
> !Examples
> {{Examples}}
> !What happened to the original TiddlyWiki?
> {{What happened to the original TiddlyWiki?}}
>
> When you then copy those generated  lines to a tiddler 
> and rearrange them you get titles plus tiddler contents ready for printing.
>
> enjoy
> WiM
>

-- 
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/e58a8a5f-f455-44f0-a211-34ee391e0a17%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: RoF vs ROF

2016-05-14 Thread 'Mark S.' via TiddlyWiki
Something with mixed caps like RoF is called camel case. It automatically 
becomes a link in TW and many other wikis. If you don't like this feature 
you can turn it off in the control panel under the settings tab.

HTH  

Mark 

On Friday, May 13, 2016 at 2:19:57 PM UTC-7, Ákos Szederjei wrote:
>
> Should the syntax for tiddlyLink not look like: 
>
> [[RoF]] 
>
> ? 
>
> But you are right, the tilde (~) removes the link. 
>
> Ákos 
>
> On 5/13/2016 8:54 PM, 'c pa' via TiddlyWiki wrote: 
> > I think you are looking at the difference between a TiddlyLink to a 
> > non-existing tiddler vs. straight text 
> > 
> > ROF does not create a link to the corresponding text because it doesn't 
> > contain a mixture of upper and lower case letters 
> > 
> > RoF creates a tiddlyLink. If there is no tiddler named RoF then it 
> > displays in italics (= doesn't exist) 
>
>

-- 
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/479758a2-d597-4181-bdc8-b79a7d0fdd6c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: RoF vs ROF

2016-05-14 Thread wimm
If you do not want to type the curly brackets  like you write in Transclusion 
in a tiddler for export.

After tagging your tiddlers with either intro, middle, ending or reference.
Create a tiddler with the following contents 

<$list filter="[tag[intro]]" >
``{{``<$view field="title">``}}``
 
<$list filter="[tag[middle]]" >
``{{``<$view field="title">``}}``
 
<$list filter="[tag[ending]]" >
``{{``<$view field="title">``}}``
 
<$list filter="[tag[reference]]" >
``{{``<$view field="title">``}}``
 

when you try

<$list filter="[tag[HelloThere]]" >
``{{``<$view field="title">``}}``


in Tiddlywiki.com you'll get

{{Discover TiddlyWiki}}
{{Ten reasons to switch to TiddlyWiki}}
{{What happened to the original TiddlyWiki?}}

-- 
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/9f286cc1-e474-4cde-bcfe-aa9af64e62e1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: RoF vs ROF

2016-05-13 Thread Ákos Szederjei
Should the syntax for tiddlyLink not look like:

[[RoF]]

?

But you are right, the tilde (~) removes the link.

Ákos

On 5/13/2016 8:54 PM, 'c pa' via TiddlyWiki wrote:
> I think you are looking at the difference between a TiddlyLink to a
> non-existing tiddler vs. straight text
> 
> ROF does not create a link to the corresponding text because it doesn't
> contain a mixture of upper and lower case letters
> 
> RoF creates a tiddlyLink. If there is no tiddler named RoF then it
> displays in italics (= doesn't exist)

-- 
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/497fb4de-a960-aa41-8a52-96b5930d24e5%40szederjei.eu.
For more options, visit https://groups.google.com/d/optout.