Modification de "md-composer-extras" pour correspondre à nos besoins.
Go to file
iunctis 5bf208e920 Simple branch
Less formatting options for a simple toolbar
2020-05-14 15:10:49 +02:00
common Simple branch 2020-05-14 15:10:49 +02:00
desktop Simple branch 2020-05-14 15:10:49 +02:00
mobile Simple branch 2020-05-14 15:10:49 +02:00
.gitattributes Initial commit 2019-05-28 21:59:31 +02:00
README.md Simple branch 2020-05-14 15:10:49 +02:00
about.json Initial responsive update. 2019-11-13 13:11:06 -05:00
settings.yml Simple branch 2020-05-14 15:10:49 +02:00

README.md

MD Composer Extras

This Discourse theme component adds formatting options to your Discourse composer. This simple branch uses less formatting options

  • underline
  • strikethrough
  • center
  • align right
  • justify
  • float left
  • float right
  • columns.

Columns and Floats

When using columns and floats, note that the text will autobreak once an appropriate amount of content has been placed in the second column or to the side of the float.

Columns have a CSS border to for ease of viewing.

A column is broken by placing [/wrap] at the end of the first column's content.

The CSS for columns and floats is disabled on mobile. By default on mobile columns and float will appear as single column content. The missing CSS can be added in again manually.

Column Example

Place the following in your editor to see how columns work.

Test

[wrap="columns"]
1
2
3
[/wrap]
1
2
3

Test

Questions

For more informations, see:

Credits

Wrap support by thw26: https://github.com/thw26


I took some parts of the Iconified Header Links and Slick Image Gallery theme components made by Johani :

https://meta.discourse.org/t/iconified-header-links/86307 (adding fa5 icons in the theme component) https://meta.discourse.org/t/slick-image-gallery/81952 (manager the translations inside the theme component)