plane/web/pages
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
..
[workspaceSlug] feat: Editor Core Packaging and Restructuring (#2358) 2023-10-13 12:05:49 +05:30
api fix: unsplash api fix (#2310) 2023-09-29 18:06:33 +05:30
installations/[provider] chore: remove getServerSideProps (#2130) 2023-09-11 12:13:00 +05:30
m/[workspaceSlug] feat: Editor Core Packaging and Restructuring (#2358) 2023-10-13 12:05:49 +05:30
_app.tsx fix: posthog integration (#2186) 2023-09-14 16:38:41 +05:30
_document.tsx fix: document bug fix 2023-09-15 15:41:10 +05:30
_error.tsx New Directory Setup (#2065) 2023-09-03 18:50:30 +05:30
404.tsx New Directory Setup (#2065) 2023-09-03 18:50:30 +05:30
create-workspace.tsx New Directory Setup (#2065) 2023-09-03 18:50:30 +05:30
error.tsx New Directory Setup (#2065) 2023-09-03 18:50:30 +05:30
index.tsx fix: removed default theme setting in the index page (#2382) 2023-10-05 13:47:51 +05:30
invitations.tsx New Directory Setup (#2065) 2023-09-03 18:50:30 +05:30
magic-sign-in.tsx New Directory Setup (#2065) 2023-09-03 18:50:30 +05:30
onboarding.tsx New Directory Setup (#2065) 2023-09-03 18:50:30 +05:30
reset-password.tsx New Directory Setup (#2065) 2023-09-03 18:50:30 +05:30
sign-up.tsx fix: login process validation based on api config (#2361) 2023-10-04 18:55:29 +05:30
workspace-member-invitation.tsx New Directory Setup (#2065) 2023-09-03 18:50:30 +05:30