TypeCellOS / TypeCellOS/BlockNote
Comment highlights not restored on reload with custom ThreadStore
@YousefED is already working on this.
Since May 26, 2025.
- Dominant language
- TypeScript
- Stars
- 10.2k
- Forks
- 772
- Avg merge
- 3d 11h
- Merged PRs (30d)
- 17
Description
Is your feature request related to a problem? Please describe.
I'm using a custom ThreadStore implementation that communicates with a backend via REST APIs. In the collaboration options, I've passed undefined for the default provider and provided my custom ThreadStore in threadStore option. Comments are being saved and loaded correctly. However, after reloading the document, while the comments themselves appear, the highlighted portions of the document they refer to are not being restored.
Is there an additional step required to restore or reapply the comment highlights to the corresponding text ranges?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.