mirror of
https://github.com/Wanxp/obsidian-douban.git
synced 2026-04-04 16:48:44 +08:00
update readme
This commit is contained in:
parent
824296a8a7
commit
1762a29eab
40
README.md
40
README.md
@ -28,21 +28,35 @@ If you want some features or have any questions about this plugin, create issues
|
|||||||

|

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

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

|

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

|
||||||
|
|
||||||
## How to install
|
## How to install
|
||||||
### From Obsidian
|
### From Obsidian
|
||||||
1. go to obsidian plugin center
|
1. Go to Obsidian plugin center/进入Obsidian插件中心
|
||||||
2. search obsidian-douban
|
2. Search obsidian-douban/搜索obsidian-douban
|
||||||
3. click install
|
3. Click install/安装
|
||||||
4. enable plugin
|
4. Enable plugin/开启插件
|
||||||
### Manmel
|
### Manmel
|
||||||
#### Windows
|
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/`
|
||||||
### Linx
|
将下载的文件复制到你的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/享受开发吧
|
||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"id": "obsidian-douban-plugin",
|
"id": "obsidian-douban-plugin",
|
||||||
"name": "Douban",
|
"name": "Douban",
|
||||||
"version": "1.0.1",
|
"version": "1.1.0",
|
||||||
"minAppVersion": "0.12.0",
|
"minAppVersion": "0.12.0",
|
||||||
"description": "This is a plugin that can import movies, books or musics info data from Douban for Obsidian .",
|
"description": "This is a plugin that can import movies, books or musics info data from Douban for Obsidian .",
|
||||||
"author": "Wanxp",
|
"author": "Wanxp",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user