Socket
Book a DemoInstallSign in
Socket

jodit-tributejs

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jodit-tributejs

tributejs and Jodit

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

Jodit and TributeJS

  • Jodit editor
  • Tribute JS

Install

npm i jodit-tributejs

In page

<!-- Jodit -->
<link rel="stylesheet" href="../node_modules/jodit/build/jodit.min.css">
<script src="./node_modules/jodit/build/jodit.min.js"></script>
<!-- TributeJS  -->
<link rel="stylesheet" href="../node_modules/tributejs/dist/tribute.css">
<script src="./node_modules/tributejs/dist/tribute.min.js"></script>
<!-- plugin -->
<script src="./node_modules/jodit-tributejs/index.js"></script>

And simple init Jodit

<textarea id="editor" cols="30" rows="10"></textarea>
<script>
	var editor = new Jodit('#editor');
</script>

Enter @ char

Keywords

jodit

FAQs

Package last updated on 22 Mar 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts