From 8aa7d7940a13939bfdc7f5507213a2ebc3bb7789 Mon Sep 17 00:00:00 2001 From: Yeban8090 Date: Sun, 30 Mar 2025 16:42:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9B=E5=BB=BA=E5=9F=BA=E6=9C=AC=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE | 21 +++++++++++++++++++++ README.md | 42 ++++++++++++++++++++++++++++++++++++++++++ manifest.json | 2 +- 3 files changed, 64 insertions(+), 1 deletion(-) create mode 100644 LICENSE create mode 100644 README.md diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..2370722 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2025 Yeban + +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. \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..c0c0ade --- /dev/null +++ b/README.md @@ -0,0 +1,42 @@ +# Book Smith + +Book Smith 是一个专为 Obsidian 设计的书籍写作管理插件。它能帮助作者更好地组织和管理他们的写作项目。 + +## 功能特点 + +- 📚 书籍项目管理:创建和管理多个书籍项目 +- 📑 章节管理:灵活的章节树结构 +- 📊 写作统计:实时统计字数和进度 +- 🔄 文件同步:自动同步文件系统变化 +- 📝 元数据管理:管理书籍的基本信息 + +## 安装方法 + +1. 打开 Obsidian 设置 +2. 进入第三方插件设置 +3. 关闭安全模式 +4. 点击浏览社区插件 +5. 搜索 "Book Smith" +6. 点击安装 + +## 使用说明 + +1. 安装插件后,在左侧边栏会出现书籍管理图标 +2. 点击 "新建书籍" 创建你的第一本书 +3. 在书籍管理界面可以: + - 创建/编辑章节 + - 管理书籍信息 + - 查看写作统计 + - 导出书籍 + +## 许可证 + +MIT + +## 作者 + +Yeban + +## 反馈与支持 + +如果你遇到任何问题或有建议,欢迎在 GitHub 上提交 issue。 \ No newline at end of file diff --git a/manifest.json b/manifest.json index 32edcb2..b949f56 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "Book Smith", "version": "1.0.0", "minAppVersion": "0.15.0", - "description": "一个用于书籍写作管理的 Obsidian 插件", + "description": "一个用于书籍写作管理的写书插件", "author": "Yeban", "authorUrl": "https://github.com/yourusername", "isDesktopOnly": true