How to Remove or Customize Slack's Formatting Toolbar
Personalize your Slack experience by removing or customizing the formatting toolbar.
If you find Slack's formatting toolbar to be a distraction or simply unnecessary, you're not alone. While the platform aims to be versatile, some users prefer a simpler chat experience. This comprehensive guide will walk you through how to either hide the formatting toolbar or revert to old Markdown-style options.
Why Customize Slack's Formatting Toolbar?
- Simplified User Interface: If you rarely use formatting options, hiding the toolbar can declutter your screen.
- Preference for Markdown: Some users prefer text-based Markdown formatting over WYSIWYG (What You See Is What You Get) editors.
{{cta1}}
How to Hide the Formatting Toolbar
- Go to Slack's Chat Box: Locate the chat box at the bottom of your Slack workspace.
- Hide the Toolbar: Click on the Aa button located at the lower right of Slack's chat box. This action hides the toolbar.
Note: Even after hiding the toolbar, you can still use keyboard shortcuts for formatting. You can also select text to see a hover toolbar with formatting options.
How to Revert to Markdown-Style Formatting
If you're looking to go back to the old Markdown-style formatting, you can adjust this in your settings or use browser extensions.
For Web Users
Chrome
- Install this Chrome extension.
Firefox
- Install this Firefox extension.
For Desktop Users
Disabling the new text editor in the desktop application is a bit more involved:
- Open Slack in Developer Mode:
- For Mac: Run export SLACK_DEVELOPER_MENU=true && open -a /Applications/Slack.app in Terminal.
- For Windows: Run the appropriate PowerShell command based on your installation.
- For Ubuntu: Edit the Slack launcher file.
- Inspect Element: Right-click in the Slack application and choose "Inspect Element".
- Open Console Tab: Navigate to the Console tab.
- Paste Code: Copy the contents of index.js from the GitHub source and paste it into the console.
- Repeat: You'll need to repeat this every time you reload Slack or switch to a new team for the first time.
Conclusion
Slack aims to accommodate various user needs, including those who prefer a minimalist chat experience. Whether you want to hide the toolbar or revert to Markdown-style formatting, you have several options to tailor Slack to your preferences.