mirror of
https://github.com/stephenkall/obsidian-confluence-vault-uploader.git
synced 2026-07-22 07:43:48 +00:00
chore: rename plugin id, add LICENSE for marketplace submission
- 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 <noreply@anthropic.com>
This commit is contained in:
parent
e7b77473e8
commit
bcefbc1b5c
3 changed files with 23 additions and 2 deletions
21
LICENSE
Normal file
21
LICENSE
Normal file
|
|
@ -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.
|
||||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue