plane/packages/editor/document-editor
M. Palanikannan 899771a678
[WEB-434] feat: add support to insert a new empty line on clicking at bottom of the editor (#3856)
* fix: horizontal rule no more causes issues on last node

* fixed the mismatched transaction by using native tiptap stuff

* added support to add new line onclick at bottom if last node is an image

TODO: blockquote at last node

* fix: simplified adding node at end of the document logic

* feat: rewrite entire logic handling all cases

* feat: arrow down and arrow up keys add empty node at top and bottom of doc from first/last row's cells

* feat: added arrow up and down key support to images too

* remove unnecessary console logs

* chore: formatting components

* fix: reduced bottom padding to increase onclick area

---------

Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
2024-03-11 20:55:24 +05:30
..
src [WEB-434] feat: add support to insert a new empty line on clicking at bottom of the editor (#3856) 2024-03-11 20:55:24 +05:30
.eslintrc.js chore: format all files in monorepo (#3054) 2023-12-10 15:50:45 +05:30
.prettierignore chore: format all files in monorepo (#3054) 2023-12-10 15:50:45 +05:30
.prettierrc chore: format all files in monorepo (#3054) 2023-12-10 15:50:45 +05:30
package.json fix: eslint issues and reconfiguring (#3891) 2024-03-06 18:39:14 +05:30
postcss.config.js feat: New Pages with Enhanced Document Editor Packages made over Editor Core 📝 (#2784) 2023-12-07 19:59:35 +05:30
Readme.md fix: Image restoration fixed (marks/unmarks an image to be deleted after a week) (#2859) 2023-12-07 19:59:35 +05:30
tailwind.config.js feat: New Pages with Enhanced Document Editor Packages made over Editor Core 📝 (#2784) 2023-12-07 19:59:35 +05:30
tsconfig.json [refactor] Editor code refactoring (#3194) 2023-12-22 18:10:18 +05:30
tsup.config.ts feat: New Pages with Enhanced Document Editor Packages made over Editor Core 📝 (#2784) 2023-12-07 19:59:35 +05:30

Document Editor