Skip to content

fix: expose getHtml() to editor api - #8080

Merged
silverkszlo merged 1 commit into
mainfrom
expose-getHtml-for-texteditorember
Dec 22, 2025
Merged

fix: expose getHtml() to editor api#8080
silverkszlo merged 1 commit into
mainfrom
expose-getHtml-for-texteditorember

Conversation

@silverkszlo

Copy link
Copy Markdown
Collaborator

📝 Summary

Exposing Tiptaps getHtml() in the editor API is needed to fix the insertion of tables in the Whiteboard App: nextcloud/whiteboard#902

🏁 Checklist

  • Code is properly formatted (npm run lint / npm run stylelint / composer run cs:check)
  • Sign-off message is added to all commits
  • Tests (unit, integration and/or end-to-end) passing and the changes are covered with tests
  • Documentation (README or documentation) has been updated or is not required

Signed-off-by: silver <s.szmajduch@posteo.de>
@codecov

codecovBot commented Dec 18, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@silverkszlo

Copy link
Copy Markdown
CollaboratorAuthor

/backport to stable32

@silverkszlo

Copy link
Copy Markdown
CollaboratorAuthor

/backport to stable31

@silverkszlo

Copy link
Copy Markdown
CollaboratorAuthor

/backport to stable30

@silverkszlo

Copy link
Copy Markdown
CollaboratorAuthor

/backport to stable29

@silverkszlo
silverkszlo merged commit cffb276 into mainDec 22, 2025
62 of 63 checks passed
@silverkszlo
silverkszlo deleted the expose-getHtml-for-texteditorember branch December 22, 2025 08:14
@backportbot

Copy link
Copy Markdown

The backport to stable29 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable29
git pull origin stable29
# Create the new backport branch
git checkout -b backport/8080/stable29
# Cherry pick the change from the commit sha1 of the change against the default branch# This might cause conflicts, resolve them
git cherry-pick fea94e38
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/8080/stable29

Error: Failed to check for changes with origin/stable29: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@silverkszlo@juliusknorr@mejo-