Skip to content

♻️(backend) rename convert-markdown endpoint #1105

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

StephanMeijer
Copy link
Contributor

Renamed the convert-markdown endpoint to convert as a general-purpose conversion endpoint for integration with DocSpec conversion (DOCX import), without altering its existing functionality.

In a future contribution, this endpoint will not only support conversion from Markdown -> BlockNote -> Yjs but also directly BlockNote -> Yjs.

Purpose

Renamed the convert-markdown endpoint to convert as a general-purpose conversion endpoint for integration with DocSpec conversion (DOCX import), without altering its existing functionality.

In a future contribution, this endpoint will not only support conversion from Markdown -> BlockNote -> Yjs but also directly BlockNote -> Yjs.

External contributions

Thank you for your contribution! 🎉

Please ensure the following items are checked before submitting your pull request:

  • I have read and followed the contributing guidelines
  • I have read and agreed to the Code of Conduct
  • I have signed off my commits with git commit --signoff (DCO compliance)
  • I have signed my commits with my SSH or GPG key (git commit -S)
  • [xx My commit messages follow the required format: <gitmoji>(type) title description
  • I have added a changelog entry under ## [Unreleased] section (if noticeable change)
  • I have added corresponding tests for new features or bug fixes (if applicable)

No noticeable change, so changelog was not modified.

Renamed the `convert-markdown` endpoint to `convert` as a
general-purpose conversion endpoint for integration with DocSpec
conversion (DOCX import), without altering its existing functionality.

In a future contribution, this endpoint will not only support conversion
from Markdown -> BlockNote -> Yjs but also directly BlockNote -> Yjs.

Signed-off-by: Stephan Meijer <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant