cherry-studio/packages/extension-table-plus
George·Dong d10f6242f2 refactor: switch workflows from yarn to pnpm
Replace Yarn usage with pnpm in CI workflows to standardize package
management and leverage pnpm's store/cache behavior.

- Use pnpm/action-setup to install pnpm (v) instead of enabling corepack
  and preparing Yarn.
- Retrieve pnpm store path and update cache actions to cache the pnpm
  store and use pnpm-lock.yaml for cache keys and restores.
- Replace yarn commands with pnpm equivalents across workflows:
  install, i18n:sync/translate, format, build:* and tsx invocation.
- Avoid committing lockfile changes by resetting pnpm-lock.yaml instead
  of yarn.lock when checking for changes.
- Update install flags: use pnpm install --frozen-lockfile / --install
  semantics where appropriate.

These changes unify dependency tooling, improve caching correctness,
and ensure CI uses pnpm-specific lockfile and cache paths.
2026-01-03 23:39:10 +08:00
..
src chore[lint]: add import type lint (#11091) 2025-11-01 10:40:02 +08:00
CHANGELOG.md feat: add notes module (#8871) 2025-08-30 23:09:13 +08:00
package.json refactor: switch workflows from yarn to pnpm 2026-01-03 23:39:10 +08:00
README.md feat: add notes module (#8871) 2025-08-30 23:09:13 +08:00
tsdown.config.ts feat: add notes module (#8871) 2025-08-30 23:09:13 +08:00

@tiptap/extension-table

Version Downloads License Sponsor

Introduction

Tiptap is a headless wrapper around ProseMirror a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as New York Times, The Guardian or Atlassian.

Official Documentation

Documentation can be found on the Tiptap website.

License

Tiptap is open sourced software licensed under the MIT license.