mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-15 07:31:33 +00:00
markdown 编辑器升级;
This commit is contained in:
29
note.html
29
note.html
@@ -477,33 +477,6 @@ function log(o) {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- mdEditor -->
|
||||
<!-- v2 -->
|
||||
<div class="modal fade modal-insert-link">
|
||||
<div class="modal-dialog">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<button type="button" class="close" data-dismiss="modal"
|
||||
aria-hidden="true">×</button>
|
||||
<h4 class="modal-title">Hyperlink</h4>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<p>Please provide the link URL and an optional title:</p>
|
||||
<div class="input-group">
|
||||
<span class="input-group-addon"><i class="icon-globe"></i></span><input
|
||||
id="input-insert-link" type="text" class="col-sm-5 form-control"
|
||||
placeholder='http://example.com/ "optional title"' />
|
||||
</div>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- v1 -->
|
||||
<!-- Hidden Popup Modal -->
|
||||
<div class="modal fade bs-modal-sm" id="editorDialog" tabindex="-1" role="dialog" aria-labelledby="mySmallModalLabel" aria-hidden="true">
|
||||
@@ -675,7 +648,7 @@ window.require = undefined;
|
||||
<!-- 导入插件 执行 -->
|
||||
<script src="public/js/main.js"></script>
|
||||
<!-- markdown editor -->
|
||||
<script src="public/md/main.js"></script>
|
||||
<script src="public/md/main.min.js"></script>
|
||||
<!-- extra额外 -->
|
||||
<script src="public/js/dec/main.js"></script>
|
||||
|
||||
|
@@ -280,6 +280,8 @@
|
||||
"User exists": "用户已存在",
|
||||
"Local": "本地",
|
||||
|
||||
"Synchronizing": "正在同步"
|
||||
"Synchronizing": "正在同步",
|
||||
|
||||
"Hyperlink":"超链接","Please provide the link URL and an optional title":"请填写链接和一个可选的标题","optional title":"可选标题","Cancel":"取消","Strong":"粗体","strong text":"粗体","Emphasis":"斜体","emphasized text":"斜体","Blockquote":"引用","Code Sample":"代码","enter code here":"代码","Image":"图片","Heading":"标题","Numbered List":"有序列表","Bulleted List":"无序列表","List item":"项目","Horizontal Rule":"水平线","Undo":"撤销","Redo":"重做","enter image description here":"图片标题","enter link description here":"链接标题"
|
||||
|
||||
}
|
@@ -280,5 +280,8 @@
|
||||
"User exists": "用戶已存在",
|
||||
"Local": "本地",
|
||||
|
||||
"Synchronizing": "正在同步"
|
||||
"Synchronizing": "正在同步",
|
||||
|
||||
"Hyperlink":"超鏈接","Please provide the link URL and an optional title":"請填寫鏈接和壹個可選的標題","optional title":"可選標題","Cancel":"取消","Strong":"粗體","strong text":"粗體","Emphasis":"斜體","emphasized text":"斜體","Blockquote":"引用","Code Sample":"代碼","enter code here":"代碼","Image":"圖片","Heading":"標題","Numbered List":"有序列表","Bulleted List":"無序列表","List item":"項目","Horizontal Rule":"水平線","Undo":"撤銷","Redo":"重做","enter image description here":"圖片標題","enter link description here":"鏈接標題"
|
||||
|
||||
}
|
3021
public/md/main.js
3021
public/md/main.js
File diff suppressed because it is too large
Load Diff
37
public/md/main.min.js
vendored
37
public/md/main.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user