Skip to content

Conversation

@silverkszlo
Copy link
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
Copy link

codecov bot commented Dec 18, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@silverkszlo
Copy link
Collaborator Author

/backport to stable32

@silverkszlo
Copy link
Collaborator Author

/backport to stable31

@silverkszlo
Copy link
Collaborator Author

/backport to stable30

@silverkszlo
Copy link
Collaborator Author

/backport to stable29

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

backportbot bot commented Dec 22, 2025

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 free to 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.

4 participants