Skip to content

Commit

Permalink
manifest: drop -plugin from the id
Browse files Browse the repository at this point in the history
This is required by the github-actions bot on the official repo.

> Please don't use the word plugin in the plugin ID. The ID is used for your plugin's folder so keeping it short and simple avoids clutter and helps with sorting.
  • Loading branch information
philips committed Mar 30, 2024
1 parent f4e3794 commit b475af5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"id": "supernote-plugin",
"name": "Supernote Plugin",
"id": "supernote",
"name": "Unofficial Supernote by Ratta Integration",
"version": "2.1.4",
"minAppVersion": "0.15.0",
"description": "Generates .note files for ",
"description": "View Supernote notes, generate markdown from note and capture screen mirror.",
"author": "Brandon Philips",
"authorUrl": "https://github.com/philips/obsidian-supernote-plugin",
"fundingUrl": "https://ifup.org",
"isDesktopOnly": false
}
}

0 comments on commit b475af5

Please sign in to comment.