Bojan Markovic
Bojan Markovic

Reputation: 519

Anything wiki-like for Plone4

I'm trying to figure out a way to make a document management/knowledge management portal using Plone4. We really like idea of having a Wiki as a section of our site or, better yet, as a type of document in every space but with wiki-style linking and even preferably with wiki style editing (plaintext with wiki markup, but parsed to rich html on display).

Anyway, what I'm hoping for is some pointers to documentation, extensions and/or literature.

Upvotes: 2

Views: 1145

Answers (3)

ddavout
ddavout

Reputation: 1

Just a pointer to a bug :(... that would prevent you to use non ascii characters in the title of the pages to be created http://dev.plone.org/plone/ticket/11212 (if you are running Plone 4: I don't know for Plone 3)

Upvotes: 0

Geir Bækholt
Geir Bækholt

Reputation: 376

Unless you by Wiki-style editing mean using a painful weird syntax instead of the visual editor people are used to, i'd stay away from that thing called Wicked. Your users don't need that.

For what most people mean by Wiki, an area where everyone can edit content, just use the "sharing" tab and grant all logged in members the power to create and edit content.

:)

Upvotes: 3

Rigel Di Scala
Rigel Di Scala

Reputation: 3220

As I wrote in the previous question you created, Plone 3 and 4 have native support for Wiki-style editing. It only needs to be enabled: http://plone.org/documentation/faq/how-do-i-enable-wiki-style-markup

You can customize the default WYSIWYG editor (TinyMCE) in the Plone Control Panel in order to reduce and enable the available formatting options (buttons).

Upvotes: 4

Related Questions