目录

  • Welcome to StackEdit!

    • Documents
    • Synchronization
    • Publication
    • Markdown Extra
      • Tables
      • Definition Lists
      • Fenced code blocks
      • Footnotes
      • SmartyPants
      • Table of contents
      • MathJax
      • UML diagrams
      • Support StackEdit

Welcome to StackEdit!

Hey!our first Markdown document in StackEdit1. Don't delete me, I'm very helpful! I can be recovered anyway in the Utils tab of the Settings dialog.


Documents

StackEdit stores your documents in your browser, which means all your documents are automatically saved locally and are accessible offline!

Note:

  • StackEdit is accessible offline after the application has been loaded for the first time.
  • Your local documents are not shared between different browsers or computers.
  • Clearing your browser's data may delete all your local documents! Make sure your documents are synchronized with Google Drive or Dropbox (check out the Synchronization section).

Create a document

The document panel is accessible using the button in the navigation bar. You can create a new document by clicking New document in the document panel.

Switch to another document

All your local documents are listed in the document panel. You can switch from one to another by clicking a document in the list or you can toggle documents using Ctrl+[ and Ctrl+].

Rename a document

You can rename the current document by clicking the document title in the navigation bar.

Delete a document

You can delete the current document by clicking Delete document in the document panel.

Export a document

You can save the current document to a file by clicking Export to disk from the menu panel.

Tip: Check out the Publish a document section for a description of the different output formats.


Synchronization

StackEdit can be combined with Google Drive and Dropbox to have your documents saved in the Cloud. The synchronization mechanism takes care of uploading your modifications or downloading the latest version of your documents.

Note:

  • Full access to Google Drive or Dropbox is required to be able to import any document in StackEdit. Permission restrictions can be configured in the settings.
  • Imported documents are downloaded in your browser and are not transmitted to a server.
  • If you experience problems saving your documents on Google Drive, check and optionally disable browser extensions, such as Disconnect.

Open a document

You can open a document from Google Drive or the Dropbox by opening the Synchronize sub-menu and by clicking Open from.... Once opened, any modification in your document will be automatically synchronized with the file in your Google Drive / Dropbox account.

Save a document

You can save any document by opening the Synchronize sub-menu and by clicking Save on.... Even if your document is already synchronized with Google Drive or Dropbox, you can export it to a another location. StackEdit can synchronize one document with multiple locations and accounts.

Synchronize a document

Once your document is linked to a Google Drive or a Dropbox file, StackEdit will periodically (every 3 minutes) synchronize it by downloading/uploading any modification. A merge will be performed if necessary and conflicts will be detected.

If you just have modified your document and you want to force the synchronization, click the button in the navigation bar.

Note: The button is disabled when you have no document to synchronize.

Manage document synchronization

Since one document can be synchronized with multiple locations, you can list and manage synchronized locations by clicking Manage synchronization in the Synchronize sub-menu. This will let you remove synchronization locations that are associated to your document.

Note: If you delete the file from Google Drive or from Dropbox, the document will no longer be synchronized with that location.


Publication

Once you are happy with your document, you can publish it on different websites directly from StackEdit. As for now, StackEdit can publish on Blogger, Dropbox, Gist, GitHub, Google Drive, Tumblr, WordPress and on any SSH server.

Publish a document

You can publish your document by opening the Publish sub-menu and by choosing a website. In the dialog box, you can choose the publication format:

  • Markdown, to publish the Markdown text on a website that can interpret it (GitHub for instance),
  • HTML, to publish the document converted into HTML (on a blog for example),
  • Template, to have a full control of the output.

Note: The default template is a simple webpage wrapping your document in HTML format. You can customize it in the Advanced tab of the Settings dialog.

Update a publication

After publishing, StackEdit will keep your document linked to that publication which makes it easy for you to update it. Once you have modified your document and you want to update your publication, click on the button in the navigation bar.

Note: The button is disabled when your document has not been published yet.

Manage document publication

Since one document can be published on multiple locations, you can list and manage publish locations by clicking Manage publication in the menu panel. This will let you remove publication locations that are associated to your document.

Note: If the file has been removed from the website or the blog, the document will no longer be published on that location.


Markdown Extra

StackEdit supports Markdown Extra, which extends Markdown syntax with some nice features.

Tip: You can disable any Markdown Extra feature in the Extensions tab of the Settings dialog.

Note: You can find more information about Markdown syntax here and Markdown Extra extension here.

Tables

Markdown Extra has a special syntax for tables:

Item Value
Computer $1600
Phone $12
Pipe $1

You can specify column alignment with one or two colons:

Item Value Qty
Computer $1600 5
Phone $12 12
Pipe $1 234

Definition Lists

Markdown Extra has a special syntax for definition lists too:

Term 1
Term 2
: Definition A
: Definition B

Term 3

: Definition C

: Definition D

> part of definition D

Fenced code blocks

GitHub's fenced code blocks are also supported with Highlight.js syntax highlighting:

// Foo
var bar = 0;

Tip: To use Prettify instead of Highlight.js, just configure the Markdown Extra extension in the Settings dialog.

Note: You can find more information:

  • about Prettify syntax highlighting here,
  • about Highlight.js syntax highlighting here.

Footnotes

You can create footnotes like this2.

SmartyPants

SmartyPants converts ASCII punctuation characters into "smart" typographic punctuation HTML entities. For example:

ASCII HTML
Single backticks 'Isn't this fun?' 'Isn't this fun?'
Quotes "Isn't this fun?" "Isn't this fun?"
Dashes -- is en-dash, --- is em-dash -- is en-dash, --- is em-dash

Table of contents

You can insert a table of contents using the marker ``:

