mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-24 11:49:02 +08:00
Export createNodeFromContent
and other missing helpers (#3558)
This commit is contained in:
parent
125caf4965
commit
26c349848e
@ -1,4 +1,7 @@
|
||||
export * from './combineTransactionSteps'
|
||||
export * from './createChainableState'
|
||||
export * from './createDocument'
|
||||
export * from './createNodeFromContent'
|
||||
export * from './defaultBlockAt'
|
||||
export * from './findChildren'
|
||||
export * from './findChildrenInRange'
|
||||
@ -8,6 +11,7 @@ export * from './generateHTML'
|
||||
export * from './generateJSON'
|
||||
export * from './generateText'
|
||||
export * from './getAttributes'
|
||||
export * from './getAttributesFromExtensions'
|
||||
export * from './getChangedRanges'
|
||||
export * from './getDebugJSON'
|
||||
export * from './getExtensionField'
|
||||
@ -18,12 +22,19 @@ export * from './getMarksBetween'
|
||||
export * from './getMarkType'
|
||||
export * from './getNodeAttributes'
|
||||
export * from './getNodeType'
|
||||
export * from './getRenderedAttributes'
|
||||
export * from './getSchema'
|
||||
export * from './getSchemaByResolvedExtensions'
|
||||
export * from './getSchemaTypeByName'
|
||||
export * from './getSchemaTypeNameByName'
|
||||
export * from './getSplittedAttributes'
|
||||
export * from './getText'
|
||||
export * from './getTextBetween'
|
||||
export * from './getTextContentFromNodes'
|
||||
export * from './getTextSerializersFromSchema'
|
||||
export * from './injectExtensionAttributesToParseRule'
|
||||
export * from './isActive'
|
||||
export * from './isExtensionRulesEnabled'
|
||||
export * from './isList'
|
||||
export * from './isMarkActive'
|
||||
export * from './isNodeActive'
|
||||
@ -31,3 +42,6 @@ export * from './isNodeEmpty'
|
||||
export * from './isNodeSelection'
|
||||
export * from './isTextSelection'
|
||||
export * from './posToDOMRect'
|
||||
export * from './resolveFocusPosition'
|
||||
export * from './selectionToInsertionEnd'
|
||||
export * from './splitExtensions'
|
||||
|
Loading…
Reference in New Issue
Block a user