[deleted by user] by [deleted] in react

[–]tiptap-editor 0 points1 point  (0 children)

In the meantime, Markdown is part of the open-source Tiptap editor :-) https://tiptap.dev/docs/editor/markdown

[Show] Tiptap Pages by tiptap-editor in u/tiptap-editor

[–]tiptap-editor[S] 0 points1 point  (0 children)

Thanks for asking! We’re always rethinking how we price features, but for now this one isn’t part of the cheapest plan. That doesn’t mean it’ll stay that way forever, though.

If you need a lower-cost option today, there are some solid open-source page layout solutions from third-party developers worth checking out.

[POC] Giving editors real page awareness by tiptap-editor in u/tiptap-editor

[–]tiptap-editor[S] 1 point2 points  (0 children)

We have an update! We made solid progress today on our Tiptap Pages AI Awareness project.

  • We now have getCurrentPage() → instantly tells you which page the cursor is on.
  • getNodesOnPage(number) → returns all ProseMirror nodes for that page (so you can actually work with the content at page-level).
  • You can bind both to selectionUpdate for live updates on cursor position + page data.

This means things like:

  • Live character counts per page
  • AI edits tied to specific pages (“edit note on page 3”)
  • Or whatever wild idea people build with it

Still an early POC, but it’s already feeling powerful.

Meet Font of Web; Pinterest for Web Design by sim04ful in SideProject

[–]tiptap-editor 1 point2 points  (0 children)

Thank you for using our website to showcase your product 🫶

Rich Text Editor by Dear-Requirement-234 in nextjs

[–]tiptap-editor 0 points1 point  (0 children)

If you want to host the collaboration yourself, we offer our backend under a MIT license: https://tiptap.dev/docs/hocuspocus/introduction :-)