payload-richtext-tiptap
v0.0.160
Published
Rich text tiptap for Payload CMS
Readme
Tiptap Editor for payload and react
This package provides a simple way to use tiptap editor in react and payloadcms
Setup
Tiptap Pro Authentication
This package uses Tiptap Pro features that require authentication to access private repositories. To set this up:
Copy the
.npmrc.templatefile to create your own.npmrcfile:cp .npmrc.template .npmrcSet up the
TIPTAP_AUTH_TOKENenvironment variable with your Tiptap authentication token:For local development: Add to your shell profile (e.g.,
~/.zshrcor~/.bash_profile):export TIPTAP_AUTH_TOKEN=your-actual-tokenThen restart your terminal or run
source ~/.zshrc(or equivalent for your shell).For CI/CD environments: Add the token as a secret environment variable in your CI platform settings.
The
.npmrcfile is excluded from git to prevent committing sensitive credentials.
NOTE: This package is a WIP and is not currently extensible.
