Skip to content

Commit

Permalink
修复非中文不能安装、标题问题
Browse files Browse the repository at this point in the history
  • Loading branch information
akof1314 committed Apr 18, 2015
1 parent aa44d8a commit a91d45c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
@@ -1,5 +1,9 @@
# Wiz.Editor.md

![](https://github.com/akof1314/Wiz.Editor.md/raw/master/logo.png)

![](https://img.shields.io/github/stars/akof1314/Wiz.Editor.md.svg) ![](https://img.shields.io/github/forks/akof1314/Wiz.Editor.md.svg) ![](https://img.shields.io/github/tag/akof1314/Wiz.Editor.md.svg) ![](https://img.shields.io/github/release/akof1314/Wiz.Editor.md.svg) ![](https://img.shields.io/github/issues/akof1314/Wiz.Editor.md.svg)

**Wiz.Editor.md** 是一个基于 Editor.md 构建的为知笔记 Markdown 插件。

#### 主要特性
Expand All @@ -15,8 +19,8 @@

#### 下载和安装

通过 [Github下载安装](https://github.com/akof1314/Wiz.Editor.md/archive/master.zip),解压到 `XXX\My Knowledge\Plugins\Wiz.Editor.md` 文件夹
或者到[为知笔记应用中心](http://app.wiz.cn/ "为知笔记应用中心")进行下载插件包,双击即可安装
- 通过 [Github下载安装](https://github.com/akof1314/Wiz.Editor.md/archive/master.zip),解压到 `XXX\My Knowledge\Plugins\Wiz.Editor.md` 文件夹
- 或到[为知笔记应用中心](http://app.wiz.cn/ "为知笔记应用中心")进行下载插件包,双击即可安装

#### 使用方法

Expand Down
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -67,7 +67,7 @@
var objDocument = null;
try {
objDocument = objDatabase.DocumentFromGUID(guid);
document.title = "编辑 " + objDocument.Title.split('.')[0];
document.title = "编辑 " + objDocument.Title.replace(new RegExp(".md", "gi"), "");
}
catch (err) {
}
Expand Down
Binary file modified plugin.ini
Binary file not shown.

0 comments on commit a91d45c

Please sign in to comment.