Ah thanks! No everything works fine.
This should be included in Joplin by default.
Ah sad... it doesn't work in WYSIWYG mode ![]()
Hi!
The bar of this plugin is just blank for me now, making me very sad
as it was fab
Joplin 3.1.20 (prod, linux)
Client ID: db5859eae4e74c52a26916ea37e9f7b0
Sync Version: 3
Profile Version: 47
Keychain Supported: No
Revision: 8199362
Backup: 1.4.2
Menu items, Shortcuts, Toolbar icons: 1.1.0
Note Tabs: 1.4.0
Arch Linux - fully updated
aur/joplin-appimage 3.1.20-1 (+93 1.35) (Installed)
The latest stable AppImage of Joplin - a cross-platform note taking and to-do app
AUR (en) - joplin-appimage
The toolbar works just fine. I've tested it. The issue is something else. If you use my custom CSS and uncommented this code:
div.editor-toolbar div button {
display: none !important;
}
For some reason this code no longer works and removes the entire toolbar, or better said all buttons in the toolbar. It's only supposed to remove

I am not sure what changes @laurent and @personalizedrefriger have done recently, but a lot of the CSS broke. e.g. the note count look like this with my CSS all of a sudden:

I guess I will have to fix my css, but I currently don't have time. Then I do not even know whether it's possible. If the dev team removed the class names, it will be almost impossible.
For reference, I'm linking items:
- This thread with updated styles for hiding the WYSIWYG toggle
- A pull request that should resolve some of the CSS issues mentioned above.
Thanks @tessus
and thanks @personalizedrefriger - I used your solution here and it worked:
div.editor-toolbar .markdown-active {
display: none !important;
}
