update easymde

This commit is contained in:
Diego Najar 2021-06-14 23:56:04 +02:00
parent 6d0d250075
commit 336ca49397
5 changed files with 17 additions and 7 deletions

View 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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -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."
}

View file

@ -109,7 +109,7 @@ return <<<EOF
output = "$pageBreak";
cm.replaceSelection(output);
},
className: "bi-crop",
className: "bi-file-earmark-break",
title: "Page break",
}]
});