xuexue42 downloadsWrite More helps writers track daily writing and generate Chinese fiction exercises with DeepSeek.
English name: Write More; Chinese name: 不写就会死.
Write More is a desktop-only Obsidian plugin for fiction writers who want a small daily writing dashboard inside their vault. It shows a compact calendar, daily writing statistics, and manually generated Chinese fiction practice prompts. The plugin can generate exercises through the author's Vercel proxy or through a user-provided DeepSeek API key.
https://api.deepseek.com/chat/completions with a server-side writing coach prompt.After the plugin is accepted into the Obsidian community plugin directory, search for Write More or 不写就会死 in Obsidian's community plugins browser. For manual installation, download main.js, manifest.json, and styles.css from the GitHub Release and place them in .obsidian/plugins/write-or-die/.
一个面向小说写作者的 Obsidian 桌面端插件。它会在右侧边栏显示写作日历、日期写作统计,并通过 DeepSeek 生成每日写作练习题。
https://api.deepseek.com/chat/completions。clientId,用于未来额度控制,不绑定用户身份。发布到 Obsidian 社区插件目录后,可在 Obsidian 的社区插件市场中搜索 Write More 或「不写就会死」并安装。
main.js、manifest.json、styles.css。.obsidian/plugins/write-or-die/ 目录。练习生成方式:选择官方免费额度(Vercel 代理)或自填 DeepSeek Key。Vercel 代理地址:使用官方免费额度时调用的后端地址。DeepSeek API Key:选择自填 DeepSeek Key 时使用。写作文件目录:练习文件创建目录,默认 写作主题。显示今日文件列表:控制侧边栏是否显示选中日期的新建文件列表,默认关闭。默认练习类型:侧边栏手动生成主题时使用的练习类型。每日主题数量:每次生成的练习数量。DeepSeek 模型:可选 deepseek-v4-flash 或 deepseek-v4-pro。npm install
npm run build
npm test
本仓库包含 api/generate-themes.ts,可作为 Vercel Serverless Function 部署。
DEEPSEEK_API_KEY。Vercel 代理地址 配置为:https://obsidian-write.vercel.app/api/generate-themes
本地开发可参考 .env.example 创建 .env.local,但不要提交 .env.local。
创建 GitHub Release 时,需要上传以下附件:
main.jsmanifest.jsonstyles.cssmain.js 是构建产物,不提交到源码仓库。
MIT