bdbch

Results 67 issues of bdbch

- Implement tests for escapeForRegEx to verify escaping of special characters. - Create tests for findDuplicates to ensure correct identification of duplicate values. - Add tests for fromString to validate...

## Changes Overview - Added new `@tiptap/extension-search-and-replace` extension providing search and replace functionality for Tiptap editors - Implemented React and Vue demos showcasing the extension with VSCode-like search UI -...

## Changes Overview Fixed an issue where the markdown serializer generated invalid markdown for overlapping marks (e.g. `**bold *italic***` becoming `**bold *italic**`) and marks with leading/trailing whitespace (e.g. `* italic...

## Changes Overview Fixed an issue where blockquotes rendered by the `@tiptap/static-renderer` markdown serializer were missing a trailing newline. This caused blockquotes to merge with subsequent content (e.g., paragraphs) instead...

# Summary This PR introduces a new Decorations API that lets extensions create decorations directly from extension config. It hides ProseMirror complexity and gives a clean, developer-friendly interface. Decorations are...

## Description There are some edge cases, where a NodeSelection is being created in positions that are invalid, for example when the currently selected node is an inline node &...

> Please save me some time and use the following template. In 90% of all issues I can't reproduce the problem because I don't know what exactly you are doing,...

bug