diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 00000000..5f301101 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,12 @@ +StackEdit - The Markdown editor powered by PageDown. + +Copyright 2013 Benoit Schweblin (http://www.benoitschweblin.com) +Licensed under an Apache License (http://www.apache.org/licenses/LICENSE-2.0) + +Includes: +jQuery - http://jquery.com/ +Bootstrap - http://twitter.github.com/bootstrap/ +RequireJS - http://requirejs.org/ +PageDown - https://code.google.com/p/pagedown/ +UI Layout - http://layout.jquery-dev.net/ +jGrowl - https://github.com/stanlemon/jGrowl/ diff --git a/README.md b/README.md index 09e0103d..af45edfd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,22 @@ stackedit ========= -The Markdown editor powered by PageDown +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 + +### Features: + + - Real-time HTML preview + - WYSIWYG control buttons + - Configurable layout + - Offline editing + +### File synchronization: + + - Google Drive \ No newline at end of file diff --git a/cache.manifest b/cache.manifest index 85bc31cb..9112b544 100644 --- a/cache.manifest +++ b/cache.manifest @@ -1 +1 @@ -CACHE MANIFEST # v5 CACHE: index.html css/bootstrap.css css/jgrowl.css css/main.css js/async-runner.js js/base64.js js/bootstrap.js js/gdrive.js js/jquery.jgrowl.js js/jquery.js js/jquery.layout.js js/jquery-ui.custom.js js/main.js js/Markdown.Converter.js js/Markdown.Editor.js js/Markdown.Sanitizer.js js/synchronizer.js img/ajax-loader.gif img/dropbox.png img/gdrive.png img/glyphicons-halflings.png img/glyphicons-halflings-white.png img/stackedit-16.png img/stackedit-32.ico NETWORK: * \ No newline at end of file +CACHE MANIFEST # v5 CACHE: index.html css/bootstrap.css css/jgrowl.css css/main.css js/prod/custo.js js/async-runner.js js/bootstrap.js js/config.js js/gdrive.js js/jgrowl.js js/jquery.js js/jquery-ui.js js/layout.js js/main.js js/Markdown.Converter.js js/Markdown.Editor.js js/Markdown.Sanitizer.js js/require.js js/synchronizer.js img/ajax-loader.gif img/dropbox.png img/gdrive.png img/glyphicons-halflings.png img/glyphicons-halflings-white.png img/stackedit-16.png img/stackedit-32.ico NETWORK: * \ No newline at end of file diff --git a/css/main.css b/css/main.css index f2cfdbcf..ed410ea3 100644 --- a/css/main.css +++ b/css/main.css @@ -1,3 +1,6 @@ +@import url("bootstrap.css"); +@import url("jgrowl.css"); + body { background-color: #f5f5f5; } @@ -22,10 +25,14 @@ div, span, a, ul, li, textarea, input, button { text-shadow: none !important; } -.btn, .navbar-inner, .ui-layout-east, .ui-layout-south, textarea, input { +.btn, .navbar-inner, .ui-layout-east, .ui-layout-south, textarea, input, .input-append .add-on { border: none !important; } +.border, .dropdown-menu { + border: 1px solid #ddd !important; +} + .navbar-inner .btn { background-color: #ddd; } @@ -61,7 +68,7 @@ div, span, a, ul, li, textarea, input, button { background-color: #777; } -input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] { +input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly], .input-append .add-on { cursor: not-allowed; background-color: #f5f5f5; } @@ -119,10 +126,6 @@ hr { margin: 4px 5px 0; } -.dropdown-menu { - border-color: #ddd -} - .dropdown-menu i { margin-right: 5px; } diff --git a/img/stackedit-64.ico b/img/stackedit-64.ico deleted file mode 100644 index e1cb2fa6..00000000 Binary files a/img/stackedit-64.ico and /dev/null differ diff --git a/img/stackedit-promo.png b/img/stackedit-promo.png index 7850ae4f..dce7d88d 100644 Binary files a/img/stackedit-promo.png and b/img/stackedit-promo.png differ diff --git a/img/stackedit-promo.svg b/img/stackedit-promo.svg new file mode 100644 index 00000000..5373f8a0 --- /dev/null +++ b/img/stackedit-promo.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + stackedit + + + + + + + + + + + diff --git a/img/stackedit.svg b/img/stackedit.svg new file mode 100644 index 00000000..2021ab9f --- /dev/null +++ b/img/stackedit.svg @@ -0,0 +1,115 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/index.html b/index.html index b1c866f9..afe8cc99 100644 --- a/index.html +++ b/index.html @@ -6,24 +6,8 @@ - - - - - - - - - - - - - - - - - +