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 4da7846 commit d1ca121Copy full SHA for d1ca121
CHANGELOG.md
@@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
### Fixed
20
21
- Fixed an edge case with collecting backlinks.
22
+- Fixed typo in `ObsidianPasteImg`'s command description
23
24
## [v3.9.0](https://github.com/epwalsh/obsidian.nvim/releases/tag/v3.9.0) - 2024-07-11
25
lua/obsidian/commands/init.lua
@@ -179,7 +179,7 @@ M.register(
179
180
M.register(
181
"ObsidianPasteImg",
182
- { opts = { nargs = "?", complete = "file", desc = "Paste and image from the clipboard" } }
+ { opts = { nargs = "?", complete = "file", desc = "Paste an image from the clipboard" } }
183
)
184
185
0 commit comments