Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Edit bbcode with WYSIWYG support.

NotificationsYou must be signed in to change notification settings

realth000/flutter_bbcode_editor

Repository files navigation

English |简体中文

flutter_bbcode_editor

Edit bbcode with WYSIWYG support.

WIP

This package is still work in progress. Feature or API may change in the future.

Introduction

Flutter widget to editbbcode withWYSIWYG support.

Based onflutter_quill.

Screenshot

cover

[quote][size=4]flutter_bbcode_editor is a WYSIWYG editor based on [/size][size=4][url=https://github.com/singerdmx/flutter-quill]flutter_quill[/url][/size][/quote][size=4]Made for [/size][@]flutter[/@][size=6]Header size 6[/size][b]bold[/b][i]italic[/i][u]underline[/u][s]strikethrough[/s][color=#087]color[/color][backcolor=#5ae]backgroundcolor[/backcolor][hr][align=center][img=230,230]https://upload.wikimedia.org/wikipedia/commons/7/70/Example.png[/img][/align][align=center][size=3]Centered example image from [/size][size=3][url=https://en.wikipedia.org/wiki/BBCode]wikipedia - BBCode[/url][/size][/align][spoiler=Click to expand][size=4]All[/size] [b]formats[/b] can be used in [b][color=#a4b]spoiler[/color][/b][list][*][color=#e99]unordered[/color] list item 1[*][color=#e99]unordered[/color] list item 2[/list][hide=1234]Hide area inside spoiler[/hide][/spoiler][hide]This area is locked until user reply[u]RIch[/u] text in [backcolor=#9c9]hide[/backcolor] area here[list=1][*]ordered list [color=#4aa]item[/color] 1[*]ordered list item 2[/list][/hide]

Feature

These tags are used inTSDM forum.Allow to disable and override.

  • BBCode tags
    • Font familyNot planned
    • Font size[size=$size] (specified value 1~7)
    • Font color[color]
    • Bold[b]
    • Italic[i]
    • Underline[u]
    • Background color[backcolor=$color]
    • Strikethrough[s]
    • Superscript[sup]
    • Alignment
      • Align left[align=left]
      • Align center[align=center]
      • Align right[align=right]
    • Emoji{:emoji_id:}
    • Url[url]
    • Image[img]
      • Specify size[img=$width,$height]$image_url[/img]
    • Spoiler[spoiler]
    • Locked area
      • Locked with reply[hide]Users need to reply to see this content.
      • Locked with points[hide=$points]Only users have points more than $points are allowed to see this content.
    • Mention user with[@]$user_name[/@]
    • Ordered list[list=1]
    • Bullet list[list=]
    • Divider[hr]
    • Table[table]
    • Code block[code]
    • Quote block[quote]
  • Source code mode
  • ExportOutput format is not stable yet, changes in future may cause old data unparsable.
    • As bbcode
    • As quill delta
  • Import
    • From BBCode
    • From quill delta
  • Custom tags
  • Nested block styles (code block, quote block, list)

About

Edit bbcode with WYSIWYG support.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp