-
Notifications
You must be signed in to change notification settings - Fork 801
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
1 parent
e819a9b
commit 19b04dd
Showing
4 changed files
with
40 additions
and
30 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "simditor", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"homepage": "http://simditor.tower.im/", | ||
"authors": [ | ||
"farthinker <[email protected]>" | ||
|
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 |
---|---|---|
@@ -1,20 +1,22 @@ | ||
{ | ||
"name": "simditor", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"description": "A simple online editor", | ||
"keywords": "editor simditor", | ||
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:mycolorway/simditor.git" | ||
}, | ||
"author": "farthinker", | ||
"author": "farthinker <[email protected]>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/mycolorway/simditor/issues" | ||
}, | ||
"scripts": { | ||
"test": "grunt test --verbose" | ||
}, | ||
"homepage": "https://github.com/mycolorway/simditor", | ||
"main": "lib/simditor.js", | ||
"homepage": "http://simditor.tower.im", | ||
"devDependencies": { | ||
"grunt": "0.x", | ||
"grunt-contrib-sass": "0.x", | ||
|
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 |
---|---|---|
|
@@ -5,31 +5,25 @@ | |
--- | ||
|
||
<section id="page-extension"> | ||
<article class="editor-style"> | ||
<p>为了保持Simditor核心代码的精简,我们通过扩展的形式来支持一些不常用或者不必须的功能。</p> | ||
<p>欢迎开发者们把自己编写的扩展投递给我们,我们会将扩展仓库的链接整理到下面的列表。投递的时候请注明扩展仓库的地址,另外请尽量让扩展仓库的结构跟官方扩展保持一致。</p> | ||
|
||
<h3>官方扩展</h3> | ||
<ul> | ||
<li><a href="https://github.com/mycolorway/simditor-emoji" target="_blank">simditor-emoji</a>:在Simditor中插入emoji表情</li> | ||
<li><a href="https://github.com/mycolorway/simditor-markdown" target="_blank">simditor-markdown</a>:给Simditor增加实时markdown的功能</li> | ||
<li><a href="https://github.com/mycolorway/simditor-mention" target="_blank">simditor-mention</a>:给Simditor增加@人的功能</li> | ||
<li><a href="https://github.com/mycolorway/simditor-autosave" target="_blank">simditor-autosave</a>:给Simditor增加自动保存输入内容的功能</li> | ||
</ul> | ||
|
||
<h3>第三方扩展</h3> | ||
<ul> | ||
<li><a href="https://github.com/huyinghuan/simditor-marked" target="_blank">simditor-marked</a>:将编辑器内的markdown内容格式化</li> | ||
<li><a href="https://github.com/ichord/simditor-dropzone" target="_blank">simditor-dropzone</a>:拖拽上传混排图片</li> | ||
</ul> | ||
<a id="btn-submit-extension" href="mailto:[email protected]?subject=投递Simditor扩展" target="_blank">投递扩展</a> | ||
</article> | ||
<article class="editor-style"> | ||
<p>为了保持Simditor核心代码的精简,我们通过扩展的形式来支持一些不常用或者不必须的功能。</p> | ||
<p>欢迎开发者们把自己编写的扩展投递给我们,我们会将扩展仓库的链接整理到下面的列表。投递的时候请注明扩展仓库的地址,另外请尽量让扩展仓库的结构跟官方扩展保持一致。</p> | ||
|
||
<h3>官方扩展</h3> | ||
<ul> | ||
<li><a href="https://github.com/mycolorway/simditor-emoji" target="_blank">simditor-emoji</a>:在Simditor中插入emoji表情</li> | ||
<li><a href="https://github.com/mycolorway/simditor-markdown" target="_blank">simditor-markdown</a>:给Simditor增加实时markdown的功能</li> | ||
<li><a href="https://github.com/mycolorway/simditor-mention" target="_blank">simditor-mention</a>:给Simditor增加@人的功能</li> | ||
<li><a href="https://github.com/mycolorway/simditor-autosave" target="_blank">simditor-autosave</a>:给Simditor增加自动保存输入内容的功能</li> | ||
</ul> | ||
|
||
<h3>第三方扩展</h3> | ||
<ul> | ||
<li><a href="https://github.com/huyinghuan/simditor-marked" target="_blank">simditor-marked</a>:将编辑器内的markdown内容格式化</li> | ||
<li><a href="https://github.com/ichord/simditor-dropzone" target="_blank">simditor-dropzone</a>:拖拽上传混排图片</li> | ||
</ul> | ||
|
||
<a id="btn-submit-extension" href="mailto:[email protected]?subject=投递Simditor扩展" target="_blank">投递扩展</a> | ||
</article> | ||
</section> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|