-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
type: enhancementNew feature or technical improvement.New feature or technical improvement.
Milestone
Description
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.
const doc = new TempoDoc();
const output = doc
.h1('Example')
.paragraphy('Hello world!')
.toJSON({ format: 'tiptap' });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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type: enhancementNew feature or technical improvement.New feature or technical improvement.
Type
Projects
Status
Todo