Skip to content

pharesim/tui-editor-plugin-reference

Repository files navigation

tui-editor-plugin-reference

This is a plugin of TOAST UI Editor to include references.
based on @paerck25/tui-editor-plugin-font-size

font-size

Install

$ npm install tui-editor-plugin-reference

or

$ yarn add tui-editor-plugin-reference

Usage

import Editor from "@toast-ui/editor";
import fontSize from "tui-editor-plugin-reference";
import "tui-editor-plugin-font-size/dist/tui-editor-plugin-reference.css";

const editor = new Editor({
  // ...
  plugins: [reference],
});

About

A plugin for adding references to tui editor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published