-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Pull requests: ueberdosis/tiptap
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
fix(link): space typed after a link no longer extends it
area: core
Core editor engine and ProseMirror integration
area: editor
Editor behavior, commands, and transactions
complexity: medium
Moderate change, possibly multiple files
impact: medium
Affects some users or workflows
#8335
opened Sep 10, 2026 by
LukaSikic
Contributor
Loading…
3 tasks done
fix(core): do not join items across isolating nodes
area: core
Core editor engine and ProseMirror integration
area: editor
Editor behavior, commands, and transactions
complexity: medium
Moderate change, possibly multiple files
impact: medium
Affects some users or workflows
#8332
opened Sep 9, 2026 by
official-burak
Loading…
perf(core): reuse the inverted mapping in getChangedRanges
area: core
Core editor engine and ProseMirror integration
complexity: easy
Small effort, well-defined scope
#8329
opened Sep 8, 2026 by
issacgerges
Loading…
4 of 5 tasks
fix: validate CSS style attribute values
area: core
Core editor engine and ProseMirror integration
area: editor
Editor behavior, commands, and transactions
complexity: medium
Moderate change, possibly multiple files
impact: critical
Breaking change, security, data loss
#8327
opened Sep 8, 2026 by
bdbch
Member
Loading…
5 tasks done
fix(vue): give each node view its own useId() prefix
area: vue
Vue integration and components
complexity: easy
Small effort, well-defined scope
impact: low
No direct user impact
#8324
opened Sep 7, 2026 by
teo-basili
Loading…
4 of 5 tasks
fix: keep table CellSelection when opening the context menu
area: editor
Editor behavior, commands, and transactions
complexity: easy
Small effort, well-defined scope
impact: medium
Affects some users or workflows
#8322
opened Sep 7, 2026 by
Yahiro025
Loading…
4 of 5 tasks
fix(extension-link): keep HTML link href when label looks like a filename
area: core
Core editor engine and ProseMirror integration
area: editor
Editor behavior, commands, and transactions
complexity: medium
Moderate change, possibly multiple files
impact: low
No direct user impact
#8320
opened Sep 6, 2026 by
scs0209
Loading…
1 of 3 tasks
fix(extension-table): stop leaking U+001F into table markdown
area: markdown
Markdown parsing and serialization
complexity: medium
Moderate change, possibly multiple files
impact: medium
Affects some users or workflows
#8319
opened Sep 6, 2026 by
Yahiro025
Loading…
4 of 5 tasks
fix(markdown): give each MarkdownManager its own marked instance
area: markdown
Markdown parsing and serialization
complexity: easy
Small effort, well-defined scope
impact: medium
Affects some users or workflows
#8317
opened Sep 5, 2026 by
solomonaustin
Contributor
Loading…
fix(markdown): keep marks on inline atom nodes
area: markdown
Markdown parsing and serialization
complexity: medium
Moderate change, possibly multiple files
impact: medium
Affects some users or workflows
#8315
opened Sep 4, 2026 by
lazerg
Contributor
Loading…
4 of 5 tasks
perf(extension-list): stop scanning the whole document for every ordered list
area: core
Core editor engine and ProseMirror integration
area: markdown
Markdown parsing and serialization
complexity: medium
Moderate change, possibly multiple files
impact: high
Significant user or business impact
#8302
opened Sep 3, 2026 by
solomonaustin
Contributor
Loading…
fix(markdown): choose an inline code fence the content cannot close
area: core
Core editor engine and ProseMirror integration
area: markdown
Markdown parsing and serialization
complexity: medium
Moderate change, possibly multiple files
impact: low
No direct user impact
#8299
opened Sep 2, 2026 by
vingt-douze
Loading…
5 tasks done
fix(extension-table): escape pipe characters in serialized table cells
area: markdown
Markdown parsing and serialization
complexity: medium
Moderate change, possibly multiple files
impact: medium
Affects some users or workflows
#8295
opened Sep 1, 2026 by
lazerg
Contributor
Loading…
4 of 5 tasks
fix(core): validate splitBlock against the post-deleteSelection document
area: core
Core editor engine and ProseMirror integration
complexity: medium
Moderate change, possibly multiple files
impact: high
Significant user or business impact
#8285
opened Aug 31, 2026 by
chillerno1
Loading…
4 tasks done
fix(extension-table): clear stale inline width on <col> when colwidth reverts
area: core
Core editor engine and ProseMirror integration
complexity: medium
Moderate change, possibly multiple files
impact: medium
Affects some users or workflows
#8280
opened Aug 29, 2026 by
hata33
Loading…
fix(core): guard editor.commands, getHTML and getText after destroy
area: core
Core editor engine and ProseMirror integration
area: editor
Editor behavior, commands, and transactions
complexity: medium
Moderate change, possibly multiple files
impact: low
No direct user impact
#8271
opened Aug 27, 2026 by
jordanh
Loading…
4 of 5 tasks
fix(core): skip cross-editor drop cleanup for a destroyed source editor
area: core
Core editor engine and ProseMirror integration
complexity: medium
Moderate change, possibly multiple files
impact: medium
Affects some users or workflows
#8266
opened Aug 26, 2026 by
lazerg
Contributor
Loading…
4 tasks done
fix(extension-mathematics): drop the lookbehind from the inline math input rule
area: core
Core editor engine and ProseMirror integration
area: editor
Editor behavior, commands, and transactions
complexity: medium
Moderate change, possibly multiple files
impact: high
Significant user or business impact
#8230
opened Aug 23, 2026 by
giaBaoJS
Contributor
Loading…
4 tasks done
fix(core): keep keepOnSplit attributes on the content half when splitting a list item at its start
area: core
Core editor engine and ProseMirror integration
complexity: medium
Moderate change, possibly multiple files
impact: medium
Affects some users or workflows
#8228
opened Aug 23, 2026 by
giaBaoJS
Contributor
Loading…
4 tasks done
fix(static-renderer): keep the xmlns prefix out of closing tags
area: core
Core editor engine and ProseMirror integration
complexity: easy
Small effort, well-defined scope
impact: low
No direct user impact
#8227
opened Aug 23, 2026 by
giaBaoJS
Contributor
Loading…
4 tasks done
fix(ai-toolkit): stop adding _hash to inline nodes
area: ai
Related to AI/LLM features
complexity: medium
Moderate change, possibly multiple files
impact: medium
Affects some users or workflows
#8226
opened Aug 21, 2026 by
sainikhiljuluri
Contributor
Loading…
feat(core): sink and lift list items across list types
area: core
Core editor engine and ProseMirror integration
area: react
React integration and components
complexity: hard
Multiple components, research needed
impact: medium
Affects some users or workflows
#8225
opened Aug 20, 2026 by
jordanh
Loading…
4 tasks done
fix(markdown): drop empty delimiters for whitespace-only marked text
area: markdown
Markdown parsing and serialization
complexity: medium
Moderate change, possibly multiple files
impact: medium
Affects some users or workflows
#8213
opened Aug 18, 2026 by
kgt392
Loading…
4 tasks done
fix(core): make clearNodes unwrap every level of a nested list
area: core
Core editor engine and ProseMirror integration
complexity: hard
Multiple components, research needed
impact: medium
Affects some users or workflows
#8211
opened Aug 18, 2026 by
solomonaustin
Contributor
Loading…
Previous Next
ProTip!
Add no:assignee to see everything that’s not assigned.