Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

Commit

Permalink
Update description
Browse files Browse the repository at this point in the history
  • Loading branch information
xwartz committed Sep 14, 2016
1 parent 6bd8a4b commit 46be470
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 11 deletions.
6 changes: 3 additions & 3 deletions README-EN.md
@@ -1,14 +1,14 @@
## Auto-Spacing

Sublime Text 3 Plugin to automatically insert whitespace between Chinese and English.
Paranoid text spacing for good readability, to automatically insert whitespace between CJK (Chinese, Japanese, Korean) and half-width characters (alphabetical letters, numerical digits and symbols).

[中文](./README.md)
[中文说明](./README.md)

## Installation

### Via Git

First, clone the repo via git to Sublime's package directory.
Just clone the repo via git to Sublime's package directory.

### Via Package Control

Expand Down
8 changes: 3 additions & 5 deletions README.md
Expand Up @@ -4,20 +4,18 @@ Sublime Text 3 插件,给中英文之间加上空格。

为什么你们就是不能加个空格呢,为什么我就是能这样娴熟地加上空格呢。

[English](./README-EN.md)
[English Docs](./README-EN.md)

## 安装

### 通过 git

git clone 这个仓库到 Sublime Text 3 的插件目录下 (Mac 的目录 ~/Library/Application Support/Sublime Text 3/Packages/)。
git clone 这个仓库到 `Sublime Text 3` 的插件目录下 (Mac 的目录 `~/Library/Application Support/Sublime Text 3/Packages/`)。

### 通过 sublime 控制台

`Ctrl + Shift + P` 选择 `Auto-Spacing`

** 还没有被 merge,暂时还不能通过控制台下载 **

## Commands
**Command palette:**

Expand Down Expand Up @@ -47,7 +45,7 @@ git clone 这个仓库到 Sublime Text 3 的插件目录下 (Mac 的目录 ~/Lib

## Contributing

欢迎提交 PR
欢迎提交 [PR](https://github.com/xwartz/auto-spacing/pulls)

## Thanks

Expand Down
3 changes: 2 additions & 1 deletion messages.json
@@ -1,3 +1,4 @@
{
"1.0.0": "messages/1.0.0.txt"
"1.0.0": "messages/1.0.0.txt",
"1.0.1": "messages/1.0.1.txt"
}
3 changes: 3 additions & 0 deletions messages/1.0.1.txt
@@ -0,0 +1,3 @@
Auto-Spacing 1.0.1 changelog

Update description.
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "auto-spacing",
"version": "1.0.0",
"description": "Automatically insert whitespace between Chinese and English",
"version": "1.0.1",
"description": "Sublime Text 3 Plugin to automatically insert whitespace between CJK (Chinese, Japanese, Korean) and half-width characters (alphabetical letters, numerical digits and symbols).",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit 46be470

Please sign in to comment.