Welcome to StackEdit! ===================== Hi, I am your first Markdown document within **StackEdit**. Don't delete me, I can be helpful. I can be recovered anyway by clicking `About` in the menu. ---------- Documents --------- **StackEdit** stores your documents in the browser local storage, which means all your documents are automatically saved locally and are accessible offline. #### Create a document You can create a new document by clicking the button in the navigation bar. This will switch from the current document to the new one. #### Switch to another document You can list all your local documents and switch from one document to an other by clicking the button in the navigation bar. #### 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 the button in the navigation bar. ---------- Synchronization --------------- **StackEdit** can be combined with **Google Drive** or **Dropbox** to have your documents centralized in the *Cloud*. The synchronization feature will take care of uploading your modifications or download the latest version of your documents. #### Import a document You can import a document from the *Cloud* by going to the `Google Drive` or the `Dropbox` sub-menu and by clicking `Import from...`. Once imported, your document will be marked with a or a icon in the navigation bar, which means **StackEdit** will synchronize it with the **Google Drive** / **Dropbox** file. #### Export a document You can export any document by going to the `Google Drive` or the `Dropbox` sub-menu and by clicking `Export to...`. 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. #### 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 modifications. Any conflict will be detected, and a local copy of your document will be created as a backup if necessary. If you have just modified your document and you want to force the synchronization, click the button in the navigation bar. > **NOTE:** The button is disabled when: > > - you are offline, > - or the document is not synchronized with any location, > - or the document has not been modified since the last synchronization. #### 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 menu. This will open a dialog box where you will be able to add or remove synchronization links that are associated to your document. > **NOTE:** If you remove the file on **Google Drive** or on **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**. #### Publish a document You can publish your document by going to the `Publish on` 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 instance), - Template, to have a full control of the output. > **NOTE:** The default template is a simple webpage which wraps your document in HTML format. You can customize it by going to the `Settings` dialog in the `Publishing` tab. #### Update a publication After publishing, **StackEdit** will keep your document linked to that publish location so that you can update it easily. 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: > > - you are offline, > - or the document has not been published anywhere. #### Manage document publishing Since one document can be published on multiple locations, you can list and manage publish locations by clicking `Manage publishing` in the menu. This will open a dialog box where you will be able to add or remove publication links that are associated to your document. > **NOTE:** In some cases, if you remove the file from the website or the post from the blog, the document will no longer be published on that location. ----------