Gleb Mazovetskiy

Results 344 comments of Gleb Mazovetskiy

> Please point me to the demo app. Is it /spec/dummy@master? The old dummy app had it but not anymore. There is a post here on integrating with Shubox: https://shubox.io/blog/2016/08/05/how_thredded_uses_shubox/...

@timdiggins That said, I think Notifier plugin tests could just be unit tests for now. The API is tested from Thredded already.

What do you think about making it a plugin instead? There are several ways to do the reactions themselves, and there are alternative approaches such as HN-style upvote/downvote, so it'd...

We don't have a good example plugin to base this on, but the UI can be extend by plugins via [view hooks](https://github.com/thredded/thredded#view-hooks) (you'd need to add some view hooks to...

Yes, more hooks are welcome, thanks

No, it is not included in Thredded and I don't know of any plugin that adds it.

The mailer uses standard Rails stuff to generate URLs, so I'd imagine the original poster didn't have the right configuration

Looks like there is a maintained fork now: https://github.com/Ionaru/easy-markdown-editor

@sudara Can Action Text do markdown? Thredded has several markdown plugins, such as for rendering math. I do agree that Action Text is the way to go for WYSIWIG but...