mirror of
https://github.com/flarum/framework.git
synced 2024-11-26 10:14:16 +08:00
7ea9db7426
- Move insertText to core - Move styles and apply to core - Simplify shortcut and button system - Drop mdarea for now. In the future, we could implement the features we use (list continue, indent) in core. - Remove admin dist (only admin setting was mdarea) - Move inline style to css
13 lines
381 B
YAML
13 lines
381 B
YAML
flarum-markdown:
|
|
forum:
|
|
composer:
|
|
bold_tooltip: Add bold text
|
|
code_tooltip: Insert code
|
|
header_tooltip: Add header text
|
|
image_tooltip: Add an image
|
|
italic_tooltip: Add italic text
|
|
link_tooltip: Add a link
|
|
ordered_list_tooltip: Add a numbered list
|
|
quote_tooltip: Insert a quote
|
|
unordered_list_tooltip: Add a bulleted list
|