From ca693b20763e270bde1701fe3bd4ec2cef6fc1a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=8C=E8=90=8C=E5=93=92=E8=B5=AB=E8=90=9D?= Date: Tue, 21 Mar 2023 22:55:46 +0800 Subject: [PATCH] :pencil: Docs: add typora macos user guide --- README.md | 10 ++++++++++ README_en.md | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/README.md b/README.md index 7517ebc..644c685 100644 --- a/README.md +++ b/README.md @@ -42,12 +42,22 @@ PicList的内核使用的是原版PicGo-Core基础上修改的[PicList-core](htt ### 如何在Typora中使用 +Windows: + 进入Typora设置界面,选择图像,将上传服务设置为`PicGo(app)`,然后在`PicGo路径`中填写PicList的安装路径,如下图所示: ![image](https://user-images.githubusercontent.com/96409857/226522101-b3531b7b-534c-4149-b527-8738d4ebb041.png) 或者,您也可以使用`npm install piclist`命令安装PicList-core,然后上传服务设置为`PicGo-Core(command line)`。 +MacOS: + +进入Typora设置界面,选择图像,将上传服务设置为`Custom Command`,然后在`Command`中填写`/Applications/PicList.app/Contents/MacOS/PicList upload`,如下图所示: + +![image](https://user-images.githubusercontent.com/96409857/226645570-4c6e06a5-5bd9-40c3-a21d-8446c66325e3.png) + +验证上传选项可能会出现问题,可以忽略,直接使用是正常的。 + ### 如何在Obsidian中使用 在社区插件中搜索安装`Image auto upload Plugin`,然后进入插件设置页面,修改默认上传器为`PicGo(app)`,设置`PicGo server`为`http://127.0.0.1:36677/upload`即可,如下图所示: diff --git a/README_en.md b/README_en.md index 147000f..1a517f9 100644 --- a/README_en.md +++ b/README_en.md @@ -42,12 +42,22 @@ if you want to use PicList-core, please go to [https://github.com/Kuingsmile/Pic ### How to use in Typora +Windows: + Enter the Typora settings page, select the image, set the upload service to `PicGo(app)`, and then fill in the installation path of PicList in `PicGo path`, as shown below: ![image](https://user-images.githubusercontent.com/96409857/226522101-b3531b7b-534c-4149-b527-8738d4ebb041.png) Or, you can also use the `npm install piclist` command to install PicList-core, and then set the upload service to `PicGo-Core(command line)`. +MacOS: + +Enter the Typora settings page, select the image, set the upload service to `Custom Command`, and then fill in `/Applications/PicList.app/Contents/MacOS/PicList upload` in `Command`, as shown below: + +![image](https://user-images.githubusercontent.com/96409857/226645570-4c6e06a5-5bd9-40c3-a21d-8446c66325e3.png) + +The verification of the upload option may have problems, you can ignore it, and use it directly. + ### How to use in Obsidian Search and install `Image auto upload Plugin` in the community plugin, then enter the plugin settings page, modify the default uploader to `PicGo(app)`, set `PicGo server` to `http://127.0.0.1:36677/upload`, as shown below: