Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/netzo/deps/@tiptap/react.ts

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Go to Latest
import * as netzo from "https://deno.land/x/netzo@0.5.66/deps/@tiptap/react.ts";

Functions

Optionally calls value as a function. Otherwise it is returned directly.

Returns a new Transform based on all steps of the passed transactions.

Remove a property or an array of properties from an object

Same as findChildren but searches only within a range.

Get a list of all extension attributes defined in addAttribute and addGlobalAttribute.

Returns a list of changed ranges based on the first and last state of all steps.

This function merges extension attributes into parserule attributes (attrs or getAttrs). Cancels when getAttrs returned false.

Create an input rules plugin. When enabled, it will cause text input that matches any of the given rules to trigger the rule’s action.

Build an input rule that adds a mark when the matched text is typed into it.

Build an paste rule that adds a mark when the matched text is pasted into it.

Build an input rule that adds a node when the matched text is typed into it.

Build an paste rule that adds a node when the matched text is pasted into it.

Check if object1 includes object2

Create an paste rules plugin. When enabled, it will cause pasted text that matches any of the given rules to trigger the rule’s action.

Removes duplicated values within an array. Supports numbers, strings and objects.

Build an input rule that changes the type of a textblock when the matched text is typed into it. When using a regular expresion you’ll probably want the regexp to start with ^, so that the pattern can only occur at the start of a textblock.

Build an input rule that replaces text when the matched text is typed into it.

Build an paste rule that replaces text when the matched text is pasted into it.

Build an input rule for automatically wrapping a textblock when a given string is typed. When using a regular expresion you’ll probably want the regexp to start with ^, so that the pattern can only occur at the start of a textblock.