Added by Jonathan Nolen, last edited by Jonathan Nolen on Nov 29, 2006  (view change)

Labels:

review review Delete
confluence confluence Delete
Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.
Name Search-and-Replace and Date-Time
Author(s)  
Priority Low
Description Allow date&time and serach&replace in RTE.

Provide a search & replace function in the editor mode (Rich Text AND Wiki Markup). This is already available with the Richt Text editor used but not implemented in confluence (TinyMCE): there may be a reason? However, we also want it for the Wiki Markup editor.
Provide an easy way to insert today's date and time in the editor.
This can be achieved by replacing the following lines in ..\confluence\template\notable\wiki-textarea.vm:

before
theme_advanced_buttons2 : "",
after
theme_advanced_buttons2 : "insertdate,inserttime,separator,cut,copy,paste,separator,search,replace",

and

before
plugins : "table,confluence",
after
plugins : "table,insertdatetime,searchreplace,confluence",plugin_insertdate_dateFormat :

"%Y-%m-%d",

plugin_insertdate_timeFormat : "%H:%M:%S",

You finally have to unzip the attached files (1) (2) in your ..\confluence\includes\js\tiny_mce\plugins folder.