Ticket #12 (assigned enhancement)

Opened 2 years ago

Last modified 2 months ago

Request for Special Characters feature

Reported by: s.lewis Assigned to: jf.hovinne (accepted)
Priority: minor Milestone: 0.5
Component: Editor Version: trunk
Keywords: entities, special chars, special characters Cc:

Description

I have run into a real-world situation where one of the users of SkyBlueCanvas with Wymeditor needs to be able to insert html special characters without editing the raw HTML (¨ » etc.). I think this is going to be a necessity in a fully developed version of Wymeditor.

Change History

03/18/07 02:09:33 changed by s.lewis

  • priority changed from major to minor.

05/03/07 15:09:06 changed by jf.hovinne

  • status changed from new to assigned.

I think it can be implemented as a plugin, adding e.g. a tool button or a dedicated panel.

We'll also need insertAtCaret(sHtml) in the core.

05/03/07 21:38:39 changed by jf.hovinne

  • milestone changed from 0.3 to 0.3.1.

06/29/07 10:28:30 changed by jf.hovinne

  • milestone changed from 0.3.1 to 0.5.

10/02/08 21:33:47 changed by jf.hovinne

This is now possible with the help of the insert() API call, and can be implemented as a plugin.