Skip to content

Web IDE markdown preview

Tim Zallmann requested to merge tz-ide-markdown-preview into master

What does this MR do?

  • Adds Editor Tabs to switch between Edit and Preview
  • In Review Mode it will switch to Review as the title (Main reason is the Icon Button Bar on the right)
  • Moved the bottom buttons to the top right and made them icon buttons
  • Introduces a generic Content Viewer in Vue which is then used in the Markdown Preview.

Are there points in the code the reviewer needs to double check?

  • Basic Setup of the generic content viewer (Next version will do dynamic returns)
  • Setup for determining which previewer should be used

Why was this MR needed?

To enable Markdown Preview

Screenshots (if relevant)

chrome_2018-04-02_12-32-28

chrome_2018-04-02_12-32-39

chrome_2018-04-02_12-32-33

chrome_2018-04-02_12-32-24

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes gitlab-org/gitlab-ce#44843

Edited by Tim Zallmann

Merge request reports