We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I need to be able to convert TipTap JSON to markdown.
A package for converting TempoJSON to TipTapJSON by adding options to the toJSON method.
toJSON
const doc = new TempoDoc(); const output = doc .h1('Example') .paragraphy('Hello world!') .toJSON({ format: 'tiptap' });
Currently translate markdown to html using unifiedjs or other library.
TipTap has an API but we need an OSS alternative.
The text was updated successfully, but these errors were encountered:
toJSON({ format: 'tiptap' })
No branches or pull requests
Describe the problem you'd like to have solved
I need to be able to convert TipTap JSON to markdown.
Describe the ideal solution
A package for converting TempoJSON to TipTapJSON by adding options to the
toJSON
method.Alternatives and current work-arounds
Currently translate markdown to html using unifiedjs or other library.
Additional context
TipTap has an API but we need an OSS alternative.
The text was updated successfully, but these errors were encountered: