forked from cyanzhong/docs.taio.app
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# 图片上传 | ||
|
||
您有很多种方法在文档中嵌入图片,它们在您的设备上工作得很完美,但它们是本地文件。 | ||
|
||
当您把文件移到另一个位置,或把内容作为博客文章发布时,图片需要上传到服务器上。 | ||
|
||
## 图床动作 | ||
|
||
[Image Uploader](https://github.com/cyanzhong/Image-Uploader) 项目就是为此而设计的,您可以把图片上传到任何您想要的服务器上,使用专门为 Markdown 写作设计的直观界面。 | ||
|
||
<img src="https://github.com/cyanzhong/Image-Uploader/raw/main/screenshots/IMG_1.PNG" width="360" alt="选择图片"/> | ||
|
||
<img src="https://github.com/cyanzhong/Image-Uploader/raw/main/screenshots/IMG_2.PNG" width="360" alt="批量编辑"/> | ||
|
||
<img src="https://github.com/cyanzhong/Image-Uploader/raw/main/screenshots/IMG_3.PNG" width="360" alt="上传本地图片"/> | ||
|
||
<img src="https://github.com/cyanzhong/Image-Uploader/raw/main/screenshots/IMG_4.PNG" width="360" alt="多种云服务"/> | ||
|
||
它是 100% 基于 [文本动作](cn/actions/basics.md) 并且完全开源的,请试试看! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Image Uploading | ||
|
||
There are many ways to embed images in your documents, they work perfectly on your device but they are local files. | ||
|
||
When you move the document to another place, or publish the content as a blog post, images need to be uploaded to a server. | ||
|
||
## Image Uploader | ||
|
||
The [Image Uploader](https://github.com/cyanzhong/Image-Uploader) project is designed for this purpose, you can upload images to any server you like, with intuitive UI designed specifically for Markdown writing. | ||
|
||
<img src="https://github.com/cyanzhong/Image-Uploader/raw/main/screenshots/IMG_1.PNG" width="360" alt="Pick Images"/><br> | ||
|
||
<img src="https://github.com/cyanzhong/Image-Uploader/raw/main/screenshots/IMG_2.PNG" width="360" alt="Bulk Editing"/><br> | ||
|
||
<img src="https://github.com/cyanzhong/Image-Uploader/raw/main/screenshots/IMG_3.PNG" width="360" alt="Upload Local Images"/><br> | ||
|
||
<img src="https://github.com/cyanzhong/Image-Uploader/raw/main/screenshots/IMG_4.PNG" width="360" alt="Rich Cloud Services"/> | ||
|
||
It's also 100% based on [text actions](actions/basics.md), fully open-source, take a look! |