1.0.6 • Published 5 years ago

mathjax-toolbar v1.0.6

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

mathjax-toolbar

A Vue.js Toolbar Plugin to Insert Mathjax Code.

github

https://github.com/zmj97/mathjax-toolbar

How to Use

# install this plugin
npm install mathjax-toolbar --save
// main.js
import mathjaxToolbar from 'mathjax-toolbar'
Vue.use(mathjaxToolbar)

// xxx.vue
/* contentId传入插入文本的结点或父节点的id,
 * 需要注意的是,当传入的为父节点时,则自动插入到第一个textarea子节点中,
 * 没有textarea子节点时插入到input子节点中
 */
<mathjax-toolbar contentId="editor"></mathjax-toolbar>
//插入文本的地方,这里用mavon editor为例, 也可以直接使用textarea或input
<mavon-editor
 id="editor"
 v-model="value" 
 :ishljs="true"
/>

Preview

npm.io

其中插入$括号即为mathjax-toolbar

For detailed explanation on how things work, consult the docs for vue-loader.

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago