Create a page with the name : <YourNameFavorites> and fill it with your favorites.
see an example here : http://sandbox.jspwiki.org/Wiki.jsp?page=DirtyHarryFavorites Harry 2009/1/15 Bob Paige <[email protected]> > We use JSPWiki internally to track multiple projects (all in the same > wiki). > Is there some easy way, plugin, or whatever, to implement a 'my favorite > links' type of feature? > > For example, we currently have 22 projects on the projects list page. I use > ReferringPagesPlugin to generate this list. But I only actively contribute > to 3 of those projects. It would be really cool if I could have a list of > these 3 projects automatically generated and included on the left margin. > > I can almost accomplish this with ReferringPagesPlugin; maybe someone can > fill in the detail I'm missing? > > The following displays all Project pages with links to me in them (this > approach uses the link between Project page and my profile page to indicate > I am active in that project): > > [{ReferringPagesPlugin include='*Project' before='*' after='\n\n' > page='MyName'}] > > The problem is my name must be hard-coded. Can I dynamically drop in the > current user's name? > > -- > Bobman >
