mirror of
https://github.com/Wanxp/obsidian-douban.git
synced 2026-04-04 08:38:41 +08:00
95 lines
4.1 KiB
Markdown
95 lines
4.1 KiB
Markdown
# Obsidian Douban Plugin
|
|
|
|
[![Version][version-shield]][version-url]
|
|
[![Stargazers][stars-shield]][stars-url]
|
|
[![Issues][issues-shield]][issues-url]
|
|
[![Forks][forks-shield]][forks-url]
|
|
[![Downloads][downloads-shield]][downloads-url]
|
|
[![GPL-3.0 License][license-shield]][license-url]
|
|
[![Contributors][contributors-shield]][contributors-url]
|
|
|
|
|
|
|
|
Import Movies, Books, Music Data from Douban in [Obsidian](https://obsidian.md/)
|
|
|
|
在[Obsidian](https://obsidian.md/)使用并导入豆瓣中的电影/音乐/以及书籍等, 评分/发布日期/演员表等信息
|
|
|
|
If you want some features or have any questions about this plugin, create issues or join the development is welcome.
|
|
关于当前的插件如果有任何疑问或者想要什么功能, 欢迎提issues或加入到开发当中.
|
|
|
|
- [Bugs, Issues, & Feature Requests](https://github.com/Wanxp/obsidian-douban/issues)
|
|
- [Development Roadmap](https://github.com/users/Wanxp/projects/1)
|
|
|
|
|
|
## Target
|
|
- [x] Movie/电影
|
|
- [x] Teleplay/电视剧
|
|
- [x] Book/书籍
|
|
- [x] Music/音乐
|
|
- [x] Note/日记
|
|
- [ ] Broadcast/广播
|
|
|
|
## How to use
|
|
### Movie
|
|
- Search Movie By Input Text/通过输入文本搜索
|
|

|
|
|
|
- Search Movie By File Name/通过文件名搜索
|
|

|
|
|
|
## Settings
|
|
- Setting Example1/设置案例1
|
|

|
|
|
|
|
|
- Setting Example2/设置案例2
|
|

|
|
|
|
## How to install
|
|
### From Obsidian
|
|
1. Go to Obsidian plugin center/进入Obsidian插件中心
|
|
2. Search obsidian-douban/搜索obsidian-douban
|
|
3. Click install/安装
|
|
4. Enable plugin/开启插件
|
|
### Manmel
|
|
1. Download `main.js`, `manifest.json`, `styles.css` from GitHub release page
|
|
从Github release 页面下载 `main.js`, `manifest.json`, `styles.css`
|
|
2. Copy step1 downloaded file to your vault folder `/.obsidian/plugins/obsidian-douban/`
|
|
将下载的文件复制到你的Obsidian文档根目录下的`/.obsidian/plugins/obsidian-douban`路径,若不存在则新建文件夹(注意.obsidian文件夹可能是个隐藏为文件夹)
|
|
3. Enable plugin in Obsidian
|
|
在obsidian插件中心开启当前插件功能
|
|
## How to Develop
|
|
1. Enter your test vault folder `/.obsidian/plugins/`
|
|
进入你的Obsidian测试文档文件夹下的`/.obsidian/plugins/`
|
|
2. Clone Code/克隆代码
|
|
`git clone git@github.com:Wanxp/obsidian-douban.git`
|
|
3. Enter folder/进入代码文件夹
|
|
`cd obsidian-douban`
|
|
4. Build/构建
|
|
`npm run build`
|
|
5. Run and Watch code change/运行
|
|
`npm run dev`
|
|
6. Go to your Obsidian plugin center reload this plugin
|
|
进入Obsidian插件中心重新加载当前插件
|
|
7. Enjoy your develop
|
|
享受开发吧
|
|
|
|
<!-- MARKDOWN LINKS & IMAGES -->
|
|
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
|
|
[contributors-shield]: https://img.shields.io/github/contributors/Wanxp/obsidian-douban.svg?style=for-the-badge
|
|
[contributors-url]: https://github.com/Wanxp/obsidian-douban/graphs/contributors
|
|
[forks-shield]: https://img.shields.io/github/forks/Wanxp/obsidian-douban.svg?style=for-the-badge
|
|
[forks-url]: https://github.com/Wanxp/obsidian-douban/network/members
|
|
[stars-shield]: https://img.shields.io/github/stars/Wanxp/obsidian-douban.svg?style=for-the-badge
|
|
[stars-url]: https://github.com/Wanxp/obsidian-douban/stargazers
|
|
[issues-shield]: https://img.shields.io/github/issues/Wanxp/obsidian-douban.svg?style=for-the-badge
|
|
[issues-url]: https://github.com/Wanxp/obsidian-douban/issues
|
|
[license-shield]: https://img.shields.io/github/license/Wanxp/obsidian-douban.svg?style=for-the-badge
|
|
[license-url]: https://github.com/Wanxp/obsidian-douban/blob/master/LICENSE.txt
|
|
[product-screenshot]: images/screenshot.png
|
|
[version-shield]: https://img.shields.io/github/package-json/v/Wanxp/obsidian-douban.svg?style=for-the-badge
|
|
[version-url]: https://github.com/Wanxp/obsidian-douban/releases/latest
|
|
|
|
[downloads-shield]: https://img.shields.io/github/downloads/Wanxp/obsidian-douban/total.svg?style=for-the-badge
|
|
[downloads-url]: https://github.com/Wanxp/obsidian-douban
|