Hi parasismo,

The first question: the For Each Tiddler plugin from abego could do
this, to code below gives the first 5 tiddlers with user *name*:

<<forEachTiddler
where 'tiddler.modifier.contains("name")'
    write
        '(index < 5) ? "* [["+tiddler.title+"]]\n" : ""' >>

For the last question: TiddlerTweakerPlugin from tiddlytools and there
you go.

The middle question I have to pass on.


Have a nice day, Okido





On 30 Mar, 18:57, parasismo <[email protected]> wrote:
> I'm a few months old user of TiddlyWiki and I have some problems with
> my usersuality. I don't know an easy way to do the following things:
>
> - to get a list of tiddlers made by a user without including a tag
> with the user's name in every tiddler
> - to rename a user like "Your Name" by other user without editing
> every tiddler
> - to rename a user (one or more) containing a specific tag
>
> Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to