mavonEditor icon indicating copy to clipboard operation
mavonEditor copied to clipboard

Preview-only mode

Open acsor opened this issue 3 years ago • 1 comments

Hi, I'm writing an app where Markdown is both written and read from users. Mavon does a great job at aiding user editing, but could it be also used as sole visualizer? I'm currently relying on showdown, but I'd like to reduce my dependencies by one. Thanks,

Acsor

acsor avatar Feb 01 '21 22:02 acsor

Thank you very much, you can use the following options to make mavonEditor Preview-only mode.

    <mavon-editor defaultOpen="preview" :toolbarsFlag="false" :subfield="false"></mavon-editor>

API:https://github.com/hinesboy/mavonEditor/blob/master/README-EN.md#api

ygj6 avatar Mar 06 '21 01:03 ygj6