I've given up entirely on the Slack desktop app and use Ripcord exclusively. Much faster, more responsive and easier to use for 99% of my time spent on slack.
How is voice chat on Slack working in Ripcord? I'm guessing not at all?
Slack’s new WYSIWYG input box is terrible
31–40 of 1001 posts
Re: Slack’s new WYSIWYG input box is terrible
#32The product manager for this should be reassigned. To not even have the option to opt-out and use the classic input box is ridiculous. Productivity tools need to be very careful about radical change. Especially when the change won’t make anyone more productive.
It's hard enough for people to hear criticism or fix mistakes without their head, or a colleague's head, being called for.
Re: Slack’s new WYSIWYG input box is terrible
#33Re: Slack’s new WYSIWYG input box is terrible
#34I've given up entirely on the Slack desktop app and use Ripcord exclusively. Much faster, more responsive and easier to use for 99% of my time spent on slack.
How is voice chat on Slack working in Ripcord? I'm guessing not at all?
> Voice chat (Discord OK, Slack WIP)
It also lists this 'feature' which I think is hilarious:
> Not made from a web browser
Re: Slack’s new WYSIWYG input box is terrible
#35Our current editor was written from scratch (codenamed CIDER), and seems to work pretty well for markdown input + some semantic elements like prettified usernames, room names, etc.
https://github.com/matrix-org/matrix-react-sdk/blob/develop/... tells all about CIDER, and https://blog.riot.im/riot-web-1-5/ gives the full context if anyone cares :)
Re: Slack’s new WYSIWYG input box is terrible
#36Re: Slack’s new WYSIWYG input box is terrible
#37Re: Slack’s new WYSIWYG input box is terrible
#38Anyway, the main point, what percentage of people do we think knows markdown to such an extent where it's easier for them to use than a WYSIWYG editor would be? I'd venture on HN alone that number is I think the lack of backwards-compatibility is a legit criticism, and sure, an opt-out would be nice, but I don't think for a second that this is as egregious as people are making it out to be.
Re: Slack’s new WYSIWYG input box is terrible
#39I can't recommend it enough, it's well worth the money even though they have a nice free tier and are OSS so you can self-host.
Re: Slack’s new WYSIWYG input box is terrible
#40Amusingly, for https://riot.im we just shelved our WYSIWYG editor efforts after trying two completely separate implementations over the years (one via Draft.js, the other via Slate.js) because: a) it's a nightmare to get right, b) nobody used it anyway (it was optional), c) chat isn't a wordprocessor, d) markdown (commonmark) + floating formatting toolbar is good enough. Our current editor was written from scratch (c…