How can I hide block-id labels in editor mode?

You mean the live preview mode? Then this css should work:

.markdown-source-view.mod-cm6.is-live-preview .cm-blockid  {
	display: none;
}
4 Likes