rowboat/apps/x
Aaron Culich 7d90c90265 fix(editor): disable StarterKit Link to prevent duplicate extension warning
StarterKit v3.x now includes the Link extension by default. The codebase
separately adds Link.configure() with custom settings (openOnClick: false,
custom HTMLAttributes). This caused the Tiptap warning:
"Duplicate extension names found: ['link']"

Disable StarterKit's built-in Link so the custom-configured one is used.

Made-with: Cursor
2026-03-17 18:59:25 -07:00
..
apps fix(editor): disable StarterKit Link to prevent duplicate extension warning 2026-03-17 18:59:25 -07:00
packages History (#406) 2026-02-27 20:22:54 +05:30
.gitignore bootstrap new electron app 2026-01-16 12:05:33 +05:30
eslint.config.mts ignore renderer eslint 2026-01-16 12:05:33 +05:30
package.json integrate electron forge 2026-01-17 10:28:44 +05:30
pnpm-lock.yaml History (#406) 2026-02-27 20:22:54 +05:30
pnpm-workspace.yaml fix pnpm postinstall 2026-01-21 10:47:44 +05:30
tsconfig.base.json bootstrap new electron app 2026-01-16 12:05:33 +05:30