Stackedit Github



# Welcome to Marxico@(Sample notebook)[Marxico|Manual|Markdown]**Marxico** is a delicate Markdown editor for Evernote. With reliable storage and sync powered by Evernote, **Marxico** offers greate writing experience. - **Versatile** - supporting code highlight, *LaTeX* & flow charts, inserting images & attachments by all means.- **Exquisite** - neat but powerful editor, featuring offline docs, live preview, and offering the [desktop client][1] and offline [Chrome App][2].- **Sophisticated** - deeply integrated with Evernote, supporting notebook & tags, two-way bind editing. ----------[TOC]## Introducing Markdown> Markdown is a plain text formatting syntax designed to be converted to HTML. Markdown is popularly used as format for readme files, ... or in text editors for the quick creation of rich text documents. - [Wikipedia](http://en.wikipedia.org/wiki/Markdown)As showed in this manual, it uses hash(#) to identify headings, emphasizes some text to be **bold** or *italic*. You can insert a [link](http://www.example.com) , or a footnote[^demo]. Serveral advanced syntax are listed below, please press `Ctrl + /` to view Markdown cheatsheet.### Code block``` python@requires_authorizationdef somefunc(param1=', param2=0): ''A docstring'' if param1 > param2: # interesting print 'Greater' return (param2 - param1 + 1) or Noneclass SomeClass: pass>>> message = ''interpreter... prompt''```### LaTeX expression$$ x = dfrac{-b pm sqrt{b^2 - 4ac}}{2a} $$### Table| Item | Value | Qty || :-------- | --------:| :--: || Computer | 1600 USD | 5 || Phone | 12 USD | 12 || Pipe | 1 USD | 234 |### Diagrams#### Flow charts```flowst=>start: Starte=>endop=>operation: My Operationcond=>condition: Yes or No?st->op->condcond(yes)->econd(no)->op```#### Sequence diagrams ```sequenceAlice->Bob: Hello Bob, how are you?Note right of Bob: Bob thinksBob-->Alice: I am good thanks!```> **Note:** You can find more information:> - about **Sequence diagrams** syntax [here][3],> - about **Flow charts** syntax [here][4].### CheckboxYou can use `- [ ]` and `- [x]` to create checkboxes, for example:- [x] Item1- [ ] Item2- [ ] Item3> **Note:** Currently it is only partially supported. You can't toggle checkboxes in Evernote. You can only modify the Markdown in Marxico to do that. Next version will fix this. ### Dancing with Evernote#### Notebook & Tags**Marxico** add `@(Notebook)[tag1|tag2|tag3]` syntax to select notebook and set tags for the note. After typing `@(`, the notebook list would appear, please select one from it. #### Title**Marxico** would adopt the first heading encountered as the note title. For example, in this manual the first line `Welcome to Marxico` is the title.#### Quick EditingNote saved by **Marxico** in Evernote would have a red ribbon button on the top-right corner. Click it and it would bring you back to **Marxico** to edit the note. > **Note:** Currently **Marxico** is unable to detect and merge any modifications in Evernote by user. Please go back to **Marxico** to edit.#### Data SynchronizationWhile saving rich HTML content in Evernote, **Marxico** puts the Markdown text in a hidden area of the note, which makes it possible to get the original text in **Marxico** and edit it again. This is a really brilliant design because:- it is beyond just one-way exporting HTML which other services do;- and it avoids privacy and security problems caused by storing content in a intermediate server. > **Privacy Statement: All of your notes data are saved in Evernote. Marxico doesn't save any of them.** #### Offline Storage**Marxico** stores your unsynchronized content locally in browser storage, so no worries about network and broswer crash. It also keeps the recent file list you've edited in `Document Management(Ctrl + O)`.> **Note:** Although browser storage is reliable in the most time, Evernote is born to do that. So please sync the document regularly while writing.## ShortcutsHelp `Ctrl + /`Sync Doc `Ctrl + S`Create Doc `Ctrl + Alt + N`Maximize Editor `Ctrl + Enter`Preview Doc `Ctrl + Alt + Enter`Doc Management `Ctrl + O`Menu `Ctrl + M`Bold `Ctrl + B`Insert Image `Ctrl + G`Insert Link `Ctrl + L`Convert Heading `Ctrl + H`## About Pro**Marixo** offers a free trial of 10 days. After that, you need to [purchase](http://marxi.co/purchase.html) the Pro service. Otherwise, you would not be able to sync new notes. Previous notes can be edited and synced all the time.## Credits**Marxico** was first built upon [Dillinger][5], and the newest version is almost based on the awesome [StackEdit][6]. Acknowledgments to them and other incredible open source projects!## Feedback & Bug Report- Twitter: [@gock2][7]- Email: <hustgock@gmail.com>----------Thank you for reading this manual. Now please press `Ctrl + M` and click `Link with Evernote`. Enjoy your **Marxico** journey![^demo]: This is a demo footnote. Read the [MultiMarkdown Syntax Guide](https://github.com/fletcher/MultiMarkdown/wiki/MultiMarkdown-Syntax-Guide#footnotes) to learn more. Note that Evernote disables ID attributes in its notes , so `footnote` and `TOC` are not actually working. [1]: http://marxi.co/client_en [2]: https://chrome.google.com/webstore/detail/kidnkfckhbdkfgbicccmdggmpgogehop [3]: http://bramp.github.io/js-sequence-diagrams/ [4]: http://adrai.github.io/flowchart.js/ [5]: http://dillinger.io [6]: http://stackedit.io [7]: https://twitter.com/gock2

Hey! I'm your first Markdown document in StackEdit[1]. Don't delete me, I'm very helpful! I can be recovered anyway in the Utils tab of the Settings dialog.

In StackEdit, a theme is pretty much a CSS file that overrides the default look and feel. Create your special theme very quickly by following these steps Fork StackEdit on GitHub. In the themes folder, create a sub-folder containing your resources (CSS, images.). In-browser Markdown editor. Contribute to benweet/stackedit development by creating an account on GitHub.

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:

ItemValue
Computer$1600
Phone$12
Pipe$1

You can specify column alignment with one or two colons:

ItemValueQty
Computer$16005
Phone$1212
Pipe$1234

Definition Lists

Markdown Extra has a special syntax for definition lists too:

Stackedit Github Wiki

Term 1
Term 2
: Definition A
: Definition B

Term 3

: Definition C

: Definition D

Wiki

Fenced code blocks

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

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 this[2].

Stackedit Github

SmartyPants

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

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

[TOC]

MathJax

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

The Gamma function satisfying (Gamma(n) = (n-1)!quadforall ninmathbb 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:

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

UML diagrams

You can also render sequence diagrams like this:

And flow charts like this:

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. ↩︎