v1.0 beta init
This commit is contained in:
1
public/mdeditor/editor/pagedown/local/Markdown.local.en-min.js
vendored
Normal file
1
public/mdeditor/editor/pagedown/local/Markdown.local.en-min.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
(function(){Markdown.local=Markdown.local||{};Markdown.local.zh={bold:"Bold <strong> Ctrl+B",boldexample:"Bold",italic:"Italic <em> Ctrl+I",italicexample:"Italic",link:"Link <a> Ctrl+L",linkTitle:"Link",linkAddress:"Input Link",linkExample:'http://example.com/ "Optional Title"',image:"Image <img> Ctrl+G",imageTitle:"Image",imageAddress:"Input Image Address",imageExample:'http://example.com/images/diagram.jpg "Optional Title"',quote:"Blockquote <blockquote> Ctrl+Q",quoteexample:"Blockquote ",code:"Code <pre><code> Ctrl+K",codeexample:"Input Code",olist:"Ordered List <ol> Ctrl+O",ulist:"Unordered list <ul> Ctrl+U",litem:"item",heading:"Heading <h1>/<h2> Ctrl+H",headingexample:"Heading",hr:"Hr <hr> Ctrl+R",undo:"Undo - Ctrl+Z",redo:"Redo - Ctrl+Y",redomac:"Redomac - Ctrl+Shift+Z",help:"Markdown Help Ctrl+Alt+H"}})();
|
||||
45
public/mdeditor/editor/pagedown/local/Markdown.local.en.js
Normal file
45
public/mdeditor/editor/pagedown/local/Markdown.local.en.js
Normal file
@@ -0,0 +1,45 @@
|
||||
// Usage:
|
||||
//
|
||||
// var myConverter = new Markdown.Editor(myConverter, null, { strings: Markdown.local.fr });
|
||||
|
||||
(function () {
|
||||
Markdown.local = Markdown.local || {};
|
||||
Markdown.local.zh = {
|
||||
bold: "Bold <strong> Ctrl+B",
|
||||
boldexample: "Bold",
|
||||
|
||||
italic: "Italic <em> Ctrl+I",
|
||||
italicexample: "Italic",
|
||||
|
||||
link: "Link <a> Ctrl+L",
|
||||
linkTitle:"Link",
|
||||
linkAddress:"Input Link",
|
||||
linkExample: 'http://example.com/ "Optional Title"',
|
||||
|
||||
image: "Image <img> Ctrl+G",
|
||||
imageTitle:"Image",
|
||||
imageAddress:"Input Image Address",
|
||||
imageExample: 'http://example.com/images/diagram.jpg "Optional Title"',
|
||||
|
||||
quote: "Blockquote <blockquote> Ctrl+Q",
|
||||
quoteexample: "Blockquote ",
|
||||
|
||||
code: "Code <pre><code> Ctrl+K",
|
||||
codeexample: "Input Code",
|
||||
|
||||
olist: "Ordered List <ol> Ctrl+O",
|
||||
ulist: "Unordered list <ul> Ctrl+U",
|
||||
litem: "item",
|
||||
|
||||
heading: "Heading <h1>/<h2> Ctrl+H",
|
||||
headingexample: "Heading",
|
||||
|
||||
hr: "Hr <hr> Ctrl+R",
|
||||
|
||||
undo: "Undo - Ctrl+Z",
|
||||
redo: "Redo - Ctrl+Y",
|
||||
redomac: "Redomac - Ctrl+Shift+Z",
|
||||
|
||||
help: "Markdown Help Ctrl+Alt+H"
|
||||
};
|
||||
})();
|
||||
@@ -1 +1 @@
|
||||
(function(){Markdown.local=Markdown.local||{};Markdown.local.zh={bold:"粗体 <strong> Ctrl+B",boldexample:"粗体文本",italic:"斜体 <em> Ctrl+I",italicexample:"斜体文本",link:"超链接 <a> Ctrl+L",linkdescription:"此处输入链接的描述",linkdialog:'<p><b>输入超链接</b></p><p>http://example.com/ "可选标题"</p>',quote:"段落引用 <blockquote> Ctrl+Q",quoteexample:"段落引用",code:"代码样例 <pre><code> Ctrl+K",codeexample:"此处输入代码",image:"图片 <img> Ctrl+G",imagedescription:"此处输入图片的描述",imagedialog:"<p><b>插入图片</b></p><p>http://example.com/images/diagram.jpg \"可选标题\"<br><br><a href='http://www.google.com/search?q=free+image+hosting' target='_blank'>需要免费的图片主机?</a></p>",olist:"有序列表 <ol> Ctrl+O",ulist:"无序列表 <ul> Ctrl+U",litem:"列表项",heading:"标题 <h1>/<h2> Ctrl+H",headingexample:"标题",hr:"水平线 <hr> Ctrl+R",undo:"撤销 - Ctrl+Z",redo:"重复 - Ctrl+Y",redomac:"重复 - Ctrl+Shift+Z",help:"Markdown 语法帮助 Ctrl+Alt+H"}})();
|
||||
(function(){Markdown.local=Markdown.local||{};Markdown.local.zh={bold:"粗体 <strong> Ctrl+B",boldexample:"粗体文本",italic:"斜体 <em> Ctrl+I",italicexample:"斜体文本",link:"超链接 <a> Ctrl+L",linkTitle:"超链接",linkAddress:"请输入链接地址",linkdescription:"此处输入链接的描述",linkExample:'http://example.com/ "可选标题"',image:"图片 <img> Ctrl+G",imageTitle:"图片",imageAddress:"请输入图片地址",imagedescription:"此处输入图片的描述",imageExample:'http://example.com/images/diagram.jpg "可选标题"',quote:"段落引用 <blockquote> Ctrl+Q",quoteexample:"段落引用",code:"代码样例 <pre><code> Ctrl+K",codeexample:"此处输入代码",olist:"有序列表 <ol> Ctrl+O",ulist:"无序列表 <ul> Ctrl+U",litem:"列表项",heading:"标题 <h1>/<h2> Ctrl+H",headingexample:"标题",hr:"水平线 <hr> Ctrl+R",undo:"撤销 - Ctrl+Z",redo:"重复 - Ctrl+Y",redomac:"重复 - Ctrl+Shift+Z",help:"Markdown 语法帮助 Ctrl+Alt+H"}})();
|
||||
@@ -12,19 +12,23 @@
|
||||
italicexample: "斜体文本",
|
||||
|
||||
link: "超链接 <a> Ctrl+L",
|
||||
linkTitle:"超链接",
|
||||
linkAddress:"请输入链接地址",
|
||||
linkdescription: "此处输入链接的描述",
|
||||
linkdialog: "<p><b>输入超链接</b></p><p>http://example.com/ \"可选标题\"</p>",
|
||||
|
||||
linkExample: 'http://example.com/ "可选标题"',
|
||||
|
||||
image: "图片 <img> Ctrl+G",
|
||||
imageTitle:"图片",
|
||||
imageAddress:"请输入图片地址",
|
||||
imagedescription: "此处输入图片的描述",
|
||||
imageExample: 'http://example.com/images/diagram.jpg "可选标题"',
|
||||
|
||||
quote: "段落引用 <blockquote> Ctrl+Q",
|
||||
quoteexample: "段落引用",
|
||||
|
||||
code: "代码样例 <pre><code> Ctrl+K",
|
||||
codeexample: "此处输入代码",
|
||||
|
||||
image: "图片 <img> Ctrl+G",
|
||||
imagedescription: "此处输入图片的描述",
|
||||
imagedialog: "<p><b>插入图片</b></p><p>http://example.com/images/diagram.jpg \"可选标题\"<br><br><a href='http://www.google.com/search?q=free+image+hosting' target='_blank'>需要免费的图片主机?</a></p>",
|
||||
|
||||
olist: "有序列表 <ol> Ctrl+O",
|
||||
ulist: "无序列表 <ul> Ctrl+U",
|
||||
litem: "列表项",
|
||||
|
||||
Reference in New Issue
Block a user