0.0.7 • Published 10 months ago
@vtechguys/tiptap-anchor-heading v0.0.7
Anchor Heading
A tiptap extension to allow anchor your headings,and make it easy to create outlines.
Features:
- Scroll/Focus to anchor
- Unique anchor
AnchorHeading.configure({
// heading levels allowed
levels: [1, 2, 3],
onAnchorUpdate(anchorIds) {
// runs and gives you list of anchorIds,
// whenever there is any update made to anchors
}
})
0.0.7
10 months ago