tiptap/packages/core/src/helpers
Philipp Kühn a96a57dd81 code style
2021-12-03 10:40:56 +01:00
..
combineTransactionSteps.ts feat: Add support for autolink (#2226) 2021-12-03 08:53:58 +01:00
createChainableState.ts feat: Integrate input rules and paste rules into the core (#1997) 2021-10-08 15:02:09 +02:00
createDocument.ts fix: add correct type for parseOptions 2021-04-26 23:43:32 +02:00
createNodeFromContent.ts remove insertText from insertContent 2021-05-05 14:13:58 +02:00
defaultBlockAt.ts feat: add defaultBlockAt helper 2021-11-23 14:32:54 +01:00
findChildren.ts feat: add findChildrenInRange helper 2021-05-17 11:29:41 +02:00
findChildrenInRange.ts not sure about this one 2021-05-17 21:00:22 +02:00
findParentNode.ts remove prosemirror-utils 2021-01-25 13:39:35 +01:00
findParentNodeClosestToPos.ts remove prosemirror-utils 2021-01-25 13:39:35 +01:00
generateHTML.ts fix: getHTMLFromFragment now expects a fragment instead of node 2021-09-28 21:34:57 +02:00
generateJSON.ts feature: add generateJSON utility function to generate JSON from a HTML string 2021-05-05 21:24:24 +02:00
generateText.ts feat: add getText() and generateText() methods (fix #1428) (#1875) 2021-09-09 23:51:05 +02:00
getAttributes.ts feat: add editor.getAttributes, deprecate editor.getNodeAttributes and editor.getMarkAttributes 2021-05-07 11:10:18 +02:00
getAttributesFromExtensions.ts feat: Add extension storage (#2069) 2021-10-22 08:52:54 +02:00
getChangedRanges.ts feat: Add support for autolink (#2226) 2021-12-03 08:53:58 +01:00
getDebugJSON.ts fix: add topNode to getDebugJSON 2021-08-24 17:11:13 +02:00
getExtensionField.ts feat: Add extension storage (#2069) 2021-10-22 08:52:54 +02:00
getHTMLFromFragment.ts add newline-after-var rule to eslint config 2021-12-03 00:03:39 +01:00
getMarkAttributes.ts fix: check for storedMarks in getMarkAttributes, fix #2039 2021-10-14 20:45:44 +02:00
getMarkRange.ts feat: add support for checking for attributes in extendMarkRange 2021-05-17 13:00:54 +02:00
getMarksBetween.ts feat: Add support for autolink (#2226) 2021-12-03 08:53:58 +01:00
getMarkType.ts throw error for missing mark/node type 2021-05-03 09:50:57 +02:00
getNodeAttributes.ts refactoring 2021-09-22 22:45:27 +02:00
getNodeType.ts throw error for missing mark/node type 2021-05-03 09:50:57 +02:00
getRenderedAttributes.ts refactoring 2021-09-22 22:45:27 +02:00
getSchema.ts fix: add support for priority and nested extension for getSchema 2021-05-07 10:25:55 +02:00
getSchemaByResolvedExtensions.ts feat: Add extension storage (#2069) 2021-10-22 08:52:54 +02:00
getSchemaTypeByName.ts refactoring 2021-09-22 22:45:27 +02:00
getSchemaTypeNameByName.ts improve types 2021-01-28 09:50:17 +01:00
getSplittedAttributes.ts refactor: remove AnyObject type 2021-04-21 09:43:31 +02:00
getText.ts feat: add getText() and generateText() methods (fix #1428) (#1875) 2021-09-09 23:51:05 +02:00
getTextBetween.ts feat: add getText() and generateText() methods (fix #1428) (#1875) 2021-09-09 23:51:05 +02:00
getTextSeralizersFromSchema.ts feat: add getText() and generateText() methods (fix #1428) (#1875) 2021-09-09 23:51:05 +02:00
injectExtensionAttributesToParseRule.ts feat: parseHTML for attributes should return the value instead of an object now, fix #1863 2021-09-08 23:53:44 +02:00
isActive.ts refactor: remove AnyObject type 2021-04-21 09:43:31 +02:00
isExtensionRulesEnabled.ts refactoring 2021-11-18 12:46:21 +01:00
isList.ts feat: Add extension storage (#2069) 2021-10-22 08:52:54 +02:00
isMarkActive.ts fix: add support for CellSelection in isActive helper, fix #1947 2021-09-27 23:33:32 +02:00
isNodeActive.ts refactoring 2021-09-22 21:14:07 +02:00
isNodeEmpty.ts add isNodeEmpty helper method 2021-03-24 22:23:08 +01:00
isNodeSelection.ts add deleteTableWhenAllCellsSelected 2021-01-24 23:28:51 +01:00
isTextSelection.ts fix focus for tables 2021-01-22 23:56:33 +01:00
posToDOMRect.ts fix: prevent RangeError for posToDOMRect, fix #2112 2021-10-31 12:03:24 +01:00
resolveFocusPosition.ts code style 2021-12-03 10:40:56 +01:00
selectionToInsertionEnd.ts move selectionToInsertionEnd 2021-02-17 23:30:40 +01:00
splitExtensions.ts split helpers and utilities 2020-11-30 09:42:53 +01:00