{* $Id$ *} {* \brief Show wysiwyg help * included by tiki-show_help.tpl via smarty_block_add_help() *}

{tr}WYSIWYG Help{/tr}

{if $prefs.feature_help eq 'y'}

{tr}For more information, please see{/tr} {tr}WYSIWYG Editor{/tr} {icon name='help' style="vertical-align:middle"}

{/if}

{icon name="star"} {tr}The WYSIWYG editor in Tiki is CKEditor.{/tr}

{tr}To switch modes between WYSIWYG and Wiki edit modes click the {icon name="pencil_go"} button on the toolbar.{/tr}

{if $prefs.wysiwyg_htmltowiki ne 'y'} {tr}Note: Using this button converts the page source from wiki to HTML, or vice versa. The conversion process is not entirely transparent, meaning that you may notice differences between the look of a page in different modes. This will improve in future updates but as the two systems have significant differences in what they can do it is unlikely to ever be totally transparent.{/tr} {else} {tr}Note: Using this button changes the editor between WYSIWYG and the usual wiki editor, but leaves the page source in wiki syntax.{/tr} {/if}

{icon name="plugin"} {tr}Wiki plugins can be used and edited in WYSIWYG mode, double click the plugin to bring up the plugin edit popup form.
Here is an example of the {ldelim}BOX{rdelim} plugin:{/tr}

{icon name='edit'}
{tr}This is text in a box which is justified. The box has a cream background, takes 80% of the window width and is centered.{/tr}

{icon name="error"} {tr}Caution: There are still limitations regarding use of plugins in the WYSIWYG editor.
If you intend to use plugins extensively in a page consider editing that page in wiki mode only.
Currently, cutting and pasting, or drag and drop of plugins in WYSIWYG will cause problems. Use source mode or the plain wiki editor if you need to move plugins around.{/tr}

{if $tiki_p_admin eq "y"}

{tr}Admins:
This new implementation is designed to work best with some site preferences set in a certain way. These can all be found on the WYSIWYG admin page. A profile to set these up correctly can be found on profiles.tiki.org which can be applied using the profiles admin page.{/tr}

{/if}