discourse/plugins/chat
Joffrey JAFFEUX 279fc846db
FEATURE: adds support for headings in chat (#29552)
```
```

Will now be converted into their html versions: <h1>, <h2>, <h3>, ...
2024-11-04 08:11:53 +11:00
..
admin/assets/javascripts UX: Consistent styling for admin tables on mobile (#29360) 2024-10-23 16:26:21 -06:00
app FEATURE: adds support for headings in chat (#29552) 2024-11-04 08:11:53 +11:00
assets DEV: Refactor header offset calculations (#29398) 2024-10-31 09:50:01 -04:00
config Update translations (#29467) 2024-10-29 15:31:41 +01:00
db FEATURE: add custom fields to chat (channel/message/thread) (#29504) 2024-11-01 09:12:19 +11:00
lib DEV: Provide user input to services using params key 2024-10-25 09:57:59 +02:00
public
spec FEATURE: adds support for headings in chat (#29552) 2024-11-04 08:11:53 +11:00
test/javascripts DEV: Convert more equal assertions (#29554) 2024-11-03 21:04:38 +01:00
plugin.rb DEV: Provide user input to services using params key 2024-10-25 09:57:59 +02:00
README.md DEV: Chat service object initial implementation (#19814) 2023-02-13 13:09:57 +01:00

This plugin is still in active development and may change frequently

Documentation

The Discourse Chat plugin adds chat functionality to your Discourse so it can natively support both long-form and short-form communication needs of your online community.

For user documentation, see Discourse Chat.

For developer documentation, see Discourse Documentation.