It's pretty incredible to think that for all the billions of dollars around Slack it's still fundamentally the same product with the same value add that it was when it first launched. Sure, maybe it's faster or more efficient or whatever now, but what it is at heart is the _exact_ same thing it was on Day 1.
And still just a web browser underneath! If they used a native toolkit this bug wouldn't exist, no?
The latest version of Slack has a setting to disable the WYSIWYG editor
181–190 of 225 posts
Re: The latest version of Slack has a setting to disable the WYSIWYG editor
#182Earlier quoted context omitted.
The reason is that content editable is a gaping hole in the HTML5 spec, at least last time I checked, there are tons of undefined undefined behaviors (not a typo) where vendors have to choose what they want to do and where developers have no idea that the behavior does not exist in a specification. My very wise coworker made every effort to avoid that minefield. I thought he was wrong for many years, but I have been…
I always thought the entire cms space, the idea that non coders could manage web content, was a non starter just because of the editors.
I agree though, whenever I included a full WYSIWYG editor to a CMS the end users created unimaginable havoc. "Hey it's Word, I know this".
Re: The latest version of Slack has a setting to disable the WYSIWYG editor
#183Earlier quoted context omitted.
Ha, I wish I could disable "threads" so nobody else can use them...
We have a culturally enforced strict rule of moving literally ALL new conversations into a subthread and I absolutely LOVE it. This means that if you want to respond to a comment, you never do it in the channel but in the subthread of _that_ comment. This means that when you browse the channel itself, each individual line represents a conversation on a specific topic. You can essentially browse the "headlines" of the…
Re: The latest version of Slack has a setting to disable the WYSIWYG editor
#184Dark mode, better performances, option to disable divisive new features: Slack might be making it harder to focus at work but the product itself improved quite a lot in 2019, kudos to the PMs.
Re: The latest version of Slack has a setting to disable the WYSIWYG editor
#185Earlier quoted context omitted.
The above demo works fine in Firefox, FWIW. I had a large hand in building a WYSIWYG email editor a few years back, using direct DOM editing, that was the most full featured available at the time. I would only recommend it to people with very high pain tolerance, as the differences between browsers are stark, undocumented and hard to work around.
It doesn't work fine on Firefox android.
Re: The latest version of Slack has a setting to disable the WYSIWYG editor
#186Earlier quoted context omitted.
Where did IRC go?
Away after botnets (and later dogecoin) figured out its a free decentralized comms platform and caused every major enterprise to block all IRC ports out of fear of being owned. At least this was my experience in the early 2000s, which is why I gave up on IRC circa 2006-ish. The death kneel was the lack of a google/apple cloud-backed IRC app, so any mobile use of IRC was pretty much a death wish for your battery (this…
Not really. Google/Apple also have a connection (or more) open to their servers, but IRC would kill the battery? It's the usage, not that the connection is open.
Re: The latest version of Slack has a setting to disable the WYSIWYG editor
#187Dark mode, better performances, option to disable divisive new features: Slack might be making it harder to focus at work but the product itself improved quite a lot in 2019, kudos to the PMs.
Side comment: I've tried to use Slack's dark mode but had to quit. I was constantly having to download images to be able to read the black-over-transparent background of matplotlib images (that's apparently the default for the axis, markings, legends, etc.) It's not a matter of changing my code, too, because I want to see the images posted by _other_ people
Re: The latest version of Slack has a setting to disable the WYSIWYG editor
#188Don’t understand the need for a WYSIWYG editor in the first place. It’s not a word processor. The need to add formatting to a Slack message should be rare enough that the WYSIWYG overhead just isn’t worth it.
They want to make the product appeal to all users and not just techy ones. And If I product managers or CEO or whoever can print his message bold he's happy. Very few non techy people know what markdown even is. (From my own experience asking friends etc.)
AFAIK Facebook, Instagram, Snapchat, Twitter doesn't have a WYSIWYG editor.
Are there some hidden users that send font size 30 all capitals red colored text in Times New Roman to each other ?
Re: The latest version of Slack has a setting to disable the WYSIWYG editor
#189Earlier quoted context omitted.
“There are only two kinds of languages: the ones people complain about and the ones nobody uses.” -- Bjarne Stroustrup I've found this quote extremely true, but not just with programming language but with all things. People complain about Slack because they use Slack a lot, so minor quibbles become a daily frustration. It is when people go quiet about a product that you should really worry. They're either extremely h…
> “There are only two kinds of languages: the ones people complain about and the ones nobody uses.” -- Bjarne Stroustrup > I've found this quote extremely true My impression of Python, Ruby, etc. hasn't been that they're in either of those categories, though I'll grant you that they don't compete in the same space as C++...