Re: [xwiki-users] [UX] TipsTricks

2011-07-26 Thread Lockie
This is a snippet that I found very useful for navigational purposes:

Title: Space menu
Level: Intermediate
Target: Developer/User
Since: N/A
Description:
Lists pages in the current space:

{{velocity}}
|=Menu
#set($sql = where doc.parent = '${doc.web}.${doc.name}')
#foreach($item in $xwiki.searchDocuments($sql))
 |[[${item}]]
#end
{{/velocity}}


Regards
Lockie

-
Lockie
--
View this message in context: 
http://xwiki.475771.n2.nabble.com/UX-Tips-Tricks-tp6603500p6617108.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] [UX] TipsTricks

2011-07-26 Thread Vincent Massol
Here's another (simpler?) way of doing this:

|=Menu
#foreach ($page in $xwiki.getSpaceDocsName($doc.space))
|$page 
#end

Thanks
-Vincent

On Jul 25, 2011, at 6:23 AM, Lockie wrote:

 This is a snippet that I found very useful for navigational purposes:
 
 Title: Space menu
 Level: Intermediate
 Target: Developer/User
 Since: N/A
 Description:
 Lists pages in the current space:
 
 {{velocity}}
 |=Menu
 #set($sql = where doc.parent = '${doc.web}.${doc.name}')
 #foreach($item in $xwiki.searchDocuments($sql))
 |[[${item}]]
 #end
 {{/velocity}}
 
 
 Regards
 Lockie
 
 -
 Lockie
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] [UX] TipsTricks

2011-07-20 Thread Ecaterina Moraru (Valica)
On Wed, Jul 20, 2011 at 19:45, Ecaterina Moraru (Valica)
vali...@gmail.comwrote:

 Hi,

 I was thinking about what tips and tricks XWiki has, things that are not
 really that well documented but that are very productive and fun.
 Would be nice to have such an inspiring thread from which we could learn a
 lot and, why not, have fun experimenting :)

 If the thread is really useful we could also integrate these tips more
 clearly in our documentation or also we could have a tips panel inside XWiki
 Enterprise, for beginners/intermediate users.

 The tip structure could be:
 *Title: **
 Level: **
 Target: *
 *Description:*

 Thanks,
 Caty*
 *


*Title: *Using emoticons*
Level:* Intermediate /* *Advanced*
Target: *User
*Since:* XE 2.6
*Description:*
Did you know that you can have emoticons :) :P :D  in your text?

Just write the textual
emoticonshttp://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWikiEnterprise26#H3Icon2FEmoticonSupportand
they will be rendered in your saved page.

If you want to use more diverse
iconshttp://www.famfamfam.com/lab/icons/silk/previews/index_abc.pngyou
will have to switch
to XWiki 2.1 
Syntaxhttp://platform.xwiki.org/xwiki/bin/view/Features/PageEditing#HChoosingaSyntaxand
write something like image:icon:accept
.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] [UX] TipsTricks

2011-07-20 Thread Ecaterina Moraru (Valica)
On Wed, Jul 20, 2011 at 19:45, Ecaterina Moraru (Valica)
vali...@gmail.comwrote:

 Hi,

 I was thinking about what tips and tricks XWiki has, things that are not
 really that well documented but that are very productive and fun.
 Would be nice to have such an inspiring thread from which we could learn a
 lot and, why not, have fun experimenting :)

 If the thread is really useful we could also integrate these tips more
 clearly in our documentation or also we could have a tips panel inside XWiki
 Enterprise, for beginners/intermediate users.

 The tip structure could be:
 *Title: **
 Level: **
 Target: *
 *Description:*


*Title:* Using Keyboard Shortcuts
 *Level: *Advanced
 *Target: *User / Developer / Admin
*Since:* XE 1.4
 *Description:*
Did you know that you can save your page by pressing [Alt] + [Shift] + [S] ?

XWiki has a variety of keyboard shortcuts that can be used depending on the
context. There are shortcuts that can be used in the Wiki Editor, others
that are specific to the WYSIWYG Editor, some can be used for the View mode
or in the Edit mode. Read more about
shortcutshttp://platform.xwiki.org/xwiki/bin/view/Features/KeyboardShortcuts
.

Some shortcuts are global and can be used by all users, while others are
just specific to advanced users. In order to change your user
typehttp://platform.xwiki.org/xwiki/bin/view/Features/PageEditing#HAdvancedModeyou
need edit your Profile Preferences. This will activate shortcuts like
[H] that displays the page history or [O] that takes you inside the objects
editor.



 Thanks,
 Caty*
 *
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] [UX] TipsTricks

2011-07-20 Thread Ecaterina Moraru (Valica)
Hi,

I was thinking about what tips and tricks XWiki has, things that are not
really that well documented but that are very productive and fun.
Would be nice to have such an inspiring thread from which we could learn a
lot and, why not, have fun experimenting :)

If the thread is really useful we could also integrate these tips more
clearly in our documentation or also we could have a tips panel inside XWiki
Enterprise, for beginners/intermediate users.

The tip structure could be:
*Title: **
Level: **
Target: *
*Description:*

Thanks,
Caty*
*
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users