Hide Editor Toggle Buttons without hiding Menu items, Shortcuts, Toolbar icons plugin?

Operating system

Windows

Joplin version

3.4.10

Desktop version info

Joplin 3.4.10 (prod, win32)

Device: win32, 12th Gen Intel(R) Core(TM) i7-1255U
Client ID: ec1e7c51f1aa4c63b41a9ba5f9d2bf4f
Sync Version: 3
Profile Version: 48
Keychain Supported: Yes
Alternative instance ID: -

Revision: 85585d1

Backup: 1.4.3
Freehand Drawing: 3.1.0
Menu items, Shortcuts, Toolbar icons: 1.1.0
MultiMarkdown Table Tools: 1.2.1
Note Tabs: 1.4.0
Search & Replace: 2.2.0
Simple Image Resize: 1.0.3

(Also Linux bu makes no odds I guess)

What issue do you have?

Hi,
I dont want to accidentality toggle editors and loose any incompatible edits
Before I used the below in my userchrome.css (thanks to @dpoulton) , but that hides the plugin buttons too.

div.editor-toolbar div button {
	/* removes the WYSIWYG button */
	 display: none !important;
}

Any ideas please?

The css in the app has changed a bit since that post you quoted. I use just the Markdown editor and added the below to my userchrome.css file to hide the editor toggle button.

div.editor-toolbar .markdown-active {
    /* removes the MARKDOWN/RICH TEXT button */
    display: none !important;
}
1 Like

Thanks! @dpoulton - I knew you’d come good :slight_smile:

Cheers, works a treat!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.