GitHub publishing enhancements

This commit is contained in:
benweet 2013-04-13 00:42:53 +01:00
parent a742b608b0
commit 49869fb9d8
2 changed files with 1 additions and 26 deletions

View File

@ -161,7 +161,7 @@ define(["jquery", "async-runner"], function($, asyncTaskRunner) {
callback(error);
};
asyncTask.onError = function() {
var errorMsg = "Could not publish on GitHub";
var errorMsg = "Could not publish on GitHub.";
if(error === 401 || error === 403) {
github = undefined;
// Token must be renewed

View File

@ -1,25 +0,0 @@
StackEdit
=========
StackEdit is a free, open-source Markdown editor based on PageDown, the Markdown library used by Stack Overflow and the other Stack Exchange sites.
### StackEdit can:
- Manage multiple Markdown documents locally
- Export your documents in Markdown or HTML format
- Synchronize your Markdown documents in the Cloud
- Edit existing Markdown documents from Google Drive and Dropbox
- Publish your document on GitHub in one click
### Features:
- Real-time HTML preview
- WYSIWYG control buttons
- Configurable layout
- Offline editing
- Online synchronization using Google Drive and Dropbox
- Publish on GitHub
> **NOTE:** This page has been written and published with [StackEdit][1].
[1]: http://benweet.github.io/stackedit/ "StackEdit"