Aaryan Khandelwal
e09aeab5b8
[WIKI-481] refactor: editor parser #7261
2025-06-27 16:05:38 +05:30
Aaryan Khandelwal
0e91feacc3
[WIKI-74] fix: peek overview closing on escape key #7259
2025-06-25 19:09:54 +05:30
Vipin Chaudhary
fbcc8fc8a0
[WIKI-421] fix: Toolbar not reflecting strikethrough state ( #7255 )
...
* fix: strick through
* fix: bubble menu options types
---------
Co-authored-by: vipin chaudhary <vipinchaudhary@vipins-MacBook-Pro.local >
2025-06-24 14:16:07 +05:30
Aaryan Khandelwal
c1fa372c84
[WIKI-471] refactor: custom image extension ( #7247 )
...
* refactor: custom image extension
* refactor: extension config
* revert: image full screen component
* fix: undo operation
2025-06-24 14:05:11 +05:30
Prateek Shourya
7045a1f2af
[WEB-4361] fix: add onChange to collaborative editor #7246
2025-06-20 17:24:49 +05:30
Vipin Chaudhary
24e57009af
[WIKI-465] fix : Add new node on click of doc end ( #7063 )
...
* fix : handle last node
* fix : handle unexpected node
* remove logs
* feat: handle focus
---------
Co-authored-by: M. Palanikannan <73993394+Palanikannan1437@users.noreply.github.com >
2025-06-19 17:17:56 +05:30
Aaryan Khandelwal
8988cf9a85
[WEB-462] refactor: editor props structure ( #7233 )
...
* refactor: editor props structure
* chore: add missing prop
* fix: space app build
* chore: export ce types
2025-06-19 16:25:52 +05:30
Prateek Shourya
2014400bed
refactor: move web utils to packages ( #7145 )
...
* refactor: move web utils to packages
* fix: build and lint errors
* chore: update drag handle plugin
* chore: update table cell type to fix build errors
* fix: build errors
* chore: sync few changes
* fix: build errors
* chore: minor fixes related to duplicate assets imports
* fix: build errors
* chore: minor changes
2025-06-16 17:18:41 +05:30
Aaryan Khandelwal
1113f9fc19
[WIKI-412] regression: drop plugin logic #7161
2025-06-04 19:07:49 +05:30
Aaryan Khandelwal
2792d48288
[WIKI-412] chore: improved rich text editor extensions handling ( #7158 )
...
* chore: code split for rich text editor extensions
* chore: update type
* chore: add missing prop
2025-06-04 15:32:54 +05:30
Aaryan Khandelwal
151fc8389e
[WIKI-181] chore: asset check endpoint added #7140
2025-05-30 20:58:06 +05:30
Aaryan Khandelwal
01b685ea57
[WIKI-181] refactor: invalid file handling #7139
2025-05-30 18:18:05 +05:30
Vipin Chaudhary
b16a585102
[WIKI-343] [WIKI-312] Fix: html characters ( #7049 )
...
* fix: handle symbols and space
* chore: refactor
2025-05-30 18:17:03 +05:30
Aaryan Khandelwal
141cb17e8a
fix: Optimize image uploads in Editor ( #7129 )
...
* fix: memoize file upload functions
* chore: update extension name
* chore: update notation
* chore: resolve chokidar package
* fix: spelling mistakes
2025-05-28 19:03:14 +05:30
Aaryan Khandelwal
e388a9a279
[WIKI-181] refactor: file plugins and types ( #7074 )
...
* refactor: file plugins and types
* refactor: image extension storage types
* chore: update meta tag name
* chore: extension fileset storage key
* fix: build errors
* refactor: utility extension
* refactor: file plugins
* chore: remove standalone plugin extensions
* chore: refactoring out onCreate into a common utility
* refactor: work item embed extension
* chore: use extension enums
* fix: errors and warnings
* refactor: rename extension files
* fix: tsup reloading issue
* fix: image upload types and heading types
* fix: file plugin object reference
* fix: iseditable is hard coded
* fix: image extension names
* fix: collaborative editor editable value
* chore: add constants for editor meta as well
---------
Co-authored-by: Palanikannan M <akashmalinimurugu@gmail.com >
2025-05-28 01:43:01 +05:30
sriram veeraghanta
75a11ba31a
fix: polynomial regular expression used on uncontrolled data ( #7083 )
...
* fix: polynomial regular expression used on uncontrolled data
* fix: optimize the function to handle both operations
2025-05-19 17:14:26 +05:30
Aaryan Khandelwal
2a2feaf88e
[WIKI-181] chore: editor extension storage utility code split ( #7071 )
...
* chore: storage extension code split
* chore: use storage extension utility
2025-05-19 13:12:52 +05:30
Aaryan Khandelwal
dc16f2862e
[WIKI-181] refactor: make file handling generic in editor ( #7046 )
...
* refactor: make file handling generic
* fix: useeffect dependency array
* chore: remove mime type to extension conversion
2025-05-12 18:37:36 +05:30
Aaryan Khandelwal
bc2936dcd3
[WEB-3906] fix: page table of content overlap with the page content #7018
2025-05-07 00:51:51 +05:30
Aaryan Khandelwal
915e374485
[WIKI-307]chore: update page icon placement #6916
2025-04-11 18:07:03 +05:30
M. Palanikannan
d347269afb
[WEB-3819] fix: images now restore in read only mode as well ( #6904 )
2025-04-09 20:06:15 +05:30
Vipin Chaudhary
2b411de1e3
[WIKI-306] fix: handle editor click behavior on the last node #6879
2025-04-09 14:51:58 +05:30
Aaryan Khandelwal
34337f90c1
[WEB-3748, 3749] feat: work item description version history ( #6863 )
...
* chore: work item description versions
* chore: intake issue description
* chore: intake work item description versions
* chore: add missing translations
* chore: endpoint for intake description version
* chore: renamed key to work item
* chore: changed the paginator class
* chore: authorization added
* chore: added the enum validation
* chore: removed extra validations
* chore: added extra validations
* chore: modal position
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
Co-authored-by: Bavisetti Narayan <72156168+NarayanBavisetti@users.noreply.github.com >
2025-04-04 20:09:02 +05:30
Vamsi Krishna
16aa1d7034
[WEB-3273]fix: editor bubble menu z-index #6858
2025-04-02 17:35:30 +05:30
M. Palanikannan
523ab3f4a1
[WEB-3747] regression: readonly mode with fragments ( #6861 )
2025-04-02 17:34:28 +05:30
M. Palanikannan
a57c37c26c
[PE-304] feat: make floating link generic and use it for all editors ( #6552 )
...
* fix: make floating link generic and use it for all editors
* fix: link component behaviour with selected text fixed and storage is now typed
* chore: link view seperated
* fix: editor link edit view across multiple links resets now
* fix: link view container
* fix: cleaning up
* fix: url validation
2025-04-02 13:42:34 +05:30
Aaryan Khandelwal
a25cd426a9
style: page editor width and layout updates ( #6826 )
2025-03-26 21:10:44 +05:30
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
Aaryan Khandelwal
f65b9a4dcb
improvement: add disable image upload using props ( #6706 )
2025-03-06 16:03:35 +05:30
Lakhan Baheti
7e62c60748
[PE-275] chore: editor line spacing variables ( #6678 )
...
* chore: variable editor line spacing
* chore: variable list spacing
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
2025-03-03 17:01:47 +05:30
Aaryan Khandelwal
0c35e196be
[regression]: space app editor helpers ( #6646 )
...
* fix: editor helpers
* fix: animation ref type
* fix: animation ref type
2025-02-19 17:28:55 +05:30
Aaryan Khandelwal
6303847026
fix: editor image block condition ( #6645 )
2025-02-19 15:49:59 +05:30
Aaryan Khandelwal
214692f5b2
[PE-242, 243] refactor: editor file handling, image upload status ( #6442 )
...
* refactor: editor file handling
* refactor: asset store
* refactor: space app file handlers
* fix: separate webhook connection params
* chore: handle undefined status
* chore: add type to upload status
* chore: added transition for upload status update
2025-02-19 15:18:01 +05:30
Aaryan Khandelwal
7e0ac10fe8
[PE-239] chore: add strictNullCheck flag to the editor package ( #6439 )
...
* chore: add strictNullCheck flag
* fix: types and errors
* chore: update error handling
2025-02-19 15:13:37 +05:30
M. Palanikannan
126575d22a
fix: bubble menu weird flickering fixed ( #6591 )
2025-02-19 02:09:27 +05:30
Vipin Chaudhary
14083ea7da
fix: handle shift tab tab-index focus ( #6554 )
...
* handle shift tab tab-index focus
* add comment
* fix double tap
* make label focus
* fix title focus
* focus discard and save
* remove comment
2025-02-08 20:54:23 +05:30
Anmol Singh Bhatia
d2a6307bb0
fix: page version history application error ( #6529 )
2025-01-31 15:59:40 +05:30
Aaryan Khandelwal
ddad1767a2
fix: table flixker on resize ( #6524 )
2025-01-31 02:31:17 +05:30
Aaryan Khandelwal
6a37a2ce21
fix: link without protocol ( #6517 )
2025-01-30 20:25:00 +05:30
Aaryan Khandelwal
01bd1bde64
fix: table resize overflow issues ( #6520 )
2025-01-30 19:27:12 +05:30
Aaryan Khandelwal
b698f44500
[PE-155] chore: floating toolbar for pages ( #6482 )
...
* chore: add floating toolbar to pages
* fix: locked page toolbar
2025-01-28 20:21:09 +05:30
M. Palanikannan
421839ec51
[PE-255] fix: remove drag handles from content within table cells ( #6487 )
...
* fix: remove drag handles from content within table cells
* style: table cell padding
* style: table cell padding
* fix: insert resizable tables
---------
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
2025-01-28 20:20:40 +05:30
M. Palanikannan
940b5e4e44
fix: custom color extension markdown rule added now ( #6471 )
2025-01-28 20:20:23 +05:30
Aaryan Khandelwal
d08c03f557
[WEB-3203] fix: dashboard widgets' empty state content and assets ( #6450 )
...
* fix: empty state content
* chore: replace margin with padding
2025-01-24 15:23:41 +05:30
Aaryan Khandelwal
22836ea03e
fix: editor placeholder color ( #6430 )
2025-01-20 15:52:23 +05:30
Akshita Goyal
fd7eedc343
[WEB-3096] feat: stickies page ( #6380 )
...
* feat: added independent stickies page
* chore: randomized sticky color
* chore: search in stickies
* feat: dnd
* fix: quick links
* fix: stickies abrupt rendering
* fix: handled edge cases for dnd
* fix: empty states
* fix: build and lint
* fix: handled new sticky when last sticky is emoty
* fix: new sticky condition
* refactor: stickies empty states, store
* chore: update stickies empty states
* fix: random sticky color
* fix: header
* refactor: better error handling
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com >
2025-01-16 19:57:51 +05:30
M. Palanikannan
a908bf9edd
[PE-232] chore: management of disabled extensions ( #6317 )
...
* chore: added mobile editor required changes
* fix: turbo.json
---------
Co-authored-by: Lakhan <Lakhanbaheti9@gmail.com >
2025-01-15 20:23:09 +05:30
M. Palanikannan
996d11de12
[PE-210] feat: editor performance ( #6269 )
...
* bump: upgrade editor
* fix: remove editor ref in use
* fix: added editor state to reduce rerenders
* fix: add editor rerendering optimization
* fix: wrong condition in scroll summary
* fix: removing ref usage internally in read only editor as well
* fix: remove unused methods from read only editor
* fix: add editable prop again
* regression: added the types for onHeadingChange
* fix: types
* fix: improve the check condition
2025-01-15 16:18:49 +05:30
Aaryan Khandelwal
ff8c5ee910
fix: floating toolbar ui ( #6368 )
2025-01-10 10:18:45 +05:30
Aaryan Khandelwal
8c57543f72
chore: update tiptap-task-item version and required css ( #6364 )
2025-01-09 16:21:35 +05:30