1
0
mirror of https://github.com/vector-im/element-android.git synced 2025-07-29 19:41:14 +03:00

[Rich text editor] Add code block, quote and list indentation actions (#8045)

* Add remaining rich text editor actions

* Render code blocks in the timeline

* Hide indentation buttons when not in a list
This commit is contained in:
jonnyandrew
2023-02-08 17:47:22 +00:00
committed by GitHub
parent 4174023958
commit d922126f4b
25 changed files with 182 additions and 96 deletions

View File

@ -3503,7 +3503,11 @@
<string name="rich_text_editor_link">Set link</string>
<string name="rich_text_editor_numbered_list">Toggle numbered list</string>
<string name="rich_text_editor_bullet_list">Toggle bullet list</string>
<string name="rich_text_editor_indent">Indent</string>
<string name="rich_text_editor_unindent">Unindent</string>
<string name="rich_text_editor_quote">Toggle quote</string>
<string name="rich_text_editor_inline_code">Apply inline code format</string>
<string name="rich_text_editor_code_block">Toggle code block</string>
<string name="rich_text_editor_full_screen_toggle">Toggle full screen mode</string>
<string name="set_link_text">Text</string>