Pretty Button like kbd:[ENTER]?

Hi, I would like to do my documentation in Obsidian while displaying the buttons “pretty”. Like there is currently with AsciiDocFx with kbd:[ENTER]. Maybe someone here has a tip for me, I would be happy.

I have looked at the BUTTON plugin. With this I could recreate a button, but then I can not use the button in a flowing text.

Greetings Peter

You can use html and a CSS snippet, like this.

<kbd><kbd>Ctrl</kbd> + C</kbd>

And some CSS snippet like this (for nested). Same thing can be done for un-nested

kbd>kbd {
  border-radius: 3px;
  padding: 1px 2px 0;
  border: 1px solid black;
}

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