New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@knime/rich-text-editor

Package Overview
Dependencies
Maintainers
1
Versions
199
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@knime/rich-text-editor

Vue components of a rich text editor that can be used for the frontend of all KNIME web projects.

latest
Source
npmnpm
Version
1.8.17
Version published
Maintainers
1
Created
Source

Image @knime/rich-text-editor

KNIME's Rich Text Editor. Used in other consuming @knime packages.

Demo

A demo for the rich text editor can be found here: https://knime.github.io/webapps-common/?q=RichTextEditor

Installation

To install the @knime/rich-text-editor package, you can use npm:

npm install @knime/rich-text-editor

Usage

To use the Rich Text Editor in your project, you can import it as follows:

import { RichTextEditor } from "@knime/rich-text-editor";

or import types as follow:

import type { EditorTools } from "@knime/rich-text-editor";

Join the Community!

  • KNIME Forum

FAQs

Package last updated on 25 Mar 2026

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