From fcce4935a3f371337cb0c23c9abdee8cfa1f2f2b Mon Sep 17 00:00:00 2001 From: dragonwocky Date: Tue, 11 Apr 2023 16:23:56 +1000 Subject: [PATCH] chore: add formatting to quick note hotkey in readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 053abc2..aaf045f 100644 --- a/README.md +++ b/README.md @@ -25,11 +25,11 @@ Obsidian's built-in hotkey manager. ### Quick notes -| Option | Description | Default | -| ---------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------- | -| Quick note location | New quick notes will be placed in this folder. | | -| Quick note date format | New quick notes will use a filename of this pattern. Format: [Moment.js format string](https://momentjs.com/docs/#/displaying/format/) | YYYY-MM-DD | -| Quick note hotkey | This hotkey is registered globally and will be detected even if Obsidian does not have keyboard focus. Format: [Electron accelerator](https://www.electronjs.org/docs/latest/api/accelerator) | CmdOrCtrl+Shift+Q | +| Option | Description | Default | +| ---------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------- | +| Quick note location | New quick notes will be placed in this folder. | | +| Quick note date format | New quick notes will use a filename of this pattern. Format: [Moment.js format string](https://momentjs.com/docs/#/displaying/format/) | `YYYY-MM-DD` | +| Quick note hotkey | This hotkey is registered globally and will be detected even if Obsidian does not have keyboard focus. Format: [Electron accelerator](https://www.electronjs.org/docs/latest/api/accelerator) | CmdOrCtrl+Shift+Q | ## Installation