Optimization Introduction

This commit is contained in:
wanxp 2023-04-17 11:23:26 +08:00
parent 2750f29091
commit 13a3a15763
2 changed files with 63 additions and 64 deletions

@ -45,6 +45,30 @@
- [ ] 广播 - [ ] 广播
## 如何使用
### 同步
- 同步个人的观影、阅读、游戏、音乐记录
从豆瓣同步数据(如何利用Timeline插件构建阅读/观影时间线,请参照[结合timeline插件实现时间线效果](./doc/Obsidian-Douban-TimeLine.md))
![Sync Data From Douban](doc/img/sync_data_from_douban.gif)
### 搜索
- 搜索数据并创建笔记
![search_and_create](doc/img/search_and_create_note.gif)
- 通过当前文件名搜索
![Search Movie By File Name](doc/img/search_by_file_name.gif)
- 通过输入文本搜索
![Search Movie By Input Text](doc/img/search_by_input.gif)
## 设置
- 设置案例1(自定义模板)
![Setting Example1](doc/img/setting_zh.gif)
- 设置案例2(其它配置)
![Setting Example2](doc/img/setting_en.gif)
## 支持的字段 ## 支持的字段
(若有缺少想导入的字段, 欢迎提issues反馈) (若有缺少想导入的字段, 欢迎提issues反馈)
@ -83,30 +107,6 @@
- 注: myTags, myRating, myState, myComment, myCollectionDate 参数均为在插件中登录后可用 - 注: myTags, myRating, myState, myComment, myCollectionDate 参数均为在插件中登录后可用
## 如何使用
### 同步
- 同步个人的观影、阅读、游戏、音乐记录
从豆瓣同步数据(如何利用Timeline插件构建阅读/观影时间线,请参照[结合timeline插件实现时间线效果](Obsidian-Douban-TimeLine.en.md))
![Sync Data From Douban](doc/img/sync_data_from_douban.gif)
### 搜索
- 搜索数据并创建笔记
![search_and_create](doc/img/search_and_create_note.gif)
- 通过当前文件名搜索
![Search Movie By File Name](doc/img/search_by_file_name.gif)
- 通过输入文本搜索
![Search Movie By Input Text](doc/img/search_by_input.gif)
## 设置
- 设置案例1(自定义模板)
![Setting Example1](doc/img/setting_zh.gif)
- 设置案例2(其它配置)
![Setting Example2](doc/img/setting_en.gif)
## 如何安装 ## 如何安装
### 从Obsidian插件中心 ### 从Obsidian插件中心
1. 进入Obsidian插件中心 1. 进入Obsidian插件中心

@ -26,7 +26,7 @@ Import _Movie, Book, Music, Teleplay, Note, Game_ even _Your Personal Movie/Book
If you want some features or have any questions about this plugin, create issues or join the development is welcome or ⭐Star If you want some features or have any questions about this plugin, create issues or join the development is welcome or ⭐Star
- [Bugs, Issues, & Feature Requests](https://github.com/Wanxp/obsidian-douban/issues) - [Bugs, Issues, & Feature Requests](https://github.com/Wanxp/obsidian-douban/issues)
- Read Other Languages: [English](./README.en.md) | [简体中文](./README.md) - Read Other Languages: [English](./README.en.md) | [简体中文](../README.md)
## Target/功能 ## Target/功能
- [x] Sync Personal Movie - [x] Sync Personal Movie
@ -44,6 +44,31 @@ If you want some features or have any questions about this plugin, create issues
- [ ] Broadcast - [ ] Broadcast
## How to use
### Sync
- Sync Data From Douban
Sync data from Douban (to learn how to use the TimeLine plugin to build a reading/movie watching timeline, please refer to [here](Obsidian-Douban-TimeLine.en.md)).
![Sync Data From Douban](img/sync_data_from_douban.gif)
### Search
- Search Data And Create Note
![search_and_create]img/search_and_create_note.gif)
- Search Data By File Name
![Search Movie By File Name](img/search_by_file_name.gif)
- Search Movie By Input Text
![Search Movie By Input Text](img/search_by_input.gif)
## Settings
- Setting Example1(Custom Template)
![Setting Example1](img/setting_zh.gif)
- Setting Example2(Other Settings)
![Setting Example2](img/setting_en.gif)
## Support Field ## Support Field
(若有缺少想导入的字段, 欢迎提issues反馈) (若有缺少想导入的字段, 欢迎提issues反馈)
@ -82,32 +107,6 @@ If you want some features or have any questions about this plugin, create issues
- Notice: myTags, myRating, myState, myComment, myCollectionDate. All parameters are available after logging in to the plugin. - Notice: myTags, myRating, myState, myComment, myCollectionDate. All parameters are available after logging in to the plugin.
## How to use
### Sync
- Sync Data From Douban
Sync data from Douban (to learn how to use the TimeLine plugin to build a reading/movie watching timeline, please refer to [here](Obsidian-Douban-TimeLine.en.md)).
![Sync Data From Douban](img/sync_data_from_douban.gif)
### Search
- Search Data And Create Note
![search_and_create]img/search_and_create_note.gif)
- Search Data By File Name
![Search Movie By File Name](img/search_by_file_name.gif)
- Search Movie By Input Text
![Search Movie By Input Text](img/search_by_input.gif)
## Settings
- Setting Example1(Custom Template)
![Setting Example1](img/setting_zh.gif)
- Setting Example2(Other Settings)
![Setting Example2](img/setting_en.gif)
## How to install ## How to install
### From Obsidian ### From Obsidian
1. Go to Obsidian plugin center 1. Go to Obsidian plugin center