beijing-bijitongbu11k downloads文章、视频、文字、笔记、图片、问答、帖子、语音、附件、聊天记录通通交给AI 帮你整理到Obsidian中
An Obsidian plugin for syncing notes and articles to Obsidian.
main.js, manifest.json, and styles.css from Releases.obsidian/plugins/bijitongbu/ directoryThis plugin is developed using TypeScript.
git clone https://github.com/notesynchelper/obsidian-bijitongbu.git
cd obsidian-bijitongbu
npm install
npm run dev
npm run build
src/
├── main.ts # Plugin entry point
├── settings/ # Settings related
├── api.ts # API interface
└── ... # Other modules
Run linter:
npm run lint
Auto-fix issues:
npm run lint:fix
Format code:
npm run format
Run tests:
npm test
Watch mode:
npm run test:watch
This project uses GitHub Actions for automated builds and releases.
manifest.jsonversions.json (if you need to specify minimum Obsidian version)git add manifest.json versions.json
git commit -m "chore: bump version to x.x.x"
git tag x.x.x
git push origin x.x.x
main.js to the repository (it's a build artifact)Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This plugin is inspired by and builds upon:
We're grateful for their contributions to the open source community.
For questions or suggestions:
一个用于将笔记和文章同步到 Obsidian 的插件。
main.js、manifest.json 和 styles.css.obsidian/plugins/bijitongbu/ 目录下本插件使用 TypeScript 开发。
git clone https://github.com/notesynchelper/obsidian-bijitongbu.git
cd obsidian-bijitongbu
npm install
npm run dev
npm run build
src/
├── main.ts # 插件入口
├── settings/ # 设置相关
├── api.ts # API 接口
└── ... # 其他模块
运行代码检查:
npm run lint
自动修复代码问题:
npm run lint:fix
格式化代码:
npm run format
运行测试:
npm test
观察模式运行测试:
npm run test:watch
本项目使用 GitHub Actions 自动构建和发布。
manifest.json 中的版本号versions.json(如果需要指定最低 Obsidian 版本)git add manifest.json versions.json
git commit -m "chore: bump version to x.x.x"
git tag x.x.x
git push origin x.x.x
main.js 提交到仓库(这是构建产物)欢迎提交 Pull Request。对于重大变更,请先开 issue 讨论您想要改变的内容。
本插件的开发受到以下项目的启发并基于其构建:
感谢他们对开源社区的贡献。
如有问题或建议: