Skip to content

Commit

Permalink
Still fixing kbd blurb
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzito committed Jan 1, 2024
1 parent 189cef9 commit 4bf26a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ layout: home

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

This Obsidian plugin automatically detects keyboard shortcuts and wraps them in <kbd> tags. For example, ⌘ + A becomes <kbd>⌘</kbd> + <kbd>A</kbd>, making keyboard combinations clear and visually distinct (styles included).
This Obsidian plugin automatically detects keyboard shortcuts and wraps them in `<kbd>` tags, indicating a 'keyboard input'. For example, `⌘ + A` becomes <kbd>⌘</kbd> + <kbd>A</kbd>, making keyboard combinations clear and visually distinct (styles included).

Additionally, this plugin introduces a unique Markdown syntax for manually specifying keyboard inputs. Using configurable wrapper characters, you can indicate key combos, like `«CMD»` <kbd>CMD</kbd>.
Additionally, this plugin introduces a unique Markdown syntax for manually specifying keyboard inputs: `«CMD»` will become <kbd>CMD</kbd>.

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

Expand Down

0 comments on commit 4bf26a4

Please sign in to comment.