Skip to content

xia-weiyang/markdown_editor_ot

Repository files navigation

markdown_editor

Simple and easy to implement your markdown editor, it uses its own parser.

show

If you only need to render, you can refer to https://github.com/xia-weiyang/markdown_core

MarkdownEditor(
      initText: 'initText',
      initTitle: 'initText',
      onTapLink: (link){
        print('点击了链接 $link');
      },
      imageWidget: (imageUrl) {
        return // Your image widget ;
      },
      imageSelect: (){ // Click image select btn
        return // selected image link;
      },
)

About

Simple and easy to implement your markdown editor, it uses its own parser.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published