syfxlin / tiptap-starter-kit

@syfxlin/tiptap-starter-kit is a collection of unofficial Tiptap extensions. Support for Markdown, Float Menu, Slash Menu and more.
https://stackblitz.com/edit/vitejs-vite-rqpotz?file=src%2Fmain.ts
MIT License
78 stars 8 forks source link

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

Closed kobe651jp closed 1 month ago

kobe651jp commented 1 month ago

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.

syfxlin commented 1 month ago

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.

https://github.com/syfxlin/tiptap-starter-kit/blob/53232acf5719c0192a2fbb1530cae20b128afc2f/src/marks/bold.ts#L12-L16

kobe651jp commented 1 month ago

Thank you very much. I appreciate it.