318182456205 downloadsManage projects with code, transforming Obsidian into your ultimate workspace.
ProjectVerse 是一个为 Obsidian 打造的虚拟项目空间管理插件。它可以帮助您通过代码与配置化的方式管理项目,并关联散落在库中不同位置的文件和文件夹,并为每个项目自动生成精美的控制面板(Dashboard),让 Obsidian 变成您的超级工作台。
- [ ]),支持在 Dashboard 中直接点击勾选同步修改源文件。projectVerse-x.y.z.zip。main.js、manifest.json、styles.css 文件放入您的 Obsidian 库目录中:
YourVault/.obsidian/plugins/projectVerse/如果您想对插件进行二次开发,请执行以下命令:
# 安装依赖
npm install
# 启动热重载开发模式
npm run dev
# 编译打包生产版本
npm run build
ProjectVerse is a virtual project space management plugin built for Obsidian. It helps you manage projects through code and configuration, associating folders and files scattered across your vault, and automatically generating beautiful dashboards for each project, transforming Obsidian into your ultimate workspace.
- [ ]) across all associated files. Check/uncheck them directly on the dashboard to update the source files.projectVerse-x.y.z.zip.main.js, manifest.json, and styles.css files into your Obsidian plugin directory:
YourVault/.obsidian/plugins/projectVerse/To build or customize the plugin locally:
# Install dependencies
npm install
# Start development mode with hot-reload
npm run dev
# Build for production
npm run build