GitHub publishing enhancements
This commit is contained in:
parent
a742b608b0
commit
49869fb9d8
@ -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
|
||||
|
25
test/test.md
25
test/test.md
@ -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"
|
Loading…
Reference in New Issue
Block a user