mirror of
https://github.com/kdnk/obsidian-automatic-linker.git
synced 2026-07-22 05:37:46 +00:00
chore: remove obsidian- prefix from plugin name
This commit is contained in:
parent
4b0d6f4ecc
commit
9d91ba94cf
2 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "obsidian-automatic-linker",
|
||||
"id": "automatic-linker",
|
||||
"name": "Automatic Linker",
|
||||
"version": "0.0.3",
|
||||
"minAppVersion": "0.15.0",
|
||||
|
|
@ -8,4 +8,4 @@
|
|||
"authorUrl": "https://obsidian.md",
|
||||
"fundingUrl": "https://obsidian.md/pricing",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "obsidian-automatic-linker",
|
||||
"name": "automatic-linker",
|
||||
"version": "0.0.3",
|
||||
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
|
||||
"main": "main.js",
|
||||
|
|
|
|||
Loading…
Reference in a new issue