[TOC]

MathJax

You can render LaTeX mathematical expressions using MathJax, as on math.stackexchange.com:

The Gamma function satisfying \(\Gamma(n) = (n-1)!\quad\forall n\in\mathbb N\) is via the Euler integral

\[ \Gamma(z) = \int_0^\infty t^{z-1}e^{-t}dt\,. \]

Tip: To make sure mathematical expressions are rendered properly on your website, include MathJax into your template:

<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML"></script>

Note: You can find more information about LaTeX mathematical expressions here.

UML diagrams

You can also render sequence diagrams like this:

Alice->Bob: Hello Bob, how are you?
Note right of Bob: Bob thinks
Bob-->Alice: I am good thanks!

And flow charts like this:

st=>start: Start
e=>end
op=>operation: My Operation
cond=>condition: Yes or No?st->op->cond
cond(yes)->e
cond(no)->op

Note: You can find more information:

  • about Sequence diagrams syntax here,
  • about Flow charts syntax here.

Support StackEdit


  1. StackEdit is a full-featured, open-source Markdown editor based on PageDown, the Markdown library used by Stack Overflow and the other Stack Exchange sites.↩

  2. Here is the text of the footnote.↩

转载于:https://www.cnblogs.com/Arrow0/p/7360642.html

Welcome to StackEdit!相关推荐

  1. stackedit:浏览器内的Markdowm编辑器(资源篇)

    文章目录 Stackedit:浏览器内的Markdowm编辑器(资源篇) 官方地址: 效果截图: Stackedit:浏览器内的Markdowm编辑器(资源篇) 官方直言: 使用Scroll Sync ...

  2. Markdown网页编辑器集成,stackedit二次开发,公式编辑器

    网页编辑器,stackedit二次开发,在线公式编辑器支持kindeditor.stackedit,段落缩进2个字符,设置字体种颜色.字体背景颜色.

  3. 【云原生之Docker实战】使用Docker部署StackEdit在线Markdown编辑器

    [云原生之Docker实战]使用Docker部署StackEdit在线Markdown编辑器 一.StackEdit介绍 1.StackEdit简介 2.StackEdit中文版简介 3.StackE ...

  4. StackEdit中文版:可以轻松上手的 Markdown 编辑器笔记利器

    如果您经常写作或者需要管理文档,那么您一定需要一个好用的笔记工具.在这方面,StackEdit 中文版是一款极佳的选择.它是一款支持 Markdown 语言的在线编辑器,同时一个一款可以自己掌控的笔记 ...

  5. stackEdit的使用

    stackEdit的使用 第一次在csdn上写笔记,stackedit编辑器很多功能不会用: Markdown和扩展Markdown简洁的语法 代码块高亮 图片链接和图片上传 LaTex数学公式 UM ...

  6. electron打包web项目之stackedit实战——反面教材

    很抱歉,误导大家了.electron只支持客户端web项目,package.json里的scripts字段太误导人了.让我傻傻地以为真的可以在里面写一个 node server.js呢.辛亏我照着自己 ...

  7. 如何在windows本地搭建StackEdit

    前提必须能联网 1.安装node.js   最好选择v6.11.2 2.安装git 3.下载StackEdit源码 ,解压,并在本目录打开cmd命令窗口 4.安装必要的依赖包  执行 npm inst ...

  8. 用stackedit保存笔记

    原文链接 在上一篇文章里写到用马克飞象写博客,不知对用印象笔记的读者有没有帮助.我对工具有近乎狂热的追求,花了很多时间来尝试不同工具,试图找出其中最高效率的,最简约的,最人性化的.比如云盘,云相册,l ...

  9. Linux下搭建stackedit本地环境

    stackedit环境配置 参照developer-guide文档,安装以下内容: Git node.js/npm Gulp Bower 安装步骤 安装git 安装命令: sudo apt-grt i ...

最新文章

  1. jQuery原理系列-css选择器实现
  2. select下拉框兼容写法
  3. Centos7搭建Kubernetes集群
  4. 前端基础_认识前端.md
  5. Git 使用,命令说明
  6. LoadRunner11支持的浏览器小结-Loadrunner11打不开IE浏览器的问题
  7. android applybatch,android – 使用applyBatch插入成千上万的联系人条目很慢
  8. Ubuntu(Deepin)搭建Android开发环境(Android Studio)
  9. 结构数组-创建结构数组---获取修改结构数组数据-------操作字段
  10. 《勿忘初心,不负梦想》
  11. python shell运行_Python 执行 Shell 命令
  12. PHPMailer 使用方法(支持群发):
  13. matlab 两个数中取小,matlab中取两个数中的较小值
  14. CVP0.M24、CVP0.M28、CVZ0.S08插装式单向阀
  15. java EE基础概念了解
  16. 清华大学胡事民是计算机视觉,清华团队将Transformer用到3D点云分割上后,效果好极了丨开源...
  17. 亚临界、超临界、超超临界燃煤机组效率分别是多少?
  18. (马蹄集)直线切平面 线段 圆切平面
  19. 一套鼠标键盘控制两台电脑-绝!
  20. Linux在线安装MySQL

热门文章

  1. Python数据清洗小技巧——分组聚合
  2. 用1个字节表示整数,最小值和最大值分别为?
  3. 树莓派使用:更换源(sources)
  4. jetson nano 开发:与主机共用一套键鼠设置
  5. Gerrit 使用教程
  6. 如何永久修改/校正linux系统时间
  7. SQL技巧:使用AVG()函数计算占比
  8. PHP Comparision Operater
  9. 80后制作密室手游 登索尼平台获得千万风投
  10. 【解析cpu正常温度多少是及如何查看】