mirror of
https://github.com/wassname/talk.git
synced 2026-07-03 09:46:02 +08:00
1c2ff7d2ae
* Update default plugins * Update plugin docs with missing plugin * Fixed broken link in docs * Update Code of Conduct in docs * Fix mixup that both plugins are moderation-actions * fix: adapt server tests to use the rich text plugin * fix: e2e * fix: sync docs
15 lines
426 B
Markdown
15 lines
426 B
Markdown
---
|
|
title: talk-plugin-comment-content
|
|
permalink: /plugin/talk-plugin-comment-content/
|
|
layout: plugin
|
|
plugin:
|
|
name: talk-plugin-comment-content
|
|
provides:
|
|
- Client
|
|
---
|
|
|
|
Pluginizes the text of a comment to support custom treatment of this text. This
|
|
plugin currently parses the given text to see if it contains a link, and makes
|
|
them clickable using
|
|
[react-linkify](https://www.npmjs.com/package/react-linkify).
|