bb-plane-fork/web/core/components/pages
Vipin Chaudhary 6bafdb6dd8
[PE-298] Fix: Copy markdown to clipboard (#6675)
* fix: markdown for mentions fixed

* fix: copying text in mentions

* fix: refactored the component to use the same function

* chore: renamed funcion name

* add the new copy extension

* init working fix

* remove useless code

* improve readibility

* update node import

* better smaller logic

* remove log

* add open close end handler

* update readabliity

* handle tables

* handle triple click in cell

* triple tap select current line

* handle block and list

* lists fixed

* handle all possible cases of copy in table

* update the min elements

* handle multi types in table

* handle table seletion cases

* handle whole table handler

* feat: all case converd

* update markdown handling code

* update return statement

* handle using group block

* handle param

* handle multple cell in table

* handle using recursion

* add types

* fix code rabbit  suggestions

* fix root node bug

* update recursion with loop

* update transform copied to false

* refactor clipboard extension: remove options and integrate MarkdownClipboard into core extensions

* fix: header and code handler

* fix: store hooks fixed

* fix: mention id

---------

Co-authored-by: Palanikannan M <akashmalinimurugu@gmail.com>
2025-03-24 12:32:11 +05:30
..
dropdowns [PE-238] refactor: page store hooks (#6409) 2025-02-19 18:02:14 +05:30
editor [PE-298] Fix: Copy markdown to clipboard (#6675) 2025-03-24 12:32:11 +05:30
header [PE-238] refactor: page store hooks (#6409) 2025-02-19 18:02:14 +05:30
list [PE-238] refactor: page store hooks (#6409) 2025-02-19 18:02:14 +05:30
loaders [WEB-2762] chore: loader code refactor (#5992) 2024-12-02 13:24:01 +05:30
modals [PE-262] fix: add break-all to break words (#6734) 2025-03-10 18:37:37 +05:30
version [PE-298] Fix: Copy markdown to clipboard (#6675) 2025-03-24 12:32:11 +05:30
index.ts [WEB-2293] feat: pages version history (#5417) 2024-08-26 14:03:55 +05:30
pages-list-main-content.tsx [PE-238] refactor: page store hooks (#6409) 2025-02-19 18:02:14 +05:30
pages-list-view.tsx [PE-238] refactor: page store hooks (#6409) 2025-02-19 18:02:14 +05:30