Griffin Editor Markdown 编辑器

程序名称:Griffin Editor

授权协议: 未知

操作系统: 跨平台

开发语言: JavaScript

Griffin Editor 介绍

Griffin Editor 是 TypeScript 编写的 Markdown 编辑器。

主要特性:

  • Markdown (容易添加其他格式)

  • 预览

  • 语法高亮

  • Boostrap 对话框

  • 快捷键(浏览器认 or CTRL+key)

  • Plug & play

代码示例:

<div id="editor">
    <!-- TOOLBAR layout -->
    <div class="toolbar">
        <span class="button-h1" accesskey="1" title="heading 1"><img src="images/h1.png" /></span>
        <span class="button-h2" accesskey="2" title="heading 2"><img src="images/h2.png" /></span>
        <span class="button-h3" accesskey="3" title="heading 3"><img src="images/h3.png" /></span>
        <span class="button-bold" accesskey="b" title="Bold text"><img src="images/bold.png" /></span>
        <span class="button-italic" accesskey="i" title="Italic text"><img src="images/italic.png" /></span>
        <span class="divider">&nbsp;</span>
        <span class="button-bullets" accesskey="l" title="Bullet List"><img src="images/bullets.png" /></span>
        <span class="button-numbers" accesskey="n" title="Ordered list"><img src="images/numbers.png" /></span>
        <span class="divider">&nbsp;</span>
        <span class="button-sourcecode" accesskey="k" title="Source code"><img src="images/source_code.png" /></span>
        <span class="button-quote" accesskey="q" title="Qoutation"><img src="images/document_quote.png" /></span>
        <span class="divider">&nbsp;</span>
        <span class="button-link" accesskey="l" title="Insert link"><img src="images/link.png" /></span>
        <span class="button-image" accesskey="p" title="Insert picture/image"><img src="images/picture.png" /></span>
    </div>
 
    <!-- The actual text area -->
    <textarea class="area"># Hello World!</textarea>
</div>

Griffin Editor 官网

http://blog.gauffin.org/2015/05/griffin-editor-a-markdown-editor-written-in-typescript/

相关编程语言

Pacman 是一个软件包管理器, 作为 ArchLinux 发行版...
Smb4K 是KDE下的网络共享浏览器 更多屏幕截图请看:...
Wine (“Wine Is Not an Emulator” 的首字母缩写)...
虚拟桌面软件,可管理最多9个虚拟桌面,你可以用热键...
UNetbootin (Universal Netboot Installer)为一种跨...
Cobbler 可以用来快速建立 Linux 网络安装环境,它已...