Commit c8416d2
committed
feat: use external web colors and more bbcode parsing
This commit moved pre-defined web colors and related color utilities
to external package `dart_bbcode_web_colors` because multiple packages
in this project rely on the same functionality.
Besides, update upstream code to get more bbcode parsing support, till
now most frequently used bbcode tags can be recognized and parsed into
quill delta.1 parent a77a57f commit c8416d2
File tree
9 files changed
+25
-364
lines changed- lib/utils/html
- packages
9 files changed
+25
-364
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | 5 | | |
8 | 6 | | |
9 | 7 | | |
| |||
60 | 58 | | |
61 | 59 | | |
62 | 60 | | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
This file was deleted.
Submodule dart_bbcode_parser updated 19 files
- README.md+9-9
- lib/src/dart_bbcode_parser.dart+20-3
- lib/src/lexer.dart+1-1
- lib/src/parser.dart+22-2
- lib/src/quill/convertible.dart+19-9
- lib/src/tags/backgroud_color.dart+30
- lib/src/tags/color.dart+30
- lib/src/tags/common_tag.dart+72-9
- lib/src/tags/font_size.dart+25
- lib/src/tags/image.dart+23
- lib/src/tags/italic.dart-2
- lib/src/tags/strikethrough.dart+24
- lib/src/tags/superscript.dart+25
- lib/src/tags/tag.dart+2-2
- lib/src/tags/text.dart+14-3
- lib/src/tags/underline.dart+24
- lib/src/tags/url.dart+1-1
- lib/src/utils.dart+2-2
- pubspec.yaml+2
Submodule dart_bbcode_web_colors added at a678d7a
0 commit comments