jsdevkr / gitCodeShare.com

Contributhon 2018 - gitCodeShare.com (a.k.a gitShare)
https://gitcodeshare.com
MIT License
76 stars 21 forks source link

[Question] Editor page options have `thumbnail` and `preview` #114

Closed ysm-dev closed 6 years ago

ysm-dev commented 6 years ago
image

Editor page options have thumbnail and preview.

  1. What exactly thumbnail do?

  2. How can we implement preview option? - by image? or small editor?

    • If image, then maybe we have to call image api every user typings.
    • If small editor, then it may break consistency between preview and real image.

@gimdongwoo

gimdongwoo commented 6 years ago

@thomasJang Help!

thomasJang commented 6 years ago

I prefer a smaller editor than a thumbnail image. If you use a small editor to capture the image, it will not be a problem.

ysm-dev commented 6 years ago

How about thumbnail option? What does that option do?

thomasJang commented 6 years ago

I'm SOOO sorry about late an answer The thumbnail option is just an example of a document. Option types could not be predicted in planning. Only include items that you can add as an option.

ysm-dev commented 6 years ago

Thanks.