SaturDJang / warp

Warp is a web based markdown presentation service
MIT License
13 stars 6 forks source link

Preview function in creation page with auto sync #108

Closed getogrand closed 7 years ago

getogrand commented 7 years ago

These commits resolve #20.

There are some notable changes in this PR.

  1. We use Ace editor as markdown editor instead of textarea
  2. Disable the document level scrollbar. Only markdown editor and preview have the scrollbar
  3. Markdown editor and preview resize itself to fit in browser height
  4. The preview scroll itself automatically to sync with current caret position of markdown editor
    • It will not scroll if the slide of current caret is fully visible

sync_editor_preview

getogrand commented 7 years ago

Oops.. there is a critical bug. I'll fix it. Abort review and merging.

getogrand commented 7 years ago

OK the problem is solved. Please review!

kyunooh commented 7 years ago

LOL for gif... I will review this night