Skip to content

Commit

Permalink
publish v2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
farthinker committed Feb 11, 2015
1 parent e819a9b commit 19b04dd
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 30 deletions.
2 changes: 1 addition & 1 deletion bower.json
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]>"
Expand Down
8 changes: 5 additions & 3 deletions package.json
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",
Expand Down
14 changes: 14 additions & 0 deletions site/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@

<section id="page-download">
<div class="versions">
<div class="version">
<div class="title">
<span class="icon fa fa-caret-right"></span>
<span class='name'>V2.0.7</span>
<span class="date">2015-02-11</span>
<a href="https://github.com/mycolorway/simditor/releases/download/v2.0.7/simditor-2.0.7.zip" class="btn-download">Simditor-2.0.7.zip</a>
</div>
<ul class="release-notes">
<li>现在使用input事件来检测valuechanged(如果浏览器支持的话)</li>
<li>增加了一个选项,imageButton,用来自定义图片按钮的下拉菜单</li>
<li>修复了升级grunt-umd引起的问题</li>
<li>修复了其他若干bug</li>
</ul>
</div>
<div class="version">
<div class="title">
<span class="icon fa fa-caret-right"></span>
Expand Down
46 changes: 20 additions & 26 deletions site/extension.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>







0 comments on commit 19b04dd

Please sign in to comment.