On 12/05/2012 12:35 AM, Jens Roever wrote:
Is there an easy way in the editor to convert a sequence of selected
paragraphs into an itemized or ordered list? Both this and the reverse
operation seem to be a fairly frequently needed tasks

All word processors excel at this task. However, may be it is just a habit you (and everyone used to word processors) got. May be with an XML editor you need to think differently: in terms of inserting structures, rather in term of ``styling paragraphs''.



but I fail to find a simple way to do this in XMLmind.

That's right. There is no simple way to do this. XMLmind XML Editor currently works by inserting structures and only supports converting between similar structures (e.g. convert an itemized list to an ordered list).

Of course, as always, it is probably possible to write or record a macro command which does this (to a certain extent) and then binding this macro to a keystroke.

See http://www.xmlmind.com/xmleditor/_distrib/doc/help/recordMacroMenu.html

See http://www.xmlmind.com/xmleditor/_distrib/doc/help/com.xmlmind.xmleditapp.kit.part.AddKeyboardShortcutDialog.html




Turn

<para 1>

…

<para n>

into

<itemizedlist>

<listitem>

<para 1>

…

<listitem>

<para n>

Thanks for any help (or new feature),


Great minds think alike ;-) We are currently very seriously thinking about also supporting the ``styled paragraph approach'' in XMLmind XML Editor v5.5.

For now, we are not yet convinced that it is superior in terms of end-user productivity to the current ``insert structure'' approach.

However, we are convinced that we could sell more copies of XMLmind XML Editor if we also supported the ``styled paragraph approach''.

--
XMLmind XML Editor Support List
[email protected]
http://www.xmlmind.com/mailman/listinfo/xmleditor-support

Reply via email to