创建基本文件

This commit is contained in:
Yeban8090 2025-03-30 16:42:06 +08:00
parent b9af21db7d
commit 8aa7d7940a
3 changed files with 64 additions and 1 deletions

21
LICENSE Normal file
View file

@ -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.

42
README.md Normal file
View file

@ -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。

View file

@ -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