ready to publish

This commit is contained in:
Xheldon 2025-07-31 14:41:23 +08:00
parent 47d60e695f
commit a987540417
4 changed files with 5813 additions and 6 deletions

1
.gitignore vendored
View file

@ -1,5 +1,4 @@
# compiled output
main.js
*.js.map
# dependencies

5808
main.js Normal file

File diff suppressed because it is too large Load diff

View file

@ -1,9 +1,9 @@
{
"id": "git-sync",
"name": "Git Sync",
"id": "obsidian-git-folder-sync",
"name": "Obsidian Git Folder Sync & Image Upload",
"version": "1.0.0",
"minAppVersion": "0.15.0",
"description": "Synchronize files in your Obsidian Vault with a specified directory in the designated GitHub repository (rather than the entire repository).",
"description": "Synchronize files in your Obsidian Vault with a specified directory in the designated GitHub repository (rather than the entire repository); send your images to cloud storage services.",
"author": "Xheldon",
"authorUrl": "https://github.com/Xheldon",
"fundingUrl": "https://paypal.me/xheldoncao",

View file

@ -1,7 +1,7 @@
{
"name": "git-folder-sync",
"name": "obsidian-git-folder-sync",
"version": "1.0.0",
"description": "Synchronize files in your Obsidian Vault with a specified directory in the designated GitHub repository (rather than the entire repository).",
"description": "Synchronize files in your Obsidian Vault with a specified directory in the designated GitHub repository (rather than the entire repository); send your images to cloud storage services.",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",