From 19f743a7df17b907e67372ca94b728a01dd22752 Mon Sep 17 00:00:00 2001 From: benweet Date: Sun, 24 Aug 2014 18:56:28 +0100 Subject: [PATCH] Fixed image references --- README.md | 10 +++++----- public/error_404.html | 4 ++-- public/recovery.html | 2 +- public/res/WELCOME.md | 10 +++++++--- 4 files changed, 15 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 390225ea..ca189d88 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,11 @@ StackEdit is a full-featured, open-source Markdown editor based on PageDown, the Main showcase: https://stackedit.io/. -> **NOTE:** +Support StackEdit: + +[![](https://cdn.monetizejs.com/resources/button-32.png)](https://monetizejs.com/authorize?client_id=ESTHdCYOi18iLhhO&summary=true) + +> **Note:** > > - Documents are stored in the [browser's local storage][1], which means they are not shared between different browsers/computers. Clearing your browser's data may delete all your local documents. > - Full access to Dropbox or Google Drive is required to be able to import any document in StackEdit. Imported documents are downloaded in your browser and are not transmitted to a server. @@ -41,10 +45,6 @@ Main showcase: https://stackedit.io/. - [Developer guide][3] - [Theming guide][4] -### Support StackEdit: - -[![Fund me on Gittip](https://raw.github.com/gittip/www.gittip.com/master/www/assets/gittip.png)](https://www.gittip.com/stackedit/ "Fund me on Gittip") - > **NOTE:** This page has been written and published with [StackEdit][5]. diff --git a/public/error_404.html b/public/error_404.html index 18b28e94..0e0f3537 100644 --- a/public/error_404.html +++ b/public/error_404.html @@ -13,10 +13,10 @@

- +

404 — Page not found

-

Need StackEdit recovery?

+

Looking for StackEdit recovery?

diff --git a/public/recovery.html b/public/recovery.html index 90480a9b..66b5a7cd 100644 --- a/public/recovery.html +++ b/public/recovery.html @@ -114,7 +114,7 @@

- +

StackEdit recovery

diff --git a/public/res/WELCOME.md b/public/res/WELCOME.md index 41f938ca..5b90974d 100644 --- a/public/res/WELCOME.md +++ b/public/res/WELCOME.md @@ -2,7 +2,7 @@ Welcome to StackEdit! =================== -Hello, I'm your first Markdown document in **StackEdit**[^stackedit]. Don't delete me, I can be helpful. I can be recovered anyway in the **Utils** tab of the **Settings** dialog. +Hello, I'm your first Markdown document in **StackEdit**[^stackedit]. Don't delete me, I'm very helpful! I can be recovered anyway in the **Utils** tab of the **Settings** dialog. ---------- @@ -16,11 +16,11 @@ Documents > - 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 your **Google Drive** or your **Dropbox** account (check out the [ Synchronization](#synchronization) section). +> - 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](#synchronization) section). #### Create a document -The document panel is accessible using button in the navigation bar. You can create a new document by clicking **New document** in the document panel. +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 @@ -246,6 +246,10 @@ cond(no)->op > - about **Sequence diagrams** syntax [here][7], > - about **Flow charts** syntax [here][8]. +### Support StackEdit + +[![](https://cdn.monetizejs.com/resources/button-38.png)](https://monetizejs.com/authorize?client_id=ESTHdCYOi18iLhhO&summary=true) + [^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. [^gfm]: **GitHub Flavored Markdown** (GFM) is supported in StackEdit.