feat: add button to create Markdown table (#5589)
This adds a new button to the Markdown toolbar, which allows creating the structure of a Markdown table. This makes it easier to wok with tables, as creating the structure by hand is annoying. Screenshots: https://codeberg.org/attachments/8bb00059-caa7-4453-b26c-15e4b7b93c83 https://codeberg.org/attachments/581e695c-33eb-4b81-9c63-a944aab443d9 Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5589 Reviewed-by: Otto <otto@codeberg.org> Co-authored-by: JakobDev <jakobdev@gmx.de> Co-committed-by: JakobDev <jakobdev@gmx.de>
This commit is contained in:
parent
e5e2860221
commit
4615891b9d
4 changed files with 107 additions and 3 deletions
|
@ -225,6 +225,13 @@ buttons.enable_monospace_font = Enable monospace font
|
|||
buttons.disable_monospace_font = Disable monospace font
|
||||
buttons.indent.tooltip = Nest items by one level
|
||||
buttons.unindent.tooltip = Unnest items by one level
|
||||
buttons.new_table.tooltip = Add table
|
||||
|
||||
table_modal.header = Add table
|
||||
table_modal.placeholder.header = Header
|
||||
table_modal.placeholder.content = Content
|
||||
table_modal.label.rows = Rows
|
||||
table_modal.label.columns = Columns
|
||||
|
||||
[filter]
|
||||
string.asc = A - Z
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue