Bases: Hide Toolbar (after updating to Obsidian 1.10.3)

Don’t know which of ariehen’s snippets you’re using, but this method was and still is working:

:is(
	.bases-no-toolbar,
	.bases-embed[alt~="no-toolbar"]
) .bases-toolbar-item {
	display: none;
}

Type “no-toolbar” in the embed alt-text:

![[example.base|no-toolbar]]

Or type “bases-no-toolbar” in the note’s cssclasses:

---
cssclasses:
  - bases-no-toolbar
---

Or change the key phrases to something you like better.

3 Likes