d4rkr00t / prosemirror-dev-tools

Developer Tools for ProseMirror
317 stars 37 forks source link

Add support for Block marks #95

Closed nathf closed 1 year ago

nathf commented 5 years ago

There's support for Inline Node marks here: https://github.com/d4rkr00t/prosemirror-dev-tools/blob/52ca4cb5b85a5ce377743859e15d858f74b93c16/src/tabs/structure.js#L159-L162

But you can also apply them to block nodes. I'll try raise a PR later for this.

torifat commented 1 year ago

@nathf mate, where's the PR?