14

Starting from Confluence 4.0, 'wiki' markup language was removed in favor of rich edit. But in my company developers don't like rich edit and want to us familiar markup plain text editor. Is it possible to re-enable wiki markup editing in Confluence? Maybe some addons or modifications exists? It's ok for not 100% conversion between markup and internal omg-woot-xml representations - most of documents has simple layout and for hard cases rich edit can be used.

grigoryvp
  • 40,413
  • 64
  • 174
  • 277
  • 1
    https://marketplace.atlassian.com/plugins/org.swift.confluence.wiki – alex Jun 28 '13 at 07:34
  • As described at https://blog.42.nl/articles/confluence-4-x-rich-editor-survival-guide/ use can use the "hidden wiki macro". It is triggered by writing a macro, in the rich text editor, which does not exist, e.g. "{foo}". – zpon Jan 24 '14 at 10:41

1 Answers1

13

If you want to work with wiki markup all you have to do is press Ctrl+Shift+D, while editing a page, and it will open a wiki-markup window.

I don't know of any add-ons which allow anything beyond that, but there could be some in the future.

SQB
  • 3,926
  • 2
  • 28
  • 49
MNRSullivan
  • 587
  • 7
  • 18