How to change editor layout?

Yes, see this explainer: Introduction to customising Joplin (userchrome.css & userstyle.css)

Adding this CSS to the userchrome.css file hides the tag bar:

.tag-bar {
  display: none !important;
}
1 Like