We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 947d97f commit 6ff6030Copy full SHA for 6ff6030
src/content/docs/guides/buttons.md
@@ -91,7 +91,7 @@ actions:
91
92
### Button Properties
93
94
-The YAML configuration of a button has must follow the following TypeScript interface.
+The YAML configuration of a button must adhere to the following TypeScript interface.
95
96
```ts
97
interface ButtonConfig {
src/content/docs/reference/buttonActions/command.mdx
@@ -3,7 +3,7 @@ title: Command
3
description: Command button action reference.
4
---
5
6
-The command action runs an obsidian command.
+The command action runs an obsidian command. The id of a command can be found using the `Meta Bind: Select and copy command id` command.
7
8
9
interface CommandButtonAction {
0 commit comments