TexEditor

What it does

This plugin adds a TeX-Editor to Xeditor. It can be used to create and edit TeX formulas within Xeditor. The rendered result will be displayed within Xeditor.

TEX Editor TEX Editor Rendering

Installation

First you have to switch into your project location using the command line.

cd path/to/your/project

Then you can install the plugin as follows:

npm install @xeditor/plugin-texeditor --save --registry https://npm.xeditor.com:4873

Configuration

The demo configuration of the plugin looks like this:

{
pluginId: 'texeditor',
ptype: 'uxxeditortexeditor',
aceBaseURL: '/ace',
mathJaxURL: '/mathjax/MathJax.js'
}

API

The API for the plugin can be found here