Earlier quoted context omitted.
Fenced blocks and `monospaced` stuff still behave frustratingly whether I have the "Aa" button toggled or not. I hate it -- wish they'd just add support for plain markdown as an option :(
Ah, true. I rarely use any markdown so I didn't notice any difference :)
Disable new Slack WYSIWYG editor with this bookmarklet
21–30 of 110 posts
Re: Disable new Slack WYSIWYG editor with this bookmarklet
#22I personally don't mind the new WYSIWYG. Doesn't get in the way much at all really. The only thing it's weird with I find is the code blocks, (previously 3 backticks, linebreak, code, linebreak, 3 backticks). Not a massive fan of how after 3 backticks it now puts an inline code format 'block', seems a bit weird.
Re: Disable new Slack WYSIWYG editor with this bookmarklet
#23Re: Disable new Slack WYSIWYG editor with this bookmarklet
#24You can do it in the desktop app as well. If you run it with SLACK_DEVELOPER_MENU=true in env vars, it'll enable you to right click to Inspect Element, open devtools and run this code snippet there
Re: Disable new Slack WYSIWYG editor with this bookmarklet
#25Earlier quoted context omitted.
Ah, true. I rarely use any markdown so I didn't notice any difference :)
And that's the heart of the issue. This is a "convenience" introduced to make markdown easier for people who didn't really use markdown, at the cost of adding a pain point for people who are heavy users of the markdown features.
Re: Disable new Slack WYSIWYG editor with this bookmarklet
#26You can do it in the desktop app as well. If you run it with SLACK_DEVELOPER_MENU=true in env vars, it'll enable you to right click to Inspect Element, open devtools and run this code snippet there
I wonder if the people who complain about Electron apps will refrain from doing this out of principle.
Re: Disable new Slack WYSIWYG editor with this bookmarklet
#27Earlier quoted context omitted.
And that's the heart of the issue. This is a "convenience" introduced to make markdown easier for people who didn't really use markdown, at the cost of adding a pain point for people who are heavy users of the markdown features.
Does html work? Why not use it instead?
Re: Disable new Slack WYSIWYG editor with this bookmarklet
#28I personally don't mind the new WYSIWYG. Doesn't get in the way much at all really. The only thing it's weird with I find is the code blocks, (previously 3 backticks, linebreak, code, linebreak, 3 backticks). Not a massive fan of how after 3 backticks it now puts an inline code format 'block', seems a bit weird.
The three backticks is what got me, I tend to paste blocks in and then put backticks around them, which is just broken now as it just inlines the first line and does nothing to the last line, I'll just disable it for now and set a reminder for sometime soon to see if they've fixed it