Hello, I am your first Markdown document within **StackEdit**[^stackedit]. Don't delete me, I can be helpful. I can be recovered anyway in the `Utils` tab of the <iclass="icon-cog"></i>`Settings` dialog.
> - Clearing your browser's data may **delete all your local documents!** Make sure your documents are backed up using **Google Drive** or **Dropbox** synchronization (see [<i class="icon-refresh"></i> Synchronization](#synchronization) section).
The document panel is accessible using <iclass="icon-folder-open"></i> button in the navigation bar. You can create a new document by clicking the <iclass="icon-file"></i>`New document` sub-menu in the document panel.
All your local documents are listed in the document panel. You can switch from one to another by clicking a document in the document panel or you can also use <kbd>Ctrl+[</kbd> and <kbd>Ctrl+]</kbd> to toggle documents by most recently used.
You can save the current document to a file using the <iclass="icon-hdd"></i>`Export to disk` sub-menu from the <iclass="icon-provider-stackedit"></i> menu panel.
**StackEdit** can be combined with <iclass="icon-provider-gdrive"></i>**Google Drive** and <iclass="icon-provider-dropbox"></i>**Dropbox** to have your documents centralized in the *Cloud*. The synchronization mechanism will take care of uploading your modifications or downloading the latest version of your documents.
> - 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.
You can open a document from <iclass="icon-provider-gdrive"></i>**Google Drive** or the <iclass="icon-provider-dropbox"></i>**Dropbox** by opening the <iclass="icon-refresh"></i>`Synchronize` sub-menu and by clicking `Open from...`. Once opened, any modification in your document will be automatically synchronized with the **Google Drive** / **Dropbox** file.
You can save any document by opening the <iclass="icon-refresh"></i>`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.
Once your document is linked to a <iclass="icon-provider-gdrive"></i>**Google Drive** or a <iclass="icon-provider-dropbox"></i>**Dropbox** file, **StackEdit** will periodically (every 3 minutes) synchronize it by downloading/uploading any modification. Any conflict will be detected, and a local copy of your document will be created as a backup if necessary.
Since one document can be synchronized with multiple locations, you can list and manage synchronized locations by clicking <iclass="icon-refresh"></i>`Manage synchronization` in the <iclass="icon-refresh"></i>`Synchronize` sub-menu. This will let you remove synchronization locations that are associated to your document.
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.
You can publish your document by opening the <iclass="icon-upload"></i>`Publish` sub-menu and by choosing a website. In the dialog box, you can choose the publication format:
> **Note:** The default template is a simple webpage wrapping your document in HTML format. You can customize it in the `Advanced` tab of the <i class="icon-cog"></i> `Settings` dialog.
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 <iclass="icon-upload"></i> button in the navigation bar.
Since one document can be published on multiple locations, you can list and manage publish locations by clicking <iclass="icon-upload"></i>`Manage publication` in the <iclass="icon-provider-stackedit"></i> menu. This will let you remove publication locations that are associated to your document.
> **Tip:** To use **Highlight.js** instead of **Prettify**, just configure the `Markdown Extra` extension in the <i class="icon-cog"></i> `Settings` dialog.
> **Tip:** Make sure you include **MathJax** into your publications to render mathematical expression correctly. Your page/template should include something like:
[^stackedit]: [StackEdit](https://stackedit.io/) is a full-featured, open-source Markdown editor based on PageDown, the Markdown library used by Stack Overflow and the other Stack Exchange sites.