update easymde
This commit is contained in:
parent
6d0d250075
commit
336ca49397
5 changed files with 17 additions and 7 deletions
10
bl-plugins/easymde/README.md
Normal file
10
bl-plugins/easymde/README.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
Icons
|
||||
bi bi-bold = bi bi-type-bold
|
||||
Icons replacements
|
||||
fa fa- = bi bi-
|
||||
bi bi-italic = bi bi-type-italic
|
||||
bi bi-header = heading bi bi-type-h1
|
||||
bi bi-quote-left = bi bi-blockquote-left
|
||||
bi bi-minus = horizontal-rule bi bi-hr
|
||||
bi bi-arrows-alt = bi bi-fullscreen
|
||||
bi-crop = bi-file-earmark-break
|
4
bl-plugins/easymde/css/easymde.min.css
vendored
4
bl-plugins/easymde/css/easymde.min.css
vendored
File diff suppressed because one or more lines are too long
4
bl-plugins/easymde/js/easymde.min.js
vendored
4
bl-plugins/easymde/js/easymde.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -2,10 +2,10 @@
|
|||
"author": "EasyMDE",
|
||||
"email": "",
|
||||
"website": "https://easymde.tk",
|
||||
"version": "2.14.0",
|
||||
"version": "2.15.0",
|
||||
"releaseDate": "2021-02-14",
|
||||
"license": "MIT",
|
||||
"compatible": "4.0",
|
||||
"type": "editor",
|
||||
"notes": "EasyMDE use Font-Awesome for icons and Bludit use Bootstrap icons so you need to do some search and replace fa fa- for bi bi-."
|
||||
"notes": "Please read the README.md."
|
||||
}
|
|
@ -109,7 +109,7 @@ return <<<EOF
|
|||
output = "$pageBreak";
|
||||
cm.replaceSelection(output);
|
||||
},
|
||||
className: "bi-crop",
|
||||
className: "bi-file-earmark-break",
|
||||
title: "Page break",
|
||||
}]
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue