Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kenmueller/ckeditor5-latex
CKEditor5 LaTeX plugin
https://github.com/kenmueller/ckeditor5-latex
Last synced: about 2 months ago
JSON representation
CKEditor5 LaTeX plugin
- Host: GitHub
- URL: https://github.com/kenmueller/ckeditor5-latex
- Owner: kenmueller
- Created: 2020-02-05T08:44:29.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-07T22:50:17.000Z (over 1 year ago)
- Last Synced: 2024-05-28T15:28:59.773Z (7 months ago)
- Language: JavaScript
- Size: 86.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CKEditor 5 LaTeX
> Inserts `\(\)` and `\[\]` surrounding the cursor for the client to insert LaTeX
## Installation
### 1.
```bash
npm i ckeditor5-latex
```### 2.
In `ckeditor.js`:
```javascript
import Latex from 'ckeditor5-latex'
```### 3.
Add `Latex` to `Editor.builtinPlugins`
### 4.
Add `'inlineLatex', 'centeredLatex'` to `toolbar.items`