mirror of
https://github.com/jiawei-hong/obsidian-linkify.git
synced 2026-07-22 06:08:42 +00:00
chore: update plugin id, name, and description
This commit is contained in:
parent
9788e849ab
commit
32f31e5a67
1 changed files with 3 additions and 3 deletions
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"id": "obsidian-linkify",
|
||||
"name": "Linkify",
|
||||
"id": "auto-linkify",
|
||||
"name": "Auto Linkify",
|
||||
"version": "1.0.0",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Automatically formats pasted URLs into Markdown links",
|
||||
"description": "Automatically formats pasted URLs into Markdown links.",
|
||||
"author": "wei",
|
||||
"authorUrl": "",
|
||||
"isDesktopOnly": false
|
||||
|
|
|
|||
Loading…
Reference in a new issue