I wonder if anyone have this problem like me, try to edit your post , add some text and save and tell me what happen . On my side after creating my post with mention ,my post doesn't save my changes .
Chris, there is another extra required feature for Trix: Inserting RUclips videos into the editor. Maybe with button and popup, maybe just on Paste event. Please, make a movie on that topic.
They don't really recommend embedding RUclips videos directly in Trix. Basecamp actually embeds the preview image in Trix and then renders out the actual video later. Could make an episode on that with ActionText. github.com/basecamp/trix/issues/206#issuecomment-198479999
@@GorailsTV I don't understand why WordPress community can create fully-featured instance of Tinymce (classic) with RUclips, Twitter, Facebook, Instagram embeds, and why others like 37 signals cannot.
@GoRailsTV I am facing an issue, whenever I am trying to mention someone after some text, it removes my all text and adds mentioned user name at the start. how to solve this issue?
I believe the setSelectedRange should be ([position - (endPos - startPos), position]) otherwise it will consume from the start in some cases.
I am facing this issue and spend a lot of time. Finally! this help me thanks!
It helped me alot! thanks
Very useful lesson! Thanks
Thank you Chris
Thanks for the video. How can I capture the user in my controller so I can create a notification for them?
very nice! tnx
Hi, thanks for video. How I can check attachments from Trix (action text) in active record validations ? Thanks .
Actually in JS it should be:
@trixEditor.setSelectedRange([startPos, position])
otherwise it will delete whole line.
I wonder if anyone have this problem like me, try to edit your post , add some text and save and tell me what happen . On my side after creating my post with mention ,my post doesn't save my changes .
Hi Chris! Is there a way to email the users who are mentioned?
Just covered that on today's episode!
I tried this with rails 7 and I am Tribute doesn't even attach
Me too
Is rich_text not found here
Chris, there is another extra required feature for Trix:
Inserting RUclips videos into the editor. Maybe with button and popup, maybe just on Paste event.
Please, make a movie on that topic.
They don't really recommend embedding RUclips videos directly in Trix. Basecamp actually embeds the preview image in Trix and then renders out the actual video later. Could make an episode on that with ActionText. github.com/basecamp/trix/issues/206#issuecomment-198479999
@@GorailsTV please, make it. It's necessary to make this topic clear.
@@GorailsTV I don't understand why WordPress community can create fully-featured instance of Tinymce (classic) with RUclips, Twitter, Facebook, Instagram embeds, and why others like 37 signals cannot.
Why it's so easy to embed RUclips videos with, for example, SummerNote (summernote.org)?
And there is too much troubles with Trix.
I don't understand.
@@GorailsTV Please do. I'm currently struggling with this as well.
@GoRailsTV I am facing an issue, whenever I am trying to mention someone after some text, it removes my all text and adds mentioned user name at the start.
how to solve this issue?