-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
101 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
node_modules/ | ||
build/ | ||
package-lock.json | ||
yarn.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,6 @@ This is TeX-based mathematical plugin for CKEditor 5. You can use it to insert, | |
- Have multiple input and output format | ||
- Paste support | ||
- from plain text | ||
- from Microsoft Word | ||
|
||
# Demos | ||
[Classic editor with MathJax](https://jsfiddle.net/isaul32/qktj9h7x/) | ||
|
@@ -42,11 +41,7 @@ This is TeX-based mathematical plugin for CKEditor 5. You can use it to insert, | |
|
||
## Requirements | ||
|
||
- With CKEditor 5 v21.0.0, use [email protected] version | ||
- With CKEditor 5 v20.0.0, use [email protected] version | ||
- With CKEditor 5 v19.0.0, use [email protected] version | ||
- With CKEditor 5 v18.0.0, use [email protected] version | ||
- With CKEditor 5 v17.0.0, use [email protected] version | ||
- Use same version as CKEditor 5 | ||
|
||
If you get duplicated modules error, you have mismatching versions in your editor build package.json. | ||
|
||
|
@@ -176,7 +171,3 @@ Replace ckeditor5-core with git version | |
Run test suite | ||
|
||
`npm run test` | ||
|
||
## Todo | ||
- MathML input and output when using MathJax version 3 | ||
- Support multiple equations when pasting as plain text |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.