plane/web
M. Palanikannan 0a8b99a074
feat: Editor Core Packaging and Restructuring (#2358)
* initialized tiptap component with common tailwind config

* added common tailwind config to web

* abstracted upload and delete functions

* removed tiptap pro extension

* fixed types

* removed old tailwind config and fixed plane package imports

* exported tiptap editor with and without ref

* updated package name to @plane/editor

* finally fixed import errors

* added turbo dependency for tiptap

* reverted back types and fixed tailwind

* migrated all components to use the common package

* removed old tiptap dependency

* improved dev experience to build the tiptap package before starting dev server

* resolved lock life and missing deps

* fixed dependency issue with react type resolution

* chore: updated pulls build CI for using turbo builds

* comment editor basic version added

* new structure of editor components

* refactored editor to not require workspace slug

* added seperation of extensions and props

* refactoring to LiteTextEditor and RichTextEditor

* fixed global css issue with highlight js

* refactoring tiptap to core/lite/rich text editor

* read only editor support added

* replaced all read-only instances

* trimming html at start and end of content added

* onSubmit on enterkey captured

* removed absolute imports from editor/core package

* removed absolute imports from lite-text-editor

* removed absolute imports from rich-text-editor

* fixed dependencies in editor package

* fixed tailwind config for editor

* Enter key behaviour added for Comments

* fixed modal form issue

* added comment editor with fixed menu

* added support for range commands

* modified turbo config for build pipeline of space and web projects

* fixed shift enter behavior for lists

* removed extra margin from access specifiers

* removed tiptap instance from web

* fixed bugs returning empty editor boxes

* fixed toggle Underline behvaiour

* updated bubble menu to use core package's utilities

* added editor/core readme and fixed imports

* fixed ts issues with link plugin

* added usage of common dependance for slash commands

* completed core package's documentation

* fixed tsconfig by removing path aliases

* Completed readme for rich-text-editor

* Added rich text editor documentation

* changed readme title of core package

---------

Co-authored-by: Henit Chobisa <chobisa.henit@gmail.com>
2023-10-13 12:05:49 +05:30
..
components feat: Editor Core Packaging and Restructuring (#2358) 2023-10-13 12:05:49 +05:30
constants chore: workspace view mutation fix ,bug fixes and code refactor (#2301) 2023-09-29 15:05:27 +05:30
contexts chore: workspace view mutation fix ,bug fixes and code refactor (#2301) 2023-09-29 15:05:27 +05:30
helpers chore: handle calendar date range in frontend (#2277) 2023-09-27 14:41:32 +05:30
hooks chore: workspace view display filters and properties , code refactor (#2295) 2023-09-28 20:34:57 +05:30
layouts fix: web-view action permission, logs, archive issue, and more (#2356) 2023-10-12 12:28:36 +05:30
lib fix: themening validation in store init. (#2350) 2023-10-04 17:44:54 +05:30
pages feat: Editor Core Packaging and Restructuring (#2358) 2023-10-13 12:05:49 +05:30
public fix: web-view action permission, logs, archive issue, and more (#2356) 2023-10-12 12:28:36 +05:30
services feat: Editor Core Packaging and Restructuring (#2358) 2023-10-13 12:05:49 +05:30
store fix: hydration error and draft issue workflow (#2199) 2023-09-19 12:56:32 +05:30
styles feat: Editor Core Packaging and Restructuring (#2358) 2023-10-13 12:05:49 +05:30
types chore: workspace view mutation fix ,bug fixes and code refactor (#2301) 2023-09-29 15:05:27 +05:30
.env.example chore: updated docker naming conventions (#2239) 2023-09-22 13:21:55 +05:30
.eslintrc.js chore: eslint config package fixes (#2165) 2023-09-13 12:06:17 +05:30
.prettierrc New Directory Setup (#2065) 2023-09-03 18:50:30 +05:30
Dockerfile.dev New Directory Setup (#2065) 2023-09-03 18:50:30 +05:30
Dockerfile.web [chore] Update setup.sh, with removed replacement script & added project-level ENVs (#2115) 2023-09-13 20:21:02 +05:30
google.d.ts New Directory Setup (#2065) 2023-09-03 18:50:30 +05:30
manifest.json New Directory Setup (#2065) 2023-09-03 18:50:30 +05:30
next-env.d.ts New Directory Setup (#2065) 2023-09-03 18:50:30 +05:30
next.config.js feat: default project cover images tab on the change cover popover (#2375) 2023-10-04 20:04:35 +05:30
package.json feat: Editor Core Packaging and Restructuring (#2358) 2023-10-13 12:05:49 +05:30
postcss.config.js feat: Editor Core Packaging and Restructuring (#2358) 2023-10-13 12:05:49 +05:30
sentry.client.config.js New Directory Setup (#2065) 2023-09-03 18:50:30 +05:30
sentry.edge.config.js New Directory Setup (#2065) 2023-09-03 18:50:30 +05:30
sentry.properties New Directory Setup (#2065) 2023-09-03 18:50:30 +05:30
sentry.server.config.js New Directory Setup (#2065) 2023-09-03 18:50:30 +05:30
tailwind.config.js feat: Editor Core Packaging and Restructuring (#2358) 2023-10-13 12:05:49 +05:30
tsconfig.json New Directory Setup (#2065) 2023-09-03 18:50:30 +05:30