syfxlin/tiptap-starter-kit

Do you have any plans to upgrade the version of tiptap?

Closed this issue · 2 comments

The latest version of tiptap is 2.5.4.

If you can upgrade it, please do so.
I would like to fork it into a Japanese version and incorporate it into my application.

This starter kit is great.

Thanks.

No problem, I will be upgrading tiptap to 2.5.4 soon.

Also, this kit has options reserved for i18n, you may consider using them for localization, thanks.

export interface BoldOptions extends TBoldOptions {
dictionary: {
name: string;
};
}

Thank you very much. I appreciate it.