Allow org-mode in wiki
Description
It would be nice when the wiki would allow to create org-mode documents.nAtm, it supports already markdown, rdoc + asciidoc.
When managing the wiki manually (cloning repository and editing/creating files locally), this is already possible. E.g. when creating a page 'foo.org' it will be rendered in the wiki as wanted. org-mode documents are already supported in the main repository (for example README.org).
But it is not possible to edit or create it in the web frontend.
Background
Org mode is a format of text file often edited in emacs. I supports note keeping, project planning, TODO lists and authoring.
Proposal
-
Add 'org' to the dropdown list which contains "RDoc" + "AsciiDoc" already. !22898 (merged) -
Add the org-ruby
gem - [-] Create
PreviewOrgmode
(will be implemented in: #13873 (closed))
Most of the work is already done (dirty) in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/21900. It needs some cleaning up and probably some tests.