mirror of
https://github.com/Wanxp/obsidian-douban.git
synced 2026-04-04 16:48:44 +08:00
Optimization Introduction
This commit is contained in:
parent
2750f29091
commit
13a3a15763
48
README.md
48
README.md
@ -45,6 +45,30 @@
|
||||
- [ ] 广播
|
||||
|
||||
|
||||
## 如何使用
|
||||
### 同步
|
||||
- 同步个人的观影、阅读、游戏、音乐记录
|
||||
从豆瓣同步数据(如何利用Timeline插件构建阅读/观影时间线,请参照[结合timeline插件实现时间线效果](./doc/Obsidian-Douban-TimeLine.md))
|
||||

|
||||
### 搜索
|
||||
- 搜索数据并创建笔记
|
||||

|
||||
- 通过当前文件名搜索
|
||||

|
||||
|
||||
- 通过输入文本搜索
|
||||

|
||||
|
||||
## 设置
|
||||
- 设置案例1(自定义模板)
|
||||

|
||||
|
||||
|
||||
- 设置案例2(其它配置)
|
||||

|
||||
|
||||
|
||||
|
||||
## 支持的字段
|
||||
(若有缺少想导入的字段, 欢迎提issues反馈)
|
||||
|
||||
@ -83,30 +107,6 @@
|
||||
- 注: myTags, myRating, myState, myComment, myCollectionDate 参数均为在插件中登录后可用
|
||||
|
||||
|
||||
## 如何使用
|
||||
### 同步
|
||||
- 同步个人的观影、阅读、游戏、音乐记录
|
||||
从豆瓣同步数据(如何利用Timeline插件构建阅读/观影时间线,请参照[结合timeline插件实现时间线效果](Obsidian-Douban-TimeLine.en.md))
|
||||

|
||||
### 搜索
|
||||
- 搜索数据并创建笔记
|
||||

|
||||
- 通过当前文件名搜索
|
||||

|
||||
|
||||
- 通过输入文本搜索
|
||||

|
||||
|
||||
## 设置
|
||||
- 设置案例1(自定义模板)
|
||||

|
||||
|
||||
|
||||
- 设置案例2(其它配置)
|
||||

|
||||
|
||||
|
||||
|
||||
## 如何安装
|
||||
### 从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
|
||||
|
||||
- [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/功能
|
||||
- [x] Sync Personal Movie
|
||||
@ -44,6 +44,31 @@ If you want some features or have any questions about this plugin, create issues
|
||||
- [ ] 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)).
|
||||

|
||||
### Search
|
||||
- Search Data And Create Note
|
||||
![search_and_create]img/search_and_create_note.gif)
|
||||
- Search Data By File Name
|
||||

|
||||
|
||||
- Search Movie By Input Text
|
||||

|
||||
|
||||
## Settings
|
||||
- Setting Example1(Custom Template)
|
||||

|
||||
|
||||
|
||||
- Setting Example2(Other Settings)
|
||||

|
||||
|
||||
|
||||
|
||||
|
||||
## Support Field
|
||||
(若有缺少想导入的字段, 欢迎提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.
|
||||
|
||||
|
||||
## 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)).
|
||||

|
||||
### Search
|
||||
- Search Data And Create Note
|
||||
![search_and_create]img/search_and_create_note.gif)
|
||||
- Search Data By File Name
|
||||

|
||||
|
||||
- Search Movie By Input Text
|
||||

|
||||
|
||||
## Settings
|
||||
- Setting Example1(Custom Template)
|
||||

|
||||
|
||||
|
||||
- Setting Example2(Other Settings)
|
||||

|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## How to install
|
||||
### From Obsidian
|
||||
1. Go to Obsidian plugin center
|
||||
|
||||
Loading…
Reference in New Issue
Block a user