mirror of
https://github.com/kdnk/obsidian-automatic-linker.git
synced 2026-07-22 05:37:46 +00:00
chore(manifest): punctuate plugin description
Why: - Obsidian plugin metadata validation warns when the manifest description does not end with punctuation. - Keeping the manifest warning-free makes release checks and plugin review feedback easier to act on. What: - Add a trailing period to the plugin description in manifest.json.
This commit is contained in:
parent
b8399b0626
commit
af7bb51813
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
"name": "Automatic Linker",
|
||||
"version": "4.3.2",
|
||||
"minAppVersion": "1.9.0",
|
||||
"description": "Automatically converts plain text file references into wiki links (i.e. `[[...]]`)",
|
||||
"description": "Automatically converts plain text file references into wiki links (i.e. `[[...]]`).",
|
||||
"author": "Kodai Nakamura",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue