This plugin renders ´example´ syntax as a styled keyboard key, like so.
- Automatically writes the
<kbd></kbd>HTML tag with the´example´markdown.
- Download the
main.js,styles.cssandmanifest.jsonfiles; - Create a folder called
kbd-renderand paste all the files in it; - Paste the
kbd-renderfolder inObsidian\Vault\.obsidian\plugins\; - Turn on the plugin in Obsidian settings.
Simply type anything between ´´ and the plugin will automatically change the markdown to the <kbd></kbd> HTML.
´ESC´ becomes <kbd>ESC</kbd>, which is rendered like ESC.
- A page at the Obsidian community plugins store;
- Markdown shortcut customization (currently only
´example´works); - Style customization;
- A function to hide the HTML tag while editing, showing only the markdown;
- More (maybe).