mirror of
https://github.com/sparksuite/simplemde-markdown-editor.git
synced 2025-09-24 16:40:55 -06:00
builds without spell checker
This commit is contained in:
parent
abf4b84a68
commit
5706c022f3
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* simplemde v1.9.0
|
||||
* simplemde v1.9.1
|
||||
* Copyright Next Step Webs, Inc.
|
||||
* @link https://github.com/NextStepWebs/simplemde-markdown-editor
|
||||
* @license MIT
|
||||
@ -171,7 +171,7 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
|
||||
}
|
||||
|
||||
/* The fake, visible scrollbars. Used to force redraw during scrolling
|
||||
before actuall scrolling happens, thus preventing shaking and
|
||||
before actual scrolling happens, thus preventing shaking and
|
||||
flickering artifacts. */
|
||||
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
|
||||
position: absolute;
|
||||
@ -659,6 +659,3 @@ span.CodeMirror-selectedtext { background: none; }
|
||||
.CodeMirror .CodeMirror-code .cm-strikethrough {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
.CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment):not(.cm-tag):not(.cm-word) {
|
||||
background: rgba(255, 0, 0, .15);
|
||||
}
|
File diff suppressed because one or more lines are too long
1065
debug/simplemde.js
1065
debug/simplemde.js
File diff suppressed because it is too large
Load Diff
4
dist/simplemde.min.css
vendored
4
dist/simplemde.min.css
vendored
File diff suppressed because one or more lines are too long
18
dist/simplemde.min.js
vendored
18
dist/simplemde.min.js
vendored
File diff suppressed because one or more lines are too long
22
package.json
22
package.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "simplemde",
|
||||
"version": "1.9.0",
|
||||
"version": "1.9.1",
|
||||
"description": "A simple, beautiful, and embeddable JavaScript Markdown editor. Features autosaving and spell checking.",
|
||||
"keywords": [
|
||||
"embeddable",
|
||||
@ -41,26 +41,6 @@
|
||||
"vinyl-source-stream": "^1.1.0",
|
||||
"vinyl-buffer": "*"
|
||||
},
|
||||
"browserify": {
|
||||
"transform": [
|
||||
"browserify-shim"
|
||||
]
|
||||
},
|
||||
"browser": {
|
||||
"spell-checker": "./node_modules/codemirror-spell-checker/src/js/spell-checker.js",
|
||||
"typo": "./node_modules/codemirror-spell-checker/src/js/typo.js"
|
||||
},
|
||||
"browserify-shim": {
|
||||
"spell-checker": {
|
||||
"depends": [
|
||||
"typo:Typo",
|
||||
"codemirror:CodeMirror"
|
||||
]
|
||||
},
|
||||
"typo": {
|
||||
"exports": "Typo"
|
||||
}
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/NextStepWebs/simplemde-markdown-editor"
|
||||
|
Loading…
x
Reference in New Issue
Block a user