Skip to content

Commit

Permalink
Add docs for image uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanzhong committed Apr 6, 2022
1 parent e119e0c commit be20094
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- [Tags](editor/tags.md)
- [Math Formulas](editor/math.md)
- [Diagrams](editor/diagrams.md)
- [Image Uploading](editor/image-uploading.md)
- [Keyboard Shortcuts](editor/cheatsheet.md)
- Text Actions
- [Basics](actions/basics.md)
Expand Down
1 change: 1 addition & 0 deletions docs/cn/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- [标签](cn/editor/tags.md)
- [数学公式](cn/editor/math.md)
- [绘制图表](cn/editor/diagrams.md)
- [图片上传](cn/editor/image-uploading.md)
- [键盘快捷键](cn/editor/cheatsheet.md)
- 文本动作
- [基础知识](cn/actions/basics.md)
Expand Down
19 changes: 19 additions & 0 deletions docs/cn/editor/image-uploading.md
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) 并且完全开源的,请试试看!
19 changes: 19 additions & 0 deletions docs/editor/image-uploading.md
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!

0 comments on commit be20094

Please sign in to comment.