Sivin Varghese and GitHub
59d869d1ed
feat: Ability to resize table column width ( #14611 )
2026-06-09 18:04:48 +05:30
Sivin Varghese and GitHub
bca95efb82
feat: add image resize support in articles ( #14293 )
2026-05-19 19:34:43 +05:30
2192af80f4
fix: html-escape captured values in helpcenter article markdown embeds ( #14140 )
...
Embed templates interpolate regex captures from user-authored article
URLs into HTML attribute values. CommonMark's angle-bracket link
destination syntax allows characters that the capture regexes don't
filter, so the unescaped substitution could produce malformed attribute
output. Escaping at substitution time keeps the render deterministic
regardless of the URL.
### How was this tested?
Added specs.
Fixes [CW-6934](https://linear.app/chatwoot/issue/CW-6934/ )
Co-authored-by: Sony Mathew <sony@chatwoot.com >
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com >
2026-05-05 17:46:21 +05:30
Sivin Varghese and GitHub
edd0fc98db
feat: Table support in article editor ( #13974 )
2026-04-16 11:23:10 +05:30
f064b09776
feat: move embedding config to a yaml file ( #11611 )
...
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com >
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com >
2025-05-30 16:26:40 +05:30
443214e9a0
feat: add support for bunny CDN videos ( #11601 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com >
2025-05-28 13:50:43 +05:30
a3bf753f4c
feat: add embed for wistia ( #11547 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-05-22 19:09:03 +05:30
5c05e45206
feat: use nocookie version of youtube & vimeo for help center embeds ( #11061 )
...
This pull request includes changes to the `CustomMarkdownRenderer` class
and its corresponding tests to support YouTube's "nocookie"
[[ref](https://support.google.com/youtube/answer/171780?hl=en#zippy=%2Cturn-on-privacy-enhanced-mode )]
URLs and adding the `dnt` param to Vimeo embed
[[ref](https://help.vimeo.com/hc/en-us/articles/12426260232977-About-Player-parameters )].

---------
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com >
2025-03-12 10:32:25 +05:30
932244a1ec
feat: Add support for Arcade videos on articles ( #10585 )
...
Fixes
https://linear.app/chatwoot/issue/CW-3779/add-support-for-arcade-videos-on-articles-loom-alternative
**Loom video**
https://www.loom.com/share/917bdecb4eaf4d3f9782b4fa84ee4bd4?sid=d11f0d71-0cf5-424a-9268-9d9fb3797ee2
Co-authored-by: Sojan Jose <sojan@pepalo.com >
2024-12-17 17:17:42 +05:30
Muhsin Keloth and GitHub
d7e928df26
feat: Add loom video embed support for help center articles ( #9288 )
...
* feat: Add loom support for helpcenter articles
* fix: responsiveness
* fix: style issues
* fix: review comments
* Update custom_markdown_renderer.rb
2024-04-24 11:44:10 +05:30
53dc38e650
fix: Renders youtube and vimeo links within blank lines as embeds ( #7422 )
...
Within the article we are now rendering every link for youtube and vimeo as embeds. This isn't a good solution, as users might need to have plain links as well. This fix will render only links within two blank lines as embeds.
Co-authored-by: Sojan Jose <sojan@pepalo.com >
2023-09-21 00:16:03 -07:00
e6a49b5800
feat: Shows Youtube and Vimeo links as embeds [cw-1393] ( #7330 )
...
This change will render the youbtube, vimeo and .mp4 urls as embedded in the article page in the help centre.
Fixes: https://linear.app/chatwoot/issue/CW-1393/help-center-support-video-upload-in-articles
Co-authored-by: Sojan <sojan@pepalo.com >
2023-06-21 20:28:28 +05:30