我的研究

Welcome to StackEdit!

Hey! I’m your first Markdown document inStackEdit#fn:stackedit"id="fnref:stackedit"title="See footnote"class="footnote">1. Don’t delete me, I’m very helpful! I can be recovered anyway in theUtilstab of theSettingsdialog.


//www.youtube.com/embed/UiGhqP5LDYc"allowfullscreen="">

https://plot.ly/~Dreamshot/411.embed?width=640&height=480">

Documents

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

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">Synchronizationsection).

    Create a document

    The document panel is accessible using thebutton in the navigation bar. You can create a new document by clickingNew documentin 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 usingCtrl+[andCtrl+].

    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 clickingDelete documentin the document panel.

    Export a document

    You can save the current document to a file by clickingExport to diskfrom themenu panel.

    Tip:Check out the#publish-a-document">Publish a documentsection for a description of the different output formats.


    Synchronization

    StackEdit can be combined withGoogle DriveandDropboxto have your documents saved in theCloud. 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 fromGoogle Driveor theDropboxby opening theSynchronizesub-menu and by clickingOpen from…. Once opened, any modification in your document will be automatically synchronized with the file in yourGoogle Drive/Dropboxaccount.

      Save a document

      You can save any document by opening theSynchronizesub-menu and by clickingSave on…. Even if your document is already synchronized withGoogle DriveorDropbox, 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 aGoogle Driveor aDropboxfile, 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 thebutton in the navigation bar.

      Note:Thebutton 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 clickingManage synchronizationin theSynchronizesub-menu. This will let you remove synchronization locations that are associated to your document.

      Note:If you delete the file fromGoogle Driveor fromDropbox, 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 onBlogger,Dropbox,Gist,GitHub,Google Drive,Tumblr,WordPressand on any SSH server.

      Publish a document

      You can publish your document by opening thePublishsub-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 theAdvancedtab of theSettingsdialog.

        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 thebutton in the navigation bar.

        Note:Thebutton 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 clickingManage publicationin themenu 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 supportsMarkdown Extra, which extendsMarkdownsyntax with some nice features.

        Tip:You can disable anyMarkdown Extrafeature in theExtensionstab of theSettingsdialog.

        Note:You can find more information aboutMarkdownsyntaxhttp://daringfireball.net/projects/markdown/syntax"title="Markdown">hereandMarkdown Extraextensionhttps://github.com/jmcmanus/pagedown-extra"title="Pagedown Extra">here.

        Tables

        Markdown Extrahas 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 Extrahas 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 withHighlight.jssyntax highlighting:

        // Foo

        varbar =0;

        Tip:To usePrettifyinstead ofHighlight.js, just configure theMarkdown Extraextension in theSettingsdialog.

        Note:You can find more information:

          about

          Prettify

          syntax highlightinghttps://code.google.com/p/google-code-prettify/">here,

          about

          Highlight.js

          syntax highlightinghttp://highlightjs.org/">here.

          Footnotes

          You can create footnotes like this#fn:footnote"id="fnref:footnote"title="See footnote"class="footnote">2.

          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]:

            #welcome-to-stackedit">Welcome to StackEdit!

              #documents">Documents

                  #create-a-document">Create a document

                  #switch-to-another-document">Switch to another document

                  #rename-a-document">Rename a document

                  #delete-a-document">Delete a document

                  #export-a-document">Export a document

                  #synchronization">Synchronization

                      #open-a-document">Open a document

                      #save-a-document">Save a document

                      #synchronize-a-document">Synchronize a document

                      #manage-document-synchronization">Manage document synchronization

                      #publication">Publication

                          #publish-a-document">Publish a document

                          #update-a-publication">Update a publication

                          #manage-document-publication">Manage document publication

                          #markdown-extra">Markdown Extra

                            #tables">Tables

                            #definition-lists">Definition Lists

                            #fenced-code-blocks">Fenced code blocks

                            #footnotes">Footnotes

                            #smartypants">SmartyPants

                            #table-of-contents">Table of contents

                            #mathjax">MathJax

                            #uml-diagrams">UML diagrams

                            #support-stackedit">Support StackEdit

                            MathJax

                            You can renderLaTeXmathematical expressions usingMathJax, as onhttp://math.stackexchange.com/">math.stackexchange.com:

                            TheGamma functionsatisfying\Gamma(n) = (n-1)!\quad\forall n\in\mathbb Nis 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, includeMathJaxinto your template:

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

                            Note:You can find more information aboutLaTeXmathematical expressionshttp://meta.math.stackexchange.com/questions/5020/mathjax-basic-tutorial-and-quick-reference">here.

                            UML diagrams

                            You can also render sequence diagrams like this:

                            Created with Raphaël 2.1.2AliceAliceBobBobHello Bob, how are you?Bob thinksI am good thanks!

                            And flow charts like this:

                            Created with Raphaël 2.1.2StartMy OperationYes or No?Endyesno

                            Note:You can find more information:

                              about

                              Sequence diagrams

                              syntaxhttp://bramp.github.io/js-sequence-diagrams/">here,

                              about

                              Flow charts

                              syntaxhttp://adrai.github.io/flowchart.js/">here.

                              Support StackEdit

                              https://monetizejs.com/authorize?client_id=ESTHdCYOi18iLhhO&summary=true">https://cdn.monetizejs.com/resources/button-32.png"alt=""title="">


                              https://stackedit.io/">StackEditis a full-featured, open-source Markdown editor based on PageDown, the Markdown library used by Stack Overflow and the other Stack Exchange sites.#fnref:stackedit"title="Return to article"class="reversefootnote">↩Here is the

                              text

                              of the

                              footnote

                              .#fnref:footnote"title="Return to article"class="reversefootnote">↩

                              最后编辑于
                              ©著作权归作者所有,转载或内容合作请联系作者
                              • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
                                沈念sama阅读 158,736评论 4 362
                              • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
                                沈念sama阅读 67,167评论 1 291
                              • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
                                开封第一讲书人阅读 108,442评论 0 243
                              • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
                                开封第一讲书人阅读 43,902评论 0 204
                              • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
                                茶点故事阅读 52,302评论 3 287
                              • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
                                开封第一讲书人阅读 40,573评论 1 216
                              • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
                                沈念sama阅读 31,847评论 2 312
                              • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
                                开封第一讲书人阅读 30,562评论 0 197
                              • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
                                沈念sama阅读 34,260评论 1 241
                              • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
                                茶点故事阅读 30,531评论 2 245
                              • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
                                茶点故事阅读 32,021评论 1 258
                              • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
                                沈念sama阅读 28,367评论 2 253
                              • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
                                茶点故事阅读 33,016评论 3 235
                              • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
                                开封第一讲书人阅读 26,068评论 0 8
                              • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
                                开封第一讲书人阅读 26,827评论 0 194
                              • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
                                沈念sama阅读 35,610评论 2 274
                              • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
                                茶点故事阅读 35,514评论 2 269

                              推荐阅读更多精彩内容