Loading...
 
Development

Development


Re: Folding Editor?

posts: 1817 Catalan Countries
dljewett wrote:

For a Tiki project, I need an intuitively-easy folding editor http://en.wikipedia.org/wiki/Folding_editor
or an Outliner that can allow folding.

CKEditor doesn't seem to have this capability.
The syntax editor allows for "hiding".
But what is needed must also include a numbering
system for sub entries. And needs GPL.

Suggestions as to what to look at would be appreciated.

Thanks

Don J.


Hi Don and welcome to the Tiki community! :-)

why don't you use standard wiki syntax such as:

This code:
Copy to clipboard
^ !!-# foos !!!-# foo1 bar1 !!!-# foo2 bar2 !!-# another foo another bar !! ^

Produces:

foos

[+]

1.2. another foo

[+]




Or similarly, in bulleted lists:

This code:
Copy to clipboard
^ foos *foo1 **- bar1 *foo2 **- bar2 another foo *- another bar ^

Produces:

foos



another foo

[+]

There are no comments at this time.