prosemirror-dev-tools v4.2.0

Table of Content
Quick Start
NPM Way
Install prosemirror-dev-tools package from npm:
npm install --save-dev prosemirror-dev-toolsWrap EditorView instance in applyDevTools method:
import applyDevTools from "prosemirror-dev-tools";
const view = new EditorView /*...*/();
applyDevTools(view);Features
State
- Inspect document – all nodes and marks
- Inspect selection – position, head, anchor and etc.
- Inspect active marks
- See document stats – size, child count

History
- Inspect document changes over time
- Time travel between states
- See selection content for particular state in time
- See selection diff

Plugins
Inspect state of each plugin inside prosemirror.

Schema
Inspect current document schema with nodes and marks.

Structure
Visual representation of current document tree with positions at the beginning and the end of every node.

Snapshots
Snapshots allow you to save current editor state and restore it later. State is stored in local storage.

Demo
Contributing
Contributions are highly welcome! This repo is commitizen friendly — please read about it here.
License
10 months ago
2 years ago
3 years ago
4 years ago
5 years ago
5 years ago
5 years ago
7 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
9 years ago
9 years ago
9 years ago