From 4cd959173caa8a9b177e4c1e1d65e99a7a4be3cf Mon Sep 17 00:00:00 2001 From: yaleiyale Date: Mon, 12 Dec 2022 10:47:24 +0800 Subject: [PATCH] =?UTF-8?q?support=20=E7=B9=81=E9=AB=94=E4=B8=AD=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++++ manifest.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f3cb39d..829ea35 100755 --- a/README.md +++ b/README.md @@ -11,6 +11,11 @@ This plugin is for uploading **images** to hosting platform or **files** to Gith **图床聚合 & Github上传器** +配置界面多語言支持 + - 简体中文 + - 繁體中文 + - English + Starting from version 2.6, clipboard and drag files are supported; Non-image files will appear as links without "!" at the beginning by default after being embed in markdown. 🚩 [中文](https://lestua.eu.org/notes/2022/10/16/172318) diff --git a/manifest.json b/manifest.json index e93df56..5af6941 100755 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "emo-uploader", "name": "Emo", - "version": "2.9", + "version": "2.10", "minAppVersion": "0.15.6", "description": "Embed markdown online file/image links. This plugin is for uploading images to hosting or files to github in Obsidian.", "author": "yaleiyale", diff --git a/package.json b/package.json index 031d806..562a841 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "emo-uploader", - "version": "2.9", + "version": "2.10", "description": "Embed markdown online file/image links. This plugin is for uploading images to hosting or files to github in Obsidian.", "main": "dist/main.js", "repository": "https://github.com/yaleiyale/obsidian-emo-uploader",