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 AppFlowy-IO/appflowy-editor.

Features

These tags are used by the TSDM forum.

  • BBCode tags
    • Font size (specified value 1~7).
    • Font color.
    • Bold.
    • Italic.
    • Underline.
    • Strikethrough.
    • Custom emoji {emoji_id}.
    • Paragraph alignment (left/center/right).
    • Url [url].
    • Image [img].
    • Spoiler [spoiler].
    • Locked area [hide].
    • Mention other users with [@].
    • Unordered list.
    • Ordered list.
    • Table.
  • Edit in WYSIWYG mode.
  • Edit in source code mode.
  • View render result.
  • Export plain code result.