discourse/plugins/chat
David Taylor 0878dde213
DEV: Modernise highlightjs loading (#24197)
- Remove vendored copy
- Update Rails implementation to look for language definitions in node_modules
- Use webpack-based dynamic import for hljs core
- Use browser-native dynamic import for site-specific language bundle (and fallback to webpack-based dynamic import in tests)
- Simplify markdown implementation to allow all languages into the `lang-{blah}` className
- Now that all languages are passed through, resolve aliases at runtime to avoid the need for the pre-built `highlightjs-aliases` index
2023-11-10 20:39:48 +00:00
..
app FEATURE: introduces group channels (#24288) 2023-11-10 11:29:28 +01:00
assets FEATURE: introduces group channels (#24288) 2023-11-10 11:29:28 +01:00
config FEATURE: introduces group channels (#24288) 2023-11-10 11:29:28 +01:00
db FEATURE: introduces group channels (#24288) 2023-11-10 11:29:28 +01:00
lib FEATURE: introduces group channels (#24288) 2023-11-10 11:29:28 +01:00
public
spec DEV: Modernise highlightjs loading (#24197) 2023-11-10 20:39:48 +00:00
test/javascripts FEATURE: introduces group channels (#24288) 2023-11-10 11:29:28 +01:00
README.md DEV: Chat service object initial implementation (#19814) 2023-02-13 13:09:57 +01:00
plugin.rb DEV: Ability to collect stats without exposing them via API (#23933) 2023-11-10 00:44:05 +04:00

README.md

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.