Re: [tw] Re: using TW5 for study

2014-01-11 Thread Jeremy Ruston
Hi Julie

@Jeremy: in fact, I'm currently working on a French guide (without
> translating the core, and my translations aren't always perfect, especially
> when it becomes too technical for me, like some mechanisms) with tips taken
> from the TW5 site and some community's guides. My first intention was only
> to have a personal reminder of the commands and some customization tips,
> but it is on the way to become a real guide (but without the saving
> methods), so I'm considering to share it (and now that I've wrote it...
> I'll have to do it !). It's very instructive, as you can see it !
>

That's great to hear, I'll look forward to it,

Many thanks,

Jeremy



>  --
> 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/groups/opt_out.
>



-- 
Jeremy Ruston
mailto:jeremy.rus...@gmail.com

-- 
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/groups/opt_out.


[tw] Re: using TW5 for study

2014-01-11 Thread Julie
Sorry, my english (and sometimes my thoughts) may not be accurate enough to 
explain with simplicity what to do exactly.

I've verified and I have no error in the tiddler where I use the macro. 
I've not managed to reproduce your exact error.
Which solution did you tried, the macro inside the tiddler or inside the 
PagesMacro tiddler?
It is normal that the PagesMacro tiddler gives a recursion error when 
viewing it (Jeremy has explained that recently). However, when you edit it, 
you need to place the macro before the last line (which contains  
{{$:/core/ui/PageTemplate}} )

Some shadow/tiddlers of the core TiddlyWiki are build in the way that when 
you view them there is an error, but if you edit them you can see their 
content. So it doesn't matter if it is in the PagesMacro tiddler.
You do not need to modify the ListItemTemplate tiddler (it is only used as 
a template to display the results as a list of link with linebreaks).

@Jeremy: in fact, I'm currently working on a French guide (without 
translating the core, and my translations aren't always perfect, especially 
when it becomes too technical for me, like some mechanisms) with tips taken 
from the TW5 site and some community's guides. My first intention was only 
to have a personal reminder of the commands and some customization tips, 
but it is on the way to become a real guide (but without the saving 
methods), so I'm considering to share it (and now that I've wrote it... 
I'll have to do it !). It's very instructive, as you can see it !

-- 
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/groups/opt_out.


[tw] Re: using TW5 for study

2014-01-11 Thread Pedro Maia
Hi Julie,

