2013-08-04 00:54:25 +00:00
|
|
|
<div class="navbar navbar-fixed-top ui-layout-north">
|
|
|
|
<div class="navbar-inner">
|
2013-08-10 01:19:32 +00:00
|
|
|
<div class="nav left-space"></div>
|
|
|
|
<div class="nav right-space pull-right"></div>
|
|
|
|
<ul class="nav">
|
|
|
|
<li class="wmd-button-group1 btn-group"></li>
|
|
|
|
</ul>
|
|
|
|
<ul class="nav">
|
|
|
|
<li class="wmd-button-group2 btn-group"></li>
|
|
|
|
</ul>
|
2013-08-04 00:54:25 +00:00
|
|
|
<ul class="nav">
|
2013-08-10 01:19:32 +00:00
|
|
|
<li class="wmd-button-group3 btn-group"></li>
|
|
|
|
</ul>
|
|
|
|
<ul class="nav">
|
|
|
|
<li class="wmd-button-group4 btn-group"></li>
|
2013-08-04 00:54:25 +00:00
|
|
|
</ul>
|
2013-08-10 01:19:32 +00:00
|
|
|
<ul class="nav pull-right">
|
|
|
|
<li class="btn-group"><button
|
|
|
|
class="btn btn-success action-create-file"
|
|
|
|
title="New local document">
|
|
|
|
<i class="icon-file"></i>
|
|
|
|
</button>
|
|
|
|
<button class="btn btn-success" title="Delete current document"
|
2013-08-11 00:52:05 +00:00
|
|
|
data-toggle="modal" data-target=".modal-remove-file-confirm">
|
2013-08-10 01:19:32 +00:00
|
|
|
<i class="icon-trash"></i>
|
|
|
|
</button></li>
|
|
|
|
</ul>
|
|
|
|
<ul class="nav pull-right">
|
|
|
|
<li id="extension-buttons"></li>
|
|
|
|
</ul>
|
2013-08-04 00:54:25 +00:00
|
|
|
<ul class="nav pull-right">
|
2013-08-06 23:52:58 +00:00
|
|
|
<li><a class="btn btn-success file-title-navbar" href="#"
|
2013-08-04 00:54:25 +00:00
|
|
|
title="Rename current document"> </a></li>
|
2013-08-06 23:52:58 +00:00
|
|
|
<li><input type="text"
|
2013-08-10 01:19:32 +00:00
|
|
|
class="col-lg-4 form-control hide input-file-title"
|
|
|
|
placeholder="Document title" /></li>
|
2013-08-06 23:52:58 +00:00
|
|
|
</ul>
|
|
|
|
<ul class="nav pull-right">
|
|
|
|
<li><i class="working-indicator icon-none"></i></li>
|
2013-08-04 00:54:25 +00:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
2013-08-04 15:49:14 +00:00
|
|
|
<textarea id="wmd-input" class="ui-layout-center form-control"></textarea>
|
2013-08-04 00:54:25 +00:00
|
|
|
<div class="ui-layout-east preview-container"></div>
|
|
|
|
<div class="ui-layout-south preview-container"></div>
|
2013-08-10 01:19:32 +00:00
|
|
|
<div id="wmd-button-bar" class="hide"></div>
|
2013-08-04 00:54:25 +00:00
|
|
|
|
2013-08-06 23:52:58 +00:00
|
|
|
<div class="menu-panel collapse width">
|
|
|
|
<button class="btn btn-success collapse-button" data-toggle="collapse"
|
2013-08-05 18:39:53 +00:00
|
|
|
data-target=".menu-panel" title="Menu">
|
|
|
|
<i class="icon-left-dir"></i> <img src="img/stackedit-64.png"
|
|
|
|
width="32" height="32" />
|
|
|
|
</button>
|
2013-08-06 23:52:58 +00:00
|
|
|
<div class="panel-content">
|
2013-08-05 18:39:53 +00:00
|
|
|
<div class="list-group">
|
|
|
|
<a href="viewer.html" title="StackEdit Viewer"
|
|
|
|
class="list-group-item"><i class="icon-resize-full"></i>
|
|
|
|
StackEdit Viewer</a> <a href="#" data-toggle="collapse"
|
|
|
|
data-target=".collapse-open-from" class="list-group-item"><i
|
|
|
|
class="icon-hdd"></i> Open from...</a>
|
2013-08-12 22:08:22 +00:00
|
|
|
<div class="sub-menu collapse collapse-open-from clearfix">
|
|
|
|
<ul class="nav">
|
|
|
|
<li><a data-toggle="modal"
|
|
|
|
data-target=".modal-import-harddrive-markdown"
|
2013-08-13 00:03:38 +00:00
|
|
|
class="action-reset-input" href="#">Import from hard drive</a></li>
|
2013-08-12 22:08:22 +00:00
|
|
|
<li><a data-toggle="modal"
|
|
|
|
data-target=".modal-import-harddrive-html"
|
2013-08-13 00:03:38 +00:00
|
|
|
class="action-reset-input" href="#">Convert HTML to Markdown</a></li>
|
2013-08-12 22:08:22 +00:00
|
|
|
</ul>
|
|
|
|
</div>
|
2013-08-05 18:39:53 +00:00
|
|
|
|
|
|
|
<a href="#" data-toggle="collapse" data-target=".collapse-save-as"
|
|
|
|
class="list-group-item"><i class="icon-hdd"></i> Save as...</a>
|
2013-08-12 22:08:22 +00:00
|
|
|
<div class="sub-menu collapse collapse-save-as clearfix">
|
|
|
|
<ul class="nav">
|
|
|
|
<li><a class="action-download-md" href="#">Save as
|
|
|
|
Markdown</a></li>
|
|
|
|
<li><a class="action-download-html" href="#">Save as HTML</a></li>
|
|
|
|
<li><a class="action-download-template" href="#">Save
|
|
|
|
using template</a></li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
2013-08-05 18:39:53 +00:00
|
|
|
</div>
|
|
|
|
<div class=dropdown-header>SYNCHRONIZE</div>
|
|
|
|
<div class="list-group">
|
|
|
|
<a href="#" data-toggle="collapse"
|
|
|
|
data-target=".collapse-sync-gdrive" class="list-group-item"><i
|
|
|
|
class="icon-provider-gdrive"></i> Google Drive</a>
|
2013-08-12 22:08:22 +00:00
|
|
|
<div class="sub-menu collapse collapse-sync-gdrive clearfix">
|
|
|
|
<ul class="nav">
|
2013-08-13 00:03:38 +00:00
|
|
|
<li><a href="#" class="action-sync-import-gdrive"
|
|
|
|
data-toggle="collapse" data-target=".menu-panel">Import from
|
|
|
|
Google Drive</a></li>
|
2013-08-12 22:08:22 +00:00
|
|
|
<li><a href="#" class="action-sync-export-dialog-gdrive">Export
|
|
|
|
to Google Drive</a></li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
2013-08-05 18:39:53 +00:00
|
|
|
<a href="#" data-toggle="collapse"
|
|
|
|
data-target=".collapse-sync-dropbox" class="list-group-item"><i
|
|
|
|
class="icon-provider-dropbox"></i> Dropbox</a>
|
2013-08-12 22:08:22 +00:00
|
|
|
<div class="sub-menu collapse collapse-sync-dropbox clearfix">
|
|
|
|
<ul class="nav">
|
2013-08-13 00:03:38 +00:00
|
|
|
<li><a class="action-sync-import-dropbox" href="#"
|
|
|
|
data-toggle="collapse" data-target=".menu-panel">Import from
|
|
|
|
Dropbox</a></li>
|
2013-08-12 22:08:22 +00:00
|
|
|
<li><a href="#" class="action-sync-export-dialog-dropbox">Export
|
|
|
|
to Dropbox</a></li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
2013-08-11 00:52:05 +00:00
|
|
|
<a href="#" data-toggle="modal" data-target=".modal-manage-sync"
|
2013-08-13 00:03:38 +00:00
|
|
|
class="action-reset-input list-group-item"><i
|
2013-08-05 18:39:53 +00:00
|
|
|
class="icon-refresh"></i> Manage synchronization</a>
|
|
|
|
</div>
|
|
|
|
<div class=dropdown-header>PUBLISH</div>
|
|
|
|
<div class="list-group">
|
|
|
|
<a href="#" data-toggle="collapse" data-target=".collapse-publish-on"
|
2013-08-06 00:28:21 +00:00
|
|
|
class="list-group-item"><i class="icon-share"></i> Publish on...</a>
|
2013-08-12 22:08:22 +00:00
|
|
|
<div class="sub-menu collapse collapse-publish-on clearfix">
|
|
|
|
<ul class="nav">
|
|
|
|
</ul>
|
|
|
|
</div>
|
2013-08-11 00:52:05 +00:00
|
|
|
<a href="#" data-toggle="modal" data-target=".modal-manage-publish"
|
2013-08-13 00:03:38 +00:00
|
|
|
class="action-reset-input list-group-item"><i class="icon-share"></i>
|
|
|
|
Manage publication</a>
|
2013-08-05 18:39:53 +00:00
|
|
|
</div>
|
2013-08-06 00:28:21 +00:00
|
|
|
<ul class="nav">
|
|
|
|
<li><a href="#" data-toggle="modal"
|
2013-08-11 00:52:05 +00:00
|
|
|
data-target=".modal-settings"
|
2013-08-14 23:44:51 +00:00
|
|
|
class="action-load-settings"><i class="icon-cog"></i>
|
2013-08-13 00:03:38 +00:00
|
|
|
Settings</a></li>
|
2013-08-14 23:44:51 +00:00
|
|
|
<li><a href="#" data-toggle="modal" data-target=".modal-about"><i class="icon-help-circled"></i> About</a></li>
|
2013-08-06 00:28:21 +00:00
|
|
|
</ul>
|
|
|
|
|
2013-08-05 18:39:53 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2013-08-04 00:54:25 +00:00
|
|
|
|
2013-08-07 22:34:12 +00:00
|
|
|
<div class="document-panel collapse width">
|
|
|
|
<button class="btn btn-success collapse-button" data-toggle="collapse"
|
2013-08-10 11:34:30 +00:00
|
|
|
data-target=".document-panel" title="Select document">
|
2013-08-07 22:34:12 +00:00
|
|
|
<i class="icon-folder-open"></i> <i class="icon-right-dir"></i>
|
|
|
|
</button>
|
2013-08-13 23:30:50 +00:00
|
|
|
<div class="search-bar clearfix">
|
2013-08-12 00:10:26 +00:00
|
|
|
<div class="input-group">
|
|
|
|
<span class="input-group-addon"><i class="icon-search"></i></span><input
|
|
|
|
type="text" class="form-control"></input>
|
2013-08-14 23:44:51 +00:00
|
|
|
<button type="button" class="close" title="clear">×</button>
|
2013-08-12 00:10:26 +00:00
|
|
|
<div class="input-group-btn">
|
|
|
|
<a data-toggle="modal" data-target=".modal-document-manager"
|
2013-08-15 00:01:40 +00:00
|
|
|
class="btn btn-link" title="Manage documents"><i
|
2013-08-12 00:10:26 +00:00
|
|
|
class="icon-layers"></i></a>
|
2013-08-11 00:52:05 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2013-08-13 23:30:50 +00:00
|
|
|
</div>
|
|
|
|
<div class="panel-content">
|
2013-08-12 00:10:26 +00:00
|
|
|
<div class="list-group document-list"></div>
|
2013-08-13 23:30:50 +00:00
|
|
|
<div class="list-group document-list-filtered hide"></div>
|
2013-08-11 00:52:05 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="modal modal-document-manager">
|
|
|
|
<div class="modal-dialog">
|
|
|
|
<div class="modal-content">
|
|
|
|
|
|
|
|
<div class="modal-header">
|
|
|
|
<button type="button" class="close" data-dismiss="modal"
|
|
|
|
aria-hidden="true">×</button>
|
|
|
|
<h3 class="modal-title">Manage documents</h3>
|
|
|
|
</div>
|
|
|
|
<div class="modal-body">
|
2013-08-12 00:10:26 +00:00
|
|
|
<div></div>
|
|
|
|
<ul class="nav nav-pills document-list">
|
|
|
|
<li class="pull-right dropdown"><a href="#"
|
|
|
|
data-toggle="dropdown"><i class="icon-check"></i> Selection <b
|
|
|
|
class="caret"></b></a>
|
|
|
|
<ul class="dropdown-menu">
|
|
|
|
<li><a href="#" class="action-select-all"><i
|
|
|
|
class="icon-check"></i> Select all</a></li>
|
|
|
|
<li><a href="#" class="action-unselect-all"><i
|
|
|
|
class="icon-check-empty"></i> Unselect all</a></li>
|
|
|
|
<li class="divider"></li>
|
|
|
|
<li><a href="#" class="action-move-items"><i
|
|
|
|
class="icon-forward"></i> Move to folder</a></li>
|
|
|
|
<li><a href="#" class="action-delete-items"><i
|
|
|
|
class="icon-trash"></i> Delete</a></li>
|
|
|
|
</ul></li>
|
|
|
|
<li class="pull-right"><a href="#"
|
|
|
|
class="action-create-folder"> <i class="icon-folder"></i>
|
|
|
|
Create folder
|
|
|
|
</a></li>
|
|
|
|
<li class="disabled"><a><i class="icon-file"></i> <span
|
2013-08-12 22:08:22 +00:00
|
|
|
class="document-count"></span></a></li>
|
2013-08-12 00:10:26 +00:00
|
|
|
<li class="disabled"><a><i class="icon-folder"></i> <span
|
2013-08-12 22:08:22 +00:00
|
|
|
class="folder-count"></span></a></li>
|
2013-08-12 00:10:26 +00:00
|
|
|
</ul>
|
2013-08-11 00:52:05 +00:00
|
|
|
<div class="list-group document-list"></div>
|
2013-08-12 00:10:26 +00:00
|
|
|
<p class="confirm-delete hide">The following documents will be
|
|
|
|
deleted locally:</p>
|
|
|
|
<p class="choose-folder hide">Please choose a destination
|
|
|
|
folder:</p>
|
|
|
|
<div class="list-group selected-document-list hide"></div>
|
|
|
|
<div class="list-group select-folder-list hide"></div>
|
2013-08-11 00:52:05 +00:00
|
|
|
</div>
|
|
|
|
<div class="modal-footer">
|
2013-08-12 00:10:26 +00:00
|
|
|
<a href="#"
|
|
|
|
class="btn btn-default confirm-delete choose-folder action-cancel hide">Cancel</a>
|
|
|
|
<a href="#"
|
|
|
|
class="btn btn-primary confirm-delete action-delete-items-confirm hide">OK</a>
|
|
|
|
<a href="#" class="btn btn-primary document-list"
|
|
|
|
data-dismiss="modal">Close</a>
|
2013-08-10 01:19:32 +00:00
|
|
|
</div>
|
2013-08-07 22:34:12 +00:00
|
|
|
</div>
|
2013-08-10 01:19:32 +00:00
|
|
|
</div>
|
2013-08-07 22:34:12 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
|
2013-08-11 00:52:05 +00:00
|
|
|
<div class="modal modal-insert-link">
|
2013-08-04 15:49:14 +00:00
|
|
|
<div class="modal-dialog">
|
|
|
|
<div class="modal-content">
|
2013-08-04 00:54:25 +00:00
|
|
|
|
2013-08-04 15:49:14 +00:00
|
|
|
<div class="modal-header">
|
2013-08-11 00:52:05 +00:00
|
|
|
<button type="button" class="close" data-dismiss="modal"
|
|
|
|
aria-hidden="true">×</button>
|
2013-08-04 15:49:14 +00:00
|
|
|
<h3 class="modal-title">Hyperlink</h3>
|
|
|
|
</div>
|
|
|
|
<div class="modal-body">
|
|
|
|
<p>Please provide the link URL and an optional title:</p>
|
2013-08-06 00:28:21 +00:00
|
|
|
<div class="input-group">
|
|
|
|
<span class="input-group-addon"><i class="icon-globe"></i></span><input
|
2013-08-04 15:49:14 +00:00
|
|
|
id="input-insert-link" type="text" class="col-lg-5 form-control"
|
|
|
|
placeholder='http://example.com/ "optional title"'></input>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="modal-footer">
|
2013-08-05 18:39:53 +00:00
|
|
|
<a href="#" class="btn btn-default" data-dismiss="modal">Cancel</a>
|
|
|
|
<a href="#" class="btn btn-primary action-insert-link"
|
|
|
|
data-dismiss="modal">OK</a>
|
2013-08-04 15:49:14 +00:00
|
|
|
</div>
|
2013-08-04 00:54:25 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2013-08-04 15:49:14 +00:00
|
|
|
|
2013-08-11 00:52:05 +00:00
|
|
|
<div class="modal modal-insert-image">
|
2013-08-04 15:49:14 +00:00
|
|
|
<div class="modal-dialog">
|
|
|
|
<div class="modal-content">
|
|
|
|
|
|
|
|
<div class="modal-header">
|
2013-08-11 00:52:05 +00:00
|
|
|
<button type="button" class="close" data-dismiss="modal"
|
|
|
|
aria-hidden="true">×</button>
|
2013-08-04 15:49:14 +00:00
|
|
|
<h3 class="modal-title">Image</h3>
|
|
|
|
</div>
|
|
|
|
<div class="modal-body">
|
|
|
|
<p>Please provide the image URL and an optional title:</p>
|
2013-08-06 00:28:21 +00:00
|
|
|
<div class="input-group">
|
|
|
|
<span class="input-group-addon"><i class="icon-picture"></i></span><input
|
2013-08-04 15:49:14 +00:00
|
|
|
id="input-insert-image" type="text" class="col-lg-5 form-control"
|
|
|
|
placeholder='http://example.com/image.jpg "optional title"'></input>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="modal-footer">
|
2013-08-04 23:49:07 +00:00
|
|
|
<a href="#" class="btn btn-default action-import-image-gplus"
|
2013-08-05 18:39:53 +00:00
|
|
|
data-dismiss="modal"><i class="icon-provider-gplus"></i> Import
|
|
|
|
from Google+</a> <a href="#" class="btn btn-default"
|
|
|
|
data-dismiss="modal">Cancel</a> <a href="#"
|
|
|
|
class="btn btn-primary action-insert-image" data-dismiss="modal">OK</a>
|
2013-08-04 15:49:14 +00:00
|
|
|
</div>
|
2013-08-04 00:54:25 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2013-08-04 15:49:14 +00:00
|
|
|
|
2013-08-11 00:52:05 +00:00
|
|
|
<div class="modal modal-import-image">
|
2013-08-04 15:49:14 +00:00
|
|
|
<div class="modal-dialog">
|
|
|
|
<div class="modal-content">
|
|
|
|
|
|
|
|
<div class="modal-header">
|
2013-08-11 00:52:05 +00:00
|
|
|
<button type="button" class="close" data-dismiss="modal"
|
|
|
|
aria-hidden="true">×</button>
|
2013-08-04 15:49:14 +00:00
|
|
|
<h3 class="modal-title">Google+ image import</h3>
|
|
|
|
</div>
|
|
|
|
<div class="modal-body">
|
|
|
|
<div class="form-horizontal">
|
|
|
|
<div class="form-group">
|
|
|
|
<div class="col-lg-7">
|
|
|
|
<img>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="form-group">
|
|
|
|
<label class="col-lg-4 control-label"
|
|
|
|
for="input-import-image-title">Title (optional)</label>
|
|
|
|
<div class="col-lg-7">
|
|
|
|
<input type="text" id="input-import-image-title"
|
|
|
|
placeholder="Image title" class="form-control">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="form-group">
|
|
|
|
<label class="col-lg-4 control-label"
|
|
|
|
for="input-import-image-size">Size limit (optional)</label>
|
|
|
|
<div class="col-lg-7">
|
|
|
|
<input type="text" id="input-import-image-size" placeholder="123"
|
2013-08-06 00:28:21 +00:00
|
|
|
class="col-lg-3 form-control"> px
|
2013-08-04 15:49:14 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="modal-footer">
|
2013-08-05 18:39:53 +00:00
|
|
|
<a href="#" class="btn btn-default" data-dismiss="modal">Cancel</a>
|
|
|
|
<a href="#" class="btn btn-primary action-import-image"
|
|
|
|
data-dismiss="modal">OK</a>
|
2013-08-04 15:49:14 +00:00
|
|
|
</div>
|
2013-08-04 00:54:25 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2013-08-04 15:49:14 +00:00
|
|
|
|
2013-08-11 00:52:05 +00:00
|
|
|
<div class="modal modal-remove-file-confirm">
|
2013-08-04 15:49:14 +00:00
|
|
|
<div class="modal-dialog">
|
|
|
|
<div class="modal-content">
|
|
|
|
|
|
|
|
<div class="modal-header">
|
|
|
|
<button type="button" class="close" data-dismiss="modal"
|
|
|
|
aria-hidden="true">×</button>
|
|
|
|
<h3 class="modal-title">Delete</h3>
|
2013-08-04 00:54:25 +00:00
|
|
|
</div>
|
2013-08-04 15:49:14 +00:00
|
|
|
<div class="modal-body">
|
|
|
|
<p>
|
|
|
|
Are you sure you want to delete "<span class="file-title"></span>"?
|
|
|
|
</p>
|
|
|
|
<blockquote class="muted">
|
|
|
|
<b>NOTE:</b> This will not delete the file on synchronized
|
|
|
|
locations.
|
|
|
|
</blockquote>
|
2013-08-04 00:54:25 +00:00
|
|
|
</div>
|
2013-08-04 15:49:14 +00:00
|
|
|
<div class="modal-footer">
|
2013-08-05 18:39:53 +00:00
|
|
|
<a href="#" class="btn btn-default" data-dismiss="modal">Cancel</a>
|
|
|
|
<a href="#" class="btn btn-primary action-remove-file"
|
|
|
|
data-dismiss="modal">Delete</a>
|
2013-08-04 00:54:25 +00:00
|
|
|
</div>
|
2013-08-04 15:49:14 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
2013-08-11 00:52:05 +00:00
|
|
|
<div class="modal modal-import-harddrive-markdown">
|
2013-08-04 15:49:14 +00:00
|
|
|
<div class="modal-dialog">
|
|
|
|
<div class="modal-content">
|
|
|
|
|
|
|
|
<div class="modal-header">
|
|
|
|
<button type="button" class="close" data-dismiss="modal"
|
|
|
|
aria-hidden="true">×</button>
|
|
|
|
<h3 class="modal-title">Import from hard drive</h3>
|
2013-08-04 00:54:25 +00:00
|
|
|
</div>
|
2013-08-04 15:49:14 +00:00
|
|
|
<div class="modal-body">
|
|
|
|
<p>Please select your Markdown files here:</p>
|
|
|
|
<p>
|
|
|
|
<input type="file" id="input-file-import-harddrive-markdown"
|
|
|
|
multiple class="form-control" />
|
|
|
|
</p>
|
|
|
|
<p>Or drag and drop your Markdown files here:</p>
|
|
|
|
<p id="dropzone-import-harddrive-markdown" class="drop-zone">Drop
|
|
|
|
files here</p>
|
2013-08-04 00:54:25 +00:00
|
|
|
</div>
|
2013-08-04 15:49:14 +00:00
|
|
|
<div class="modal-footer">
|
|
|
|
<a href="#" class="btn btn-primary" data-dismiss="modal">Close</a>
|
2013-08-04 00:54:25 +00:00
|
|
|
</div>
|
2013-08-04 15:49:14 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
2013-08-11 00:52:05 +00:00
|
|
|
<div class="modal modal-import-harddrive-html">
|
2013-08-04 15:49:14 +00:00
|
|
|
<div class="modal-dialog">
|
|
|
|
<div class="modal-content">
|
|
|
|
|
|
|
|
<div class="modal-header">
|
|
|
|
<button type="button" class="close" data-dismiss="modal"
|
|
|
|
aria-hidden="true">×</button>
|
|
|
|
<h3 class="modal-title">Convert HTML to Markdown</h3>
|
2013-08-04 00:54:25 +00:00
|
|
|
</div>
|
2013-08-04 15:49:14 +00:00
|
|
|
<div class="modal-body">
|
|
|
|
<p>Please select your HTML files here:</p>
|
|
|
|
<p>
|
|
|
|
<input type="file" id="input-file-import-harddrive-html" multiple
|
|
|
|
class="form-control" />
|
|
|
|
</p>
|
|
|
|
<p>Or drag and drop your HTML files here:</p>
|
|
|
|
<p id="dropzone-import-harddrive-html" class="drop-zone">Drop
|
|
|
|
files here</p>
|
|
|
|
<p>Or insert your HTML code here:</p>
|
|
|
|
<textarea id="input-convert-html"></textarea>
|
2013-08-04 00:54:25 +00:00
|
|
|
</div>
|
2013-08-04 15:49:14 +00:00
|
|
|
<div class="modal-footer">
|
2013-08-05 18:39:53 +00:00
|
|
|
<a href="#" class="btn btn-default" data-dismiss="modal">Close</a> <a
|
|
|
|
href="#" class="btn btn-primary action-convert-html"
|
|
|
|
data-dismiss="modal">OK</a>
|
2013-08-04 00:54:25 +00:00
|
|
|
</div>
|
2013-08-04 15:49:14 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
2013-08-11 00:52:05 +00:00
|
|
|
<div class="modal modal-upload-gdrive">
|
2013-08-04 15:49:14 +00:00
|
|
|
<div class="modal-dialog">
|
|
|
|
<div class="modal-content">
|
|
|
|
|
|
|
|
<div class="modal-header">
|
|
|
|
<button type="button" class="close" data-dismiss="modal"
|
|
|
|
aria-hidden="true">×</button>
|
|
|
|
<h3 class="modal-title">Export to Google Drive</h3>
|
2013-08-04 00:54:25 +00:00
|
|
|
</div>
|
2013-08-04 15:49:14 +00:00
|
|
|
<div class="modal-body">
|
2013-08-14 23:44:51 +00:00
|
|
|
<p>This will save "<span class="file-title"></span>" to your Google Drive
|
|
|
|
account and keep it synchronized.</p>
|
|
|
|
<div class="form-horizontal">
|
|
|
|
<div class="form-group">
|
|
|
|
<label class="col-lg-3 control-label"
|
|
|
|
for="input-sync-export-gdrive-parentid">Folder ID
|
|
|
|
(optional)</label>
|
|
|
|
<div class="col-lg-8">
|
|
|
|
<input type="text" id="input-sync-export-gdrive-parentid"
|
|
|
|
placeholder="FolderID" class="form-control"> <span
|
|
|
|
class="help-block"> If no folder ID is supplied, the file
|
|
|
|
will be created in your root folder. </span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="form-group">
|
|
|
|
<div class="col-lg-3 control-label"></div>
|
|
|
|
<div class="col-lg-8">
|
|
|
|
<label> <input id="input-sync-export-gdrive-realtime"
|
|
|
|
type="checkbox"> Create a real time collaborative
|
|
|
|
document
|
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="form-group">
|
|
|
|
<label class="col-lg-3 control-label"
|
|
|
|
for="input-sync-export-gdrive-fileid">Existing file ID
|
|
|
|
(optional)</label>
|
|
|
|
<div class="col-lg-8">
|
|
|
|
<input type="text" id="input-sync-export-gdrive-fileid"
|
|
|
|
placeholder="FileID" class="form-control"> <span
|
|
|
|
class="help-block"> This will overwrite the existing file on the server. </span>
|
|
|
|
</div>
|
|
|
|
</div>
|
2013-08-04 00:54:25 +00:00
|
|
|
</div>
|
2013-08-04 15:49:14 +00:00
|
|
|
<blockquote class="muted">
|
|
|
|
<b>NOTE:</b>
|
|
|
|
<ul>
|
|
|
|
<li>You can move or rename the file afterwards within Google
|
|
|
|
Drive.</li>
|
|
|
|
<li>Real time collaborative documents can't be open outside
|
|
|
|
StackEdit.</li>
|
|
|
|
<li>Real time collaborative documents can't have multiple
|
|
|
|
synchronized locations.</li>
|
|
|
|
</ul>
|
|
|
|
</blockquote>
|
2013-08-04 00:54:25 +00:00
|
|
|
</div>
|
2013-08-04 15:49:14 +00:00
|
|
|
<div class="modal-footer">
|
2013-08-05 18:39:53 +00:00
|
|
|
<a href="#" class="btn btn-default" data-dismiss="modal">Cancel</a>
|
|
|
|
<a href="#" data-dismiss="modal"
|
2013-08-04 15:49:14 +00:00
|
|
|
class="btn btn-primary action-sync-export-gdrive">OK</a>
|
2013-08-04 00:54:25 +00:00
|
|
|
</div>
|
2013-08-04 15:49:14 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
2013-08-11 00:52:05 +00:00
|
|
|
<div class="modal modal-upload-dropbox">
|
2013-08-04 15:49:14 +00:00
|
|
|
<div class="modal-dialog">
|
|
|
|
<div class="modal-content">
|
|
|
|
|
|
|
|
<div class="modal-header">
|
|
|
|
<button type="button" class="close" data-dismiss="modal"
|
|
|
|
aria-hidden="true">×</button>
|
|
|
|
<h3 class="modal-title">Export to Dropbox</h3>
|
2013-08-04 00:54:25 +00:00
|
|
|
</div>
|
2013-08-04 15:49:14 +00:00
|
|
|
<div class="modal-body">
|
2013-08-14 23:44:51 +00:00
|
|
|
<p>This will save "<span class="file-title"></span>" to your Dropbox account
|
|
|
|
and keep it synchronized.</p>
|
|
|
|
<div class="form-horizontal">
|
|
|
|
<div class="form-group">
|
|
|
|
<label class="col-lg-3 control-label"
|
|
|
|
for="input-sync-export-dropbox-path">File path</label>
|
|
|
|
<div class="col-lg-8">
|
|
|
|
<input type="text" id="input-sync-export-dropbox-path"
|
|
|
|
placeholder="/path/to/My Document.md" class="form-control">
|
|
|
|
<span class="help-block"> File path is composed of both
|
|
|
|
folder and filename. </span>
|
|
|
|
</div>
|
|
|
|
</div>
|
2013-08-04 00:54:25 +00:00
|
|
|
</div>
|
2013-08-04 15:49:14 +00:00
|
|
|
<blockquote class="muted">
|
|
|
|
<b>NOTE:</b>
|
|
|
|
<ul>
|
|
|
|
<li>Dropbox file path does not depend on document title.</li>
|
|
|
|
<li>The title of your document will not be synchronized.</li>
|
|
|
|
<li>Destination folder must exist.</li>
|
|
|
|
<li>Any existing file at this location will be overwritten.</li>
|
|
|
|
</ul>
|
|
|
|
</blockquote>
|
2013-08-04 00:54:25 +00:00
|
|
|
</div>
|
2013-08-04 15:49:14 +00:00
|
|
|
<div class="modal-footer">
|
2013-08-05 18:39:53 +00:00
|
|
|
<a href="#" class="btn btn-default" data-dismiss="modal">Cancel</a>
|
|
|
|
<a href="#" data-dismiss="modal"
|
2013-08-04 15:49:14 +00:00
|
|
|
class="btn btn-primary action-sync-export-dropbox">OK</a>
|
2013-08-04 00:54:25 +00:00
|
|
|
</div>
|
2013-08-04 15:49:14 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
2013-08-11 00:52:05 +00:00
|
|
|
<div class="modal modal-manage-sync">
|
2013-08-04 15:49:14 +00:00
|
|
|
<div class="modal-dialog">
|
|
|
|
<div class="modal-content">
|
|
|
|
|
|
|
|
<div class="modal-header">
|
|
|
|
<button type="button" class="close" data-dismiss="modal"
|
|
|
|
aria-hidden="true">×</button>
|
|
|
|
<h3 class="modal-title">Synchronization</h3>
|
2013-08-04 00:54:25 +00:00
|
|
|
</div>
|
2013-08-04 15:49:14 +00:00
|
|
|
<div class="modal-body">
|
|
|
|
<p class="msg-sync-list hide">
|
|
|
|
"<span class="file-title"></span>" is synchronized with the
|
|
|
|
following location(s):
|
|
|
|
</p>
|
2013-08-14 23:44:51 +00:00
|
|
|
<div class="msg-sync-list sync-list hide"></div>
|
2013-08-04 15:49:14 +00:00
|
|
|
<blockquote class="msg-sync-list hide muted">
|
|
|
|
<b>NOTE:</b> Removing a synchronized location will not delete any
|
|
|
|
file.
|
|
|
|
</blockquote>
|
|
|
|
<blockquote class="msg-no-sync hide muted">
|
2013-08-14 23:44:51 +00:00
|
|
|
"<span class="file-title"></span>" is not synchronized yet. <br />
|
|
|
|
<br /> <b>NOTE:</b> You can add synchronized locations by
|
|
|
|
exporting your document using <i class="icon-provider-gdrive"></i>
|
|
|
|
Google Drive or <i class="icon-provider-dropbox"></i> Dropbox
|
|
|
|
sub-menu.
|
2013-08-04 15:49:14 +00:00
|
|
|
</blockquote>
|
2013-08-04 00:54:25 +00:00
|
|
|
</div>
|
2013-08-04 15:49:14 +00:00
|
|
|
<div class="modal-footer">
|
|
|
|
<a href="#" class="btn btn-primary" data-dismiss="modal">Close</a>
|
2013-08-04 00:54:25 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
2013-08-11 00:52:05 +00:00
|
|
|
<div class="modal modal-publish">
|
2013-08-04 15:49:14 +00:00
|
|
|
<div class="modal-dialog">
|
|
|
|
<div class="modal-content">
|
2013-08-04 00:54:25 +00:00
|
|
|
|
2013-08-04 15:49:14 +00:00
|
|
|
<div class="modal-header">
|
|
|
|
<button type="button" class="close" data-dismiss="modal"
|
|
|
|
aria-hidden="true">×</button>
|
|
|
|
<h3 class="modal-title">
|
|
|
|
Publish on <span class="publish-provider-name"></span>
|
|
|
|
</h3>
|
|
|
|
</div>
|
|
|
|
<div class="modal-body">
|
2013-08-04 00:54:25 +00:00
|
|
|
<div class="form-horizontal">
|
2013-08-05 01:31:14 +00:00
|
|
|
<div class="form-group modal-publish-ssh">
|
2013-08-04 15:49:14 +00:00
|
|
|
<label class="col-lg-4 control-label" for="input-publish-ssh-host">Host</label>
|
|
|
|
<div class="col-lg-7">
|
|
|
|
<input type="text" id="input-publish-ssh-host"
|
|
|
|
placeholder="host.name.or.ip" class="form-control"> <span
|
|
|
|
class="help-block"> Host must be accessible publicly,
|
|
|
|
unless you are hosting your own <a target="_blank"
|
|
|
|
href="https://github.com/benweet/stackedit-ssh-proxy">SSH
|
|
|
|
proxy</a>.
|
|
|
|
</span>
|
2013-08-04 00:54:25 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2013-08-05 01:31:14 +00:00
|
|
|
<div class="form-group modal-publish-ssh">
|
2013-08-04 15:49:14 +00:00
|
|
|
<label class="col-lg-4 control-label" for="input-publish-ssh-port">Port
|
|
|
|
(optional)</label>
|
2013-08-05 01:31:14 +00:00
|
|
|
<div class="col-lg-2">
|
2013-08-04 15:49:14 +00:00
|
|
|
<input type="text" id="input-publish-ssh-port" placeholder="22"
|
|
|
|
class="form-control">
|
2013-08-04 00:54:25 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2013-08-05 01:31:14 +00:00
|
|
|
<div class="form-group modal-publish-ssh">
|
2013-08-04 15:49:14 +00:00
|
|
|
<label class="col-lg-4 control-label"
|
|
|
|
for="input-publish-ssh-username">Username</label>
|
|
|
|
<div class="col-lg-7">
|
|
|
|
<input type="text" id="input-publish-ssh-username"
|
|
|
|
placeholder="username" class="form-control">
|
2013-08-04 00:54:25 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2013-08-05 01:31:14 +00:00
|
|
|
<div class="form-group modal-publish-ssh">
|
2013-08-04 15:49:14 +00:00
|
|
|
<label class="col-lg-4 control-label"
|
|
|
|
for="input-publish-ssh-password">Password</label>
|
|
|
|
<div class="col-lg-7">
|
|
|
|
<input type="password" id="input-publish-ssh-password"
|
|
|
|
placeholder="password" class="form-control"> <span
|
|
|
|
class="help-block"> Passwords are transmitted in clear,
|
|
|
|
unless you are hosting your own <a target="_blank"
|
|
|
|
href="https://github.com/benweet/stackedit-ssh-proxy">SSH
|
|
|
|
proxy</a>.
|
|
|
|
</span>
|
2013-08-04 00:54:25 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2013-08-05 01:31:14 +00:00
|
|
|
<div class="form-group modal-publish-github">
|
2013-08-04 15:49:14 +00:00
|
|
|
<label class="col-lg-4 control-label"
|
|
|
|
for="input-publish-github-reponame">Repository</label>
|
|
|
|
<div class="col-lg-7">
|
|
|
|
<input type="text" id="input-publish-github-reponame"
|
|
|
|
placeholder="repository-name" class="form-control">
|
2013-08-04 00:54:25 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2013-08-05 01:31:14 +00:00
|
|
|
<div class="form-group modal-publish-github">
|
2013-08-04 15:49:14 +00:00
|
|
|
<label class="col-lg-4 control-label"
|
|
|
|
for="input-publish-github-username">Username (optional)</label>
|
|
|
|
<div class="col-lg-7">
|
|
|
|
<input type="text" id="input-publish-github-username"
|
|
|
|
placeholder="username" class="form-control">
|
|
|
|
</div>
|
|
|
|
</div>
|
2013-08-05 01:31:14 +00:00
|
|
|
<div class="form-group modal-publish-github">
|
2013-08-04 15:49:14 +00:00
|
|
|
<label class="col-lg-4 control-label"
|
|
|
|
for="input-publish-github-branch">Branch</label>
|
|
|
|
<div class="col-lg-7">
|
|
|
|
<input type="text" id="input-publish-github-branch"
|
|
|
|
placeholder="branch-name" class="form-control">
|
|
|
|
</div>
|
|
|
|
</div>
|
2013-08-05 01:31:14 +00:00
|
|
|
<div class="form-group modal-publish-ssh modal-publish-github">
|
2013-08-04 15:49:14 +00:00
|
|
|
<label class="col-lg-4 control-label"
|
|
|
|
for="input-publish-file-path">File path</label>
|
|
|
|
<div class="col-lg-7">
|
|
|
|
<input type="text" id="input-publish-file-path"
|
|
|
|
placeholder="path/to/file.md" class="form-control">
|
|
|
|
</div>
|
|
|
|
</div>
|
2013-08-05 01:31:14 +00:00
|
|
|
<div class="form-group modal-publish-gist">
|
2013-08-04 15:49:14 +00:00
|
|
|
<label class="col-lg-4 control-label" for="input-publish-filename">Filename</label>
|
|
|
|
<div class="col-lg-7">
|
|
|
|
<input type="text" id="input-publish-filename"
|
|
|
|
placeholder="filename" class="form-control">
|
|
|
|
</div>
|
|
|
|
</div>
|
2013-08-05 01:31:14 +00:00
|
|
|
<div class="form-group modal-publish-gist">
|
2013-08-04 15:49:14 +00:00
|
|
|
<label class="col-lg-4 control-label" for="input-publish-gist-id">Existing
|
|
|
|
ID (optional)</label>
|
|
|
|
<div class="col-lg-7">
|
|
|
|
<input type="text" id="input-publish-gist-id"
|
|
|
|
placeholder="GistID" class="form-control">
|
|
|
|
</div>
|
|
|
|
</div>
|
2013-08-05 01:31:14 +00:00
|
|
|
<div class="form-group modal-publish-gist">
|
2013-08-04 15:49:14 +00:00
|
|
|
<label class="col-lg-4 control-label"
|
|
|
|
for="input-publish-gist-public">Public</label>
|
|
|
|
<div class="col-lg-7">
|
|
|
|
<div class="checkbox">
|
|
|
|
<input type="checkbox" id="input-publish-gist-public"
|
|
|
|
checked="checked" />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2013-08-05 01:31:14 +00:00
|
|
|
<div class="form-group modal-publish-blogger">
|
2013-08-04 15:49:14 +00:00
|
|
|
<label class="col-lg-4 control-label"
|
|
|
|
for="input-publish-blogger-url">Blog URL</label>
|
|
|
|
<div class="col-lg-7">
|
|
|
|
<input type="text" id="input-publish-blogger-url"
|
|
|
|
placeholder="http://exemple.blogger.com/" class="form-control">
|
|
|
|
</div>
|
|
|
|
</div>
|
2013-08-05 01:31:14 +00:00
|
|
|
<div class="form-group modal-publish-tumblr">
|
2013-08-04 15:49:14 +00:00
|
|
|
<label class="col-lg-4 control-label"
|
|
|
|
for="input-publish-tumblr-hostname">Blog hostname</label>
|
|
|
|
<div class="col-lg-7">
|
|
|
|
<input type="text" id="input-publish-tumblr-hostname"
|
|
|
|
placeholder="exemple.tumblr.com" class="form-control">
|
|
|
|
</div>
|
|
|
|
</div>
|
2013-08-05 01:31:14 +00:00
|
|
|
<div class="form-group modal-publish-wordpress">
|
2013-08-04 15:49:14 +00:00
|
|
|
<label class="col-lg-4 control-label"
|
|
|
|
for="input-publish-tumblr-hostname">WordPress site</label>
|
|
|
|
<div class="col-lg-7">
|
|
|
|
<input type="text" id="input-publish-wordpress-site"
|
|
|
|
placeholder="exemple.wordpress.com" class="form-control">
|
|
|
|
<span class="help-block"> <a target="_blank"
|
|
|
|
href="http://jetpack.me/">Jetpack plugin</a> is required for
|
|
|
|
self-hosted sites.
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div
|
2013-08-05 01:31:14 +00:00
|
|
|
class="form-group modal-publish-blogger modal-publish-tumblr modal-publish-wordpress">
|
2013-08-04 15:49:14 +00:00
|
|
|
<label class="col-lg-4 control-label" for="input-publish-postid">Update
|
|
|
|
existing post ID (optional)</label>
|
|
|
|
<div class="col-lg-7">
|
|
|
|
<input type="text" id="input-publish-postid" placeholder="PostID"
|
|
|
|
class="form-control">
|
|
|
|
</div>
|
|
|
|
</div>
|
2013-08-05 01:31:14 +00:00
|
|
|
<div class="form-group modal-publish-blogger">
|
2013-08-04 15:49:14 +00:00
|
|
|
<label class="col-lg-4 control-label" for="input-publish-labels">Labels
|
|
|
|
(comma separated)</label>
|
|
|
|
<div class="col-lg-7">
|
|
|
|
<input type="text" id="input-publish-labels"
|
|
|
|
placeholder="Label1, Label2" class="form-control">
|
2013-08-04 00:54:25 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2013-08-04 15:49:14 +00:00
|
|
|
<div
|
2013-08-05 01:31:14 +00:00
|
|
|
class="form-group modal-publish-tumblr modal-publish-wordpress">
|
2013-08-04 15:49:14 +00:00
|
|
|
<label class="col-lg-4 control-label" for="input-publish-tags">Tags
|
|
|
|
(comma separated)</label>
|
|
|
|
<div class="col-lg-7">
|
|
|
|
<input type="text" id="input-publish-tags"
|
|
|
|
placeholder="Tag1, Tag2" class="form-control">
|
2013-08-04 00:54:25 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2013-08-05 01:31:14 +00:00
|
|
|
<div class="form-group modal-publish-dropbox">
|
2013-08-04 15:49:14 +00:00
|
|
|
<label class="col-lg-4 control-label"
|
|
|
|
for="input-publish-dropbox-path">File path</label>
|
|
|
|
<div class="col-lg-7">
|
|
|
|
<input type="text" id="input-publish-dropbox-path"
|
|
|
|
placeholder="/path/to/My Document.html" class="form-control">
|
|
|
|
</div>
|
|
|
|
</div>
|
2013-08-05 01:31:14 +00:00
|
|
|
<div class="form-group modal-publish-gdrive">
|
2013-08-04 15:49:14 +00:00
|
|
|
<label class="col-lg-4 control-label"
|
|
|
|
for="input-publish-gdrive-fileid">File ID (optional)</label>
|
|
|
|
<div class="col-lg-7">
|
|
|
|
<input type="text" id="input-publish-gdrive-fileid"
|
|
|
|
placeholder="FileID" class="form-control"> <span
|
|
|
|
class="help-block">If no file ID is supplied, a new file
|
|
|
|
will be created in your Google Drive root folder. You can move
|
|
|
|
the file afterwards within Google Drive.</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
2013-08-05 01:31:14 +00:00
|
|
|
<div class="form-group modal-publish-gdrive">
|
2013-08-04 15:49:14 +00:00
|
|
|
<label class="col-lg-4 control-label"
|
|
|
|
for="input-publish-gdrive-filename">Force filename
|
|
|
|
(optional)</label>
|
|
|
|
<div class="col-lg-7">
|
|
|
|
<input type="text" id="input-publish-gdrive-filename"
|
|
|
|
placeholder="Filename" class="form-control"> <span
|
|
|
|
class="help-block">If no file name is supplied, the
|
|
|
|
document title will be used.</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="form-group">
|
2013-08-05 01:31:14 +00:00
|
|
|
<label class="col-lg-4 control-label">Format</label>
|
2013-08-04 15:49:14 +00:00
|
|
|
<div class="col-lg-7">
|
|
|
|
<div class="radio">
|
|
|
|
<label> <input type="radio" name="radio-publish-format"
|
|
|
|
value="markdown"> Markdown
|
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
<div class="radio">
|
|
|
|
<label> <input type="radio" name="radio-publish-format"
|
|
|
|
value="html"> HTML
|
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
<div class="radio">
|
|
|
|
<label> <input type="radio" name="radio-publish-format"
|
|
|
|
value="template"> Template
|
|
|
|
</label>
|
|
|
|
</div>
|
2013-08-04 00:54:25 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2013-08-04 15:49:14 +00:00
|
|
|
<div class="modal-footer">
|
2013-08-05 18:39:53 +00:00
|
|
|
<a href="#" class="btn btn-default" data-dismiss="modal">Cancel</a>
|
|
|
|
<a href="#" data-dismiss="modal"
|
|
|
|
class="btn btn-primary action-process-publish">OK</a>
|
2013-08-04 00:54:25 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2013-08-04 15:49:14 +00:00
|
|
|
|
2013-08-11 00:52:05 +00:00
|
|
|
<div class="modal modal-manage-publish">
|
2013-08-04 15:49:14 +00:00
|
|
|
<div class="modal-dialog">
|
|
|
|
<div class="modal-content">
|
|
|
|
|
|
|
|
<div class="modal-header">
|
|
|
|
<button type="button" class="close" data-dismiss="modal"
|
|
|
|
aria-hidden="true">×</button>
|
|
|
|
<h3 class="modal-title">Publication</h3>
|
|
|
|
</div>
|
|
|
|
<div class="modal-body">
|
|
|
|
<p class="msg-publish-list hide">
|
|
|
|
"<span class="file-title"></span>" is published on the following
|
|
|
|
location(s):
|
|
|
|
</p>
|
2013-08-14 23:44:51 +00:00
|
|
|
<div class="msg-publish-list publish-list hide"></div>
|
2013-08-04 15:49:14 +00:00
|
|
|
<blockquote class="muted">
|
|
|
|
<div class="msg-no-publish hide">
|
|
|
|
"<span class="file-title"></span>" is not published yet. <br /> <br />
|
|
|
|
</div>
|
|
|
|
<b>NOTE:</b> You can add publications using "Publish on" sub-menu.
|
|
|
|
</blockquote>
|
|
|
|
</div>
|
|
|
|
<div class="modal-footer">
|
|
|
|
<a href="#" class="btn btn-primary" data-dismiss="modal">Close</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
2013-08-04 00:54:25 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2013-08-04 15:49:14 +00:00
|
|
|
|
2013-08-11 00:52:05 +00:00
|
|
|
<div class="modal modal-settings">
|
2013-08-04 15:49:14 +00:00
|
|
|
<div class="modal-dialog">
|
|
|
|
<div class="modal-content">
|
|
|
|
|
|
|
|
<div class="modal-header">
|
|
|
|
<button type="button" class="close" data-dismiss="modal"
|
|
|
|
aria-hidden="true">×</button>
|
|
|
|
<h3 class="modal-title">Settings</h3>
|
|
|
|
<ul class="nav nav-tabs">
|
|
|
|
<li class="active"><a class="action-load-settings"
|
|
|
|
href="#tabpane-settings-editor" data-toggle="tab">Editor</a></li>
|
|
|
|
<li><a class="action-load-settings"
|
|
|
|
href="#tabpane-settings-publish" data-toggle="tab">Publish</a></li>
|
|
|
|
<li><a class="action-load-settings"
|
|
|
|
href="#tabpane-settings-extensions" data-toggle="tab">Extensions</a></li>
|
|
|
|
<li><a class="action-load-settings"
|
|
|
|
href="#tabpane-settings-utils" data-toggle="tab">Utils</a></li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div class="modal-body">
|
|
|
|
|
|
|
|
<div class="tab-content">
|
|
|
|
<div class="tab-pane active" id="tabpane-settings-editor">
|
|
|
|
<div class="form-horizontal">
|
|
|
|
<div class="form-group">
|
|
|
|
<label class="col-lg-4 control-label">Layout orientation</label>
|
|
|
|
<div class="col-lg-7">
|
|
|
|
<div class="radio">
|
|
|
|
<label> <input type="radio"
|
|
|
|
name="radio-layout-orientation" value="horizontal">
|
|
|
|
Horizontal
|
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
<div class="radio">
|
|
|
|
<label> <input type="radio"
|
|
|
|
name="radio-layout-orientation" value="vertical">
|
|
|
|
Vertical
|
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="form-group">
|
|
|
|
<label class="col-lg-4 control-label" for="input-settings-theme">Theme</label>
|
|
|
|
<div class="col-lg-7">
|
|
|
|
<select id="input-settings-theme" class="form-control">
|
|
|
|
</select> <span class="help-block"><a target="_blank"
|
|
|
|
href="https://github.com/benweet/stackedit/blob/master/doc/theming.md#stackedit-theming-guide">Create
|
|
|
|
your own theme...</a></span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="form-group">
|
|
|
|
<label class="col-lg-4 control-label"
|
|
|
|
for="input-settings-lazy-rendering">Lazy rendering <a
|
|
|
|
href="#" class="tooltip-lazy-rendering">(?)</a>
|
|
|
|
</label>
|
|
|
|
<div class="col-lg-7">
|
|
|
|
<div class="checkbox">
|
|
|
|
<input type="checkbox" id="input-settings-lazy-rendering" />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="form-group">
|
|
|
|
<label class="col-lg-4 control-label"
|
|
|
|
for="input-settings-editor-font-family">Editor font</label>
|
|
|
|
<div class="col-lg-8 form-inline">
|
|
|
|
<input type="text" id="input-settings-editor-font-family"
|
|
|
|
class="form-control col-lg-7"> <input type="text"
|
|
|
|
id="input-settings-editor-font-size"
|
|
|
|
class="form-control col-lg-2"> px
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="form-group">
|
|
|
|
<label class="col-lg-4 control-label"
|
|
|
|
for="textarea-settings-default-content">Default content
|
|
|
|
<a href="#" class="tooltip-default-content">(?)</a>
|
|
|
|
</label>
|
|
|
|
<div class="col-lg-7">
|
|
|
|
<textarea id="textarea-settings-default-content"
|
|
|
|
class="form-control"></textarea>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="tab-pane" id="tabpane-settings-publish">
|
|
|
|
<div class="form-horizontal">
|
|
|
|
<div class="form-group">
|
|
|
|
<label class="col-lg-4 control-label"
|
|
|
|
for="input-settings-publish-commit-msg">Commit message</label>
|
|
|
|
<div class="col-lg-7">
|
|
|
|
<input type="text" id="input-settings-publish-commit-msg"
|
|
|
|
class="form-control">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="form-group">
|
|
|
|
<label class="col-lg-4 control-label"
|
|
|
|
for="textarea-settings-publish-template">Template <a
|
|
|
|
href="#" class="tooltip-template">(?)</a>
|
|
|
|
</label>
|
|
|
|
<div class="col-lg-7">
|
|
|
|
<textarea id="textarea-settings-publish-template"
|
|
|
|
class="form-control"></textarea>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="form-group">
|
|
|
|
<label class="col-lg-4 control-label"
|
|
|
|
for="input-settings-ssh-proxy">SSH proxy</label>
|
|
|
|
<div class="col-lg-7">
|
|
|
|
<input type="text" id="input-settings-ssh-proxy"
|
|
|
|
class="form-control">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="tab-pane" id="tabpane-settings-extensions">
|
2013-08-15 23:17:16 +00:00
|
|
|
<div class="panel-group accordion-extensions"></div>
|
2013-08-04 15:49:14 +00:00
|
|
|
<span class="help-block pull-right"><a target="_blank"
|
|
|
|
href="https://github.com/benweet/stackedit/blob/master/doc/developer-guide.md#architecture">Create
|
|
|
|
your own extension...</a></span>
|
|
|
|
</div>
|
|
|
|
<div class="tab-pane" id="tabpane-settings-utils">
|
|
|
|
<div class="tab-pane-button-container">
|
|
|
|
<a href="#"
|
|
|
|
class="btn btn-block btn-primary action-import-settings"><i
|
|
|
|
class="icon-wrench icon-white"></i> Import settings</a> <a href="#"
|
|
|
|
class="btn btn-block btn-primary action-export-settings"
|
|
|
|
data-dismiss="modal"><i class="icon-wrench icon-white"></i>
|
|
|
|
Export settings</a> <a href="#"
|
|
|
|
class="btn btn-block btn-primary action-default-settings"
|
|
|
|
data-dismiss="modal"><i class="icon-wrench icon-white"></i>
|
|
|
|
Load default settings</a> <input type="file"
|
|
|
|
id="input-file-import-settings" class="hide">
|
|
|
|
</div>
|
|
|
|
<div class="tab-pane-button-container">
|
|
|
|
<a href="#" class="btn btn-block btn-primary action-welcome-file"
|
2013-08-04 17:42:22 +00:00
|
|
|
data-dismiss="modal"><i class="icon-help-circled icon-white"></i>
|
2013-08-04 15:49:14 +00:00
|
|
|
Welcome document</a> <a href="#" class="btn btn-block btn-primary"
|
|
|
|
data-dismiss="modal" data-toggle="modal"
|
2013-08-11 00:52:05 +00:00
|
|
|
data-target=".modal-app-reset"><i
|
2013-08-04 15:49:14 +00:00
|
|
|
class="icon-fire icon-white"></i> Reset application</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<div class="modal-footer">
|
2013-08-05 18:39:53 +00:00
|
|
|
<a href="#" class="btn btn-default" data-dismiss="modal">Cancel</a>
|
|
|
|
<a href="#" class="btn btn-primary action-apply-settings"
|
|
|
|
data-dismiss="modal">OK</a>
|
2013-08-04 15:49:14 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2013-08-04 00:54:25 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2013-08-04 15:49:14 +00:00
|
|
|
|
2013-08-11 00:52:05 +00:00
|
|
|
<div class="modal modal-non-unique">
|
2013-08-04 15:49:14 +00:00
|
|
|
<div class="modal-dialog">
|
|
|
|
<div class="modal-content">
|
|
|
|
|
|
|
|
<div class="modal-header">
|
|
|
|
<h3 class="modal-title">Ooops...</h3>
|
|
|
|
</div>
|
|
|
|
<div class="modal-body">
|
|
|
|
<p>StackEdit has stopped because another instance was running in
|
|
|
|
the same browser.</p>
|
|
|
|
<blockquote class="muted">If you want to reopen
|
|
|
|
StackEdit, click on "Reload".</blockquote>
|
|
|
|
</div>
|
|
|
|
<div class="modal-footer">
|
|
|
|
<a href="javascript:window.location.reload();"
|
|
|
|
class="btn btn-primary">Reload</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
2013-08-04 00:54:25 +00:00
|
|
|
</div>
|
2013-08-04 15:49:14 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
|
2013-08-11 00:52:05 +00:00
|
|
|
<div class="modal modal-app-reset">
|
2013-08-04 15:49:14 +00:00
|
|
|
<div class="modal-dialog">
|
|
|
|
<div class="modal-content">
|
|
|
|
|
|
|
|
<div class="modal-header">
|
|
|
|
<h3 class="modal-title">Reset application</h3>
|
|
|
|
</div>
|
|
|
|
<div class="modal-body">
|
|
|
|
<p>This will delete all your local documents.</p>
|
|
|
|
<blockquote class="muted">Are you sure?</blockquote>
|
|
|
|
</div>
|
|
|
|
<div class="modal-footer">
|
2013-08-05 18:39:53 +00:00
|
|
|
<a href="#" class="btn btn-default" data-dismiss="modal">Cancel</a>
|
|
|
|
<a href="#" class="btn btn-primary action-app-reset"
|
|
|
|
data-dismiss="modal">OK</a>
|
2013-08-04 15:49:14 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2013-08-04 00:54:25 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2013-08-04 15:49:14 +00:00
|
|
|
|
|
|
|
<textarea id="md-section-helper" class="form-control"></textarea>
|
2013-08-04 00:54:25 +00:00
|
|
|
<div class="lock-ui hide"></div>
|
2013-08-05 18:39:53 +00:00
|
|
|
<div id="dropboxjs" data-app-key="x0k2l8puemfvg0o"></div>
|