This repository has been archived by the owner on Mar 17, 2023. It is now read-only.
forked from mycolorway/simditor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextension.html
34 lines (30 loc) · 2.1 KB
/
extension.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
layout: default
title: Extensions - Simditor
id: extension
---
<section id="page-extension">
<article class="editor-style">
<p>Simditor only integrates key features and uses extensions to support some optional features.<br>
Send your repository to us! We are happy to receive your extensions! </p>
<p>Please make your extension has the similar structure as the official ones.<br>
We will update the list below when received a new extension.</p>
<h3>Official Extensions</h3>
<ul>
<li><a href="https://github.com/mycolorway/simditor-emoji" target="_blank">simditor-emoji</a>: emoji </li>
<li><a href="https://github.com/mycolorway/simditor-mention" target="_blank">simditor-mention</a>: public reply ('@') </li>
<li><a href="https://github.com/mycolorway/simditor-autosave" target="_blank">simditor-autosave</a>: auto saving feature</li>
<li><a href="https://github.com/mycolorway/simditor-mark" target="_blank">simditor-mark</a>: marker pen </li>
<li><a href="https://github.com/mycolorway/simditor-html" target="_blank">simditor-html</a>: HTML source code editing </li>
<li><a href="https://github.com/mycolorway/simditor-markdown" target="_blank">simditor-markdown</a>: markdown editing </li>
<li><a href="https://github.com/mycolorway/simditor-checklist" target="_blank">simditor-checklist</a>: checklist feature</li>
</ul>
<h3>Third-party Extensions</h3>
<ul>
<li><a href="https://github.com/huyinghuan/simditor-marked" target="_blank">simditor-marked</a>: formating markdown in textarea </li>
<li><a href="https://github.com/ichord/simditor-dropzone" target="_blank">simditor-dropzone</a>: drag and drop images to upload</li>
<li><a href="https://github.com/heroicyang/simditor-fullscreen" target="_blank">simditor-fullscreen</a>: full screen the editor</li>
</ul>
<a id="btn-submit-extension" href="mailto:[email protected]?subject=投递Simditor扩展" target="_blank">Submit Extension</a>
</article>
</section>