chore: remove obsidian- prefix from plugin name

This commit is contained in:
Kodai Nakamura 2025-02-02 14:11:40 +09:00
parent 4b0d6f4ecc
commit 9d91ba94cf
2 changed files with 3 additions and 3 deletions

View file

@ -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
}
}

View file

@ -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",