[go: nahoru, domu]

Skip to content

realth000/flutter_bbcode_editor

Repository files navigation

flutter_bbcode_editor

Edit bbcode with WYSIWYG support.

Warning

This package is still work in progress.

Introduction

Flutter widget to edit bbcode with WYSIWYG support.

Based on flutter_quill.

Features

These tags are used in TSDM forum. Allow to disable and override.

  • BBCode tags.
    • Font family (support code convert but no visual result).
    • Font size (specified value 1~7).
    • Font color.
    • Bold.
    • Italic.
    • Underline.
    • Strikethrough.
    • Superscript.
    • Alignment.
      • Align left.
      • Align center.
      • Align right.
    • Custom emoji {emoji_id}.
    • Paragraph alignment (left/center/right).
    • Url [url].
    • Image [img].
      • Specify size [img=$width,$height]$image_url[/img].
    • Spoiler [spoiler].
    • Locked area [hide].
    • Mention user with [@].
    • Ordered list.
    • Bullet list.
    • Table.
  • Source code mode.
  • Export plain code result.
  • Custom tags.

Not supported

These features are not supported.

  • Nested block styles (code block, quote block, list)