It give a error:" \end Tiddler recursion error in transclude widget " in 
the *$:/core/ui/*
*ListItemTemplate"/*


On Friday, January 10, 2014 6:50:35 AM UTC-2, Julie wrote:
>
> You can't use the usual search tool for fields, but you can use the list 
> widget to search into them:
>
> <$list filter="[organ[liver]]" template="$:/core/ui/ListItemTemplate"/>
>
> -> all the tiddlers with the field organ = liver
> You may have a tiddler SearchFields with this list, and edit it to make 
> another search (I'm sure it would even be possible to use some widgets 
> (edit, button, set...) to make a nice search text area).
>
>
> You can also define a macro in order to use it with parameters:
>
> \define search-field(field,search)
> <$list filter="[$field$[$search$]]" 
> template="$:/core/ui/ListItemTemplate"/>
> \end
>
> and then in the same tiddler:
> <>
>
> -> you can built a tiddler with several searches pre-defined.
>
>
> If you put the macro in the system tiddler $:/core/ui/PageMacros, save and 
> then reload the wiki, the macro should even be accessible in any tiddler 
> (for exemple, a tiddler for each organ, a tiddler for each color, ... each 
> of them containing the list of related tiddlers).
>

-- 
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/groups/opt_out.


Re: [tw] Re: using TW5 for study

2014-01-11 Thread Jeremy Ruston
Hi Julie

The tips you post here from time to time are very helpful. I wondered if
you'd considered setting up a TiddlySpot so that you can share more of your
ideas?

Best wishes

Jeremy.



On Fri, Jan 10, 2014 at 8:50 AM, Julie  wrote:

> You can't use the usual search tool for fields, but you can use the list
> widget to search into them:
>
> <$list filter="[organ[liver]]" template="$:/core/ui/ListItemTemplate"/>
>
> -> all the tiddlers with the field organ = liver
> You may have a tiddler SearchFields with this list, and edit it to make
> another search (I'm sure it would even be possible to use some widgets
> (edit, button, set...) to make a nice search text area).
>
>
> You can also define a macro in order to use it with parameters:
>
> \define search-field(field,search)
> <$list filter="[$field$[$search$]]"
> template="$:/core/ui/ListItemTemplate"/>
> \end
>
> and then in the same tiddler:
> <>
>
> -> you can built a tiddler with several searches pre-defined.
>
>
> If you put the macro in the system tiddler $:/core/ui/PageMacros, save and
> then reload the wiki, the macro should even be accessible in any tiddler
> (for exemple, a tiddler for each organ, a tiddler for each color, ... each
> of them containing the list of related tiddlers).
>
> --
> 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/groups/opt_out.
>



-- 
Jeremy Ruston
mailto:jeremy.rus...@gmail.com

-- 
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/groups/opt_out.


[tw] Re: using TW5 for study

2014-01-10 Thread Pedro Maia
Yes, I'm using tags a lot and so far so good.

Julie, thanks for the tips. This is the kind of stuff I wish I could know 
how to do. TW5 seems to have a lot of uses that I don't know. Also, it 
seems it will be perfect to store pacient history. 

On Thursday, January 9, 2014 9:13:38 AM UTC-2, Pedro Maia wrote:
>
> I've been using tiddlywiki to study chinese medicine and I know it can be 
> much more powerful that I can make use of it right now. 
>
> Right now I'm using tags to do everything, but I suspect that I could use 
> "field" to accomplish more, but I couldn't search for fields. A example of 
> what I'm doing is tagging Liver with: fire, yang, viscera, etc. It makes 
> easy to find anything I want, I type yang, fire, viscera and it founds 
> liver. If I need to find a simpton or treatment I just need to type the 
> tags. 
>
> I think filters would made the job to enter information much easier since 
> it could have a default tiddler template for different needs. But, since I 
> couldn't manage to search for a field I'm not using them. Maybe I'm not 
> sure what is fields job. I think I can use them to substitute tags like 
> this:
>
> - Wood Tiddler
>
> - fields: 
>
>  - color: green
>
>  - organ: liver
>
>  - season: spring
>
>  - emotion: rage
>
> I would transclude this fields at the tiddler with: <$transclude 
> field="color"/>
>
> What else I could do with TW5? 
>
>
>
>

-- 
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/groups/opt_out.


[tw] Re: using TW5 for study

2014-01-10 Thread Julie
Sorry, until you modify it it's a shadow tiddler, not a system one.

Le vendredi 10 janvier 2014 09:50:35 UTC+1, Julie a écrit :
>
> If you put the macro in the system tiddler $:/core/ui/PageMacros, save and 
> then reload the wiki, the macro should even be accessible in any tiddler 
> (for exemple, a tiddler for each organ, a tiddler for each color, ... each 
> of them containing the list of related tiddlers).
>

-- 
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/groups/opt_out.


[tw] Re: using TW5 for study

2014-01-10 Thread Julie
You can't use the usual search tool for fields, but you can use the list 
widget to search into them:

<$list filter="[organ[liver]]" template="$:/core/ui/ListItemTemplate"/>

-> all the tiddlers with the field organ = liver
You may have a tiddler SearchFields with this list, and edit it to make 
another search (I'm sure it would even be possible to use some widgets 
(edit, button, set...) to make a nice search text area).


You can also define a macro in order to use it with parameters:

\define search-field(field,search)
<$list filter="[$field$[$search$]]" template="$:/core/ui/ListItemTemplate"/>
\end

and then in the same tiddler:
<>

-> you can built a tiddler with several searches pre-defined.


If you put the macro in the system tiddler $:/core/ui/PageMacros, save and 
then reload the wiki, the macro should even be accessible in any tiddler 
(for exemple, a tiddler for each organ, a tiddler for each color, ... each 
of them containing the list of related tiddlers).

-- 
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/groups/opt_out.