Socket
Book a DemoInstallSign in
Socket

@extensionengine/tce-jodit

Package Overview
Dependencies
Maintainers
6
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@extensionengine/tce-jodit

Tailor content element for Jodit editor

latest
Source
npmnpm
Version
0.4.1
Version published
Weekly downloads
17
750%
Maintainers
6
Weekly downloads
 
Created
Source

@extensionengine/tce-jodit

circleci build status install size npm package version github license js @extensionengine style style @extensionengine style

Development

Install dependencies

npm install

Use vue-cli to run local example

npm run serve

Build

npm run build

💁‍♂️ Extra tips:

For debugging jodit use the unminified version. In the jodit-vue package export jodit.es2018.js in node_modules/jodit-vue/src/wrapper.js

//...
export default plugin;
export { JoditEditor, JoditEditor as JoditVue };
export { Jodit } from 'jodit/build/jodit.es2018';

and in src/edit/Editor.vue import

<script>
import { Jodit, JoditVue } from 'jodit-vue/src/wrapper';
...
</script>

This will make things much easier when developing custom plugins to see what's going on. Make sure you revert the changes in the src/edit/Editor.vue before submitting a PR.

FAQs

Package last updated on 21 Sep 2023

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