From bcefbc1b5c61ff678acc8c90d7142e32c8c52aea Mon Sep 17 00:00:00 2001 From: Stephen Kall Date: Fri, 12 Jun 2026 04:02:34 -0300 Subject: [PATCH] chore: rename plugin id, add LICENSE for marketplace submission MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Rename id from obsidian-confluence-vault-uploader → confluence-vault-uploader (Obsidian marketplace requirement: id must not contain "obsidian") - Add MIT LICENSE file Co-Authored-By: Claude Sonnet 4.6 --- LICENSE | 21 +++++++++++++++++++++ manifest.json | 2 +- package.json | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..ee892d3 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2026 Stephen Kall + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/manifest.json b/manifest.json index b0d2565..973b67a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "id": "obsidian-confluence-vault-uploader", + "id": "confluence-vault-uploader", "name": "Confluence Vault Uploader", "version": "0.0.29", "minAppVersion": "1.4.0", diff --git a/package.json b/package.json index 8f5cbc0..78bf0c6 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "obsidian-confluence-vault-uploader", + "name": "confluence-vault-uploader", "version": "0.0.29", "description": "Obsidian plugin to upload an entire vault to Confluence.", "main": "main.js",