Skip to content

Commit

Permalink
Improve obsidian-nice-kbds blurb
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzito committed Dec 31, 2023
1 parent 28c77cc commit 943d352
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ layout: home

## [Obsidian Nice KBDs](https://github.com/andyzito/obsidian-nice-kbds)

An Obsidian plugin that automatically detects key combos (e.g. `⌘ + A` or `Ctrl + C`) and wraps them in `<kbd>` tags. It also provides a new Markdown syntax for manually indicating a key combo (wrapper characters are configurable): `«CMD»`. Stylistic improvements to `<kbd>` tags are also included.
An Obsidian plugin that automatically detects key combos and wraps them in `<kbd>` tags, like this: <kbd>⌘</kbd> + <kbd>A</kbd>. It also provides a new Markdown syntax for manually forcing a `<kbd>` tag: `«CMD»` becomes <kbd>CMD</kbd>.

Stylistic improvements to `<kbd>` tags are also included. Trigger characters like `` and ``, as well as additional allowed characters and wrapper characters for forced `<kbd>` tags, can be configured in the plugin settings.

## [ChatGPT Improvements](https://github.com/andyzito/chatgpt-improvements)

Expand Down

0 comments on commit 943d352

Please sign in to comment.