DanXi-Dev / DanXi-swift

A Swift Reimplementation of DanXi
GNU Affero General Public License v3.0
13 stars 3 forks source link

[Enhancement] Switch between Editor and Preview #84

Closed fsy2001 closed 7 months ago

fsy2001 commented 7 months ago

In our current post editor, the preview appears below the content editor, causing the preview to be obscured by software keyboard, which is not useful. Additionally, live preview is causing a lot of unnecessary markdown parsing and re-rendering.

We should add a segmented control on top of the sheet to switch between editor and preview.