Denis Bykhov and GitHub
77ac9e09a3
Add left menu for styled text ( #10807 )
...
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com >
2026-04-28 20:25:32 +05:00
Artyom Savchenko and GitHub
6747131e23
Fix link action ( #10793 )
...
* Fix link action
Signed-off-by: Artem Savchenko <armisav@gmail.com >
* Clean up
Signed-off-by: Artem Savchenko <armisav@gmail.com >
---------
Signed-off-by: Artem Savchenko <armisav@gmail.com >
2026-04-27 15:55:53 +07:00
Artyom Savchenko and GitHub
f885bf90e0
Fix UI freeze on controlled doc update view ( #10778 )
...
* Fix UI freeze on controlled doc update view
Signed-off-by: Artem Savchenko <armisav@gmail.com >
* Fix translation
Signed-off-by: Artem Savchenko <armisav@gmail.com >
---------
Signed-off-by: Artem Savchenko <armisav@gmail.com >
2026-04-20 13:07:40 +07:00
Artyom Savchenko and GitHub
ebbad2b557
Fix Mermaid diagram paste ( #10714 )
...
Signed-off-by: Artem Savchenko <armisav@gmail.com >
2026-04-05 14:37:31 +07:00
V Govindarajan and GitHub
27414dbaae
feat: add spellcheck prop to text editor components ( #10694 )
...
* feat: add spellcheck prop to text editor components
Add a configurable `spellcheck` boolean prop (default: true) to all
text editor components: TextEditor, CollaborativeTextEditor,
StyledTextEditor, and CollaboratorEditor.
The prop sets the HTML spellcheck attribute on the TipTap editor
element, allowing parent components to disable browser spell checking.
This is useful for users writing in non-English languages where the
default English spell checker produces false positives.
Closes #10623
* fix: format TextEditor.svelte to pass Prettier check
Break long mergeAttributes() line to comply with the project's
Prettier line-length configuration.
Signed-off-by: V Govindarajan <vijay.govindarajan91@gmail.com >
---------
Signed-off-by: V Govindarajan <vijay.govindarajan91@gmail.com >
2026-03-31 16:14:21 +07:00
c3079951a8
Do not handle markdown table as KaTeX ( #10699 )
...
* Do not handle markdown table as LATEX
Signed-off-by: Artem Savchenko <armisav@gmail.com >
* Tighten the math paste criteria
Signed-off-by: Artem Savchenko <armisav@gmail.com >
* Potential fix for code scanning alert no. 296: Inefficient regular expression
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Artyom Savchenko <armisav@gmail.com >
---------
Signed-off-by: Artem Savchenko <armisav@gmail.com >
Signed-off-by: Artyom Savchenko <armisav@gmail.com >
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2026-03-30 17:13:23 +07:00
Artyom Savchenko and GitHub
080682995b
Allow guest users edit documents created by them ( #10695 )
...
Signed-off-by: Artem Savchenko <armisav@gmail.com >
2026-03-27 13:39:38 +07:00
2b6d065217
Fix markdown links in table ( #10688 )
...
* Fix markdown links in table
Signed-off-by: Artem Savchenko <armisav@gmail.com >
* Potential fix for code scanning alert no. 294: Inefficient regular expression
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Artyom Savchenko <armisav@gmail.com >
* Add tests
Signed-off-by: Artem Savchenko <armisav@gmail.com >
---------
Signed-off-by: Artem Savchenko <armisav@gmail.com >
Signed-off-by: Artyom Savchenko <armisav@gmail.com >
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2026-03-27 11:05:23 +07:00
Artyom Savchenko and GitHub
5a9e02e6db
Do not display collaboration errors in case of reconnects ( #10678 )
...
Signed-off-by: Artem Savchenko <armisav@gmail.com >
2026-03-25 09:37:26 +07:00
d26924408c
Fix message links ( #10660 )
...
* Merge with develop
Signed-off-by: Artem Savchenko <armisav@gmail.com >
* Fix errors
Signed-off-by: Artem Savchenko <armisav@gmail.com >
* Fix formatting
Signed-off-by: Artem Savchenko <armisav@gmail.com >
---------
Signed-off-by: Artem Savchenko <armisav@gmail.com >
Co-authored-by: Kristina <kristin.fefelova@gmail.com >
2026-03-23 14:56:03 +07:00
2d26c74874
feat(text-editor): add highlight, subscript, superscript and mathematics toolbar actions ( #10627 )
...
* feat(text-editor): add highlight action
Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com >
* feat(text-editor): add subscript and superscript actions
Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com >
* feat(text-editor): add mathematics inline and block actions
Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com >
* chore(text-editor): add mathematics and katex dependencies
Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com >
* fix(text-editor): fix eslint strict-boolean-expressions in mathematics extension
Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com >
* fix(text-editor): change max-width of toolbar to display all icons correctly
Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com >
* chore(text-editor): add subscript and superscript as direct dependencies
Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com >
* chore(text-editor): add missing locale keys for new text editor actions [temp, AI-generated]
Adds placeholder translations (English fallback) for Highlight, Subscript, Superscript, Mathematics, and MathematicsBlock to all non-English locale files. Translations are not reviewed and should be replaced by a native speaker.
Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com >
* fix(text-editor): fix subscript/superscript serialization and extension placement
Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com >
---------
Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com >
Co-authored-by: ComputerCrack <github.compacter838@simplelogin.com >
2026-03-19 09:51:24 +07:00
Artyom Savchenko and GitHub
dbe961780c
Support browser translations for read only editor ( #10501 )
...
Signed-off-by: Artem Savchenko <armisav@gmail.com >
2026-02-12 11:13:04 +07:00
Alexander Onnikov and GitHub
70895d7338
fix: proper mermaid diagram size ( #10487 )
...
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com >
2026-02-05 09:21:52 +07:00
Alexander Onnikov and GitHub
a59c5d0cb0
fix: allow to open mermaid diagram in fullscreen ( #10477 )
...
* fix: allow to open mermaid diagram in fullscreen
* fix large diagram scroll
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com >
---------
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com >
2026-02-03 16:52:36 +07:00
Artyom Savchenko and GitHub
111f9e14d7
Add data converter plugin ( #10460 )
...
* Add data converter plugin
Signed-off-by: Artem Savchenko <armisav@gmail.com >
* Clean up
Signed-off-by: Artem Savchenko <armisav@gmail.com >
* Apply templates
Signed-off-by: Artem Savchenko <armisav@gmail.com >
* Fix test
Signed-off-by: Artem Savchenko <armisav@gmail.com >
---------
Signed-off-by: Artem Savchenko <armisav@gmail.com >
2026-01-29 14:44:13 +07:00
Alexander Onnikov and GitHub
0a9c3806bc
fix: handle youtu.be links ( #10458 )
...
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com >
2026-01-28 23:47:32 +07:00
Artyom Savchenko and GitHub
22cd2bf257
Reuse one metadata interface ( #10444 )
...
* Reuse one metadata interface
Signed-off-by: Artem Savchenko <armisav@gmail.com >
* Fix imports
Signed-off-by: Artem Savchenko <armisav@gmail.com >
---------
Signed-off-by: Artem Savchenko <armisav@gmail.com >
2026-01-27 13:31:57 +07:00
Artyom Savchenko and GitHub
8da34ee159
Fix source table columns ( #10437 )
...
Signed-off-by: Artem Savchenko <armisav@gmail.com >
2026-01-24 22:17:23 +07:00
Artyom Savchenko and GitHub
1d450682b1
Display documents table source ( #10433 )
...
* Display documents table source
Signed-off-by: Artem Savchenko <armisav@gmail.com >
* Clean up
Signed-off-by: Artem Savchenko <armisav@gmail.com >
* Fix warning
Signed-off-by: Artem Savchenko <armisav@gmail.com >
* Fix review comments
Signed-off-by: Artem Savchenko <armisav@gmail.com >
---------
Signed-off-by: Artem Savchenko <armisav@gmail.com >
2026-01-23 11:20:06 +07:00
Artyom Savchenko and GitHub
d8653adf71
Add confirmation modal for table refresh ( #10428 )
...
Signed-off-by: Artem Savchenko <armisav@gmail.com >
2026-01-21 21:01:22 +07:00
Artyom Savchenko and GitHub
d3782f86ae
Fix original table layout ( #10427 )
...
Signed-off-by: Artem Savchenko <armisav@gmail.com >
2026-01-21 15:37:21 +07:00
Artyom Savchenko and GitHub
c4a769c54e
Use actual viewlet config to copy table ( #10415 )
...
* Use actual viewlet config to copy table
Signed-off-by: Artem Savchenko <armisav@gmail.com >
* Revert "Use actual viewlet config to copy table"
This reverts commit c493dc318e .
* Fix copy action context
Signed-off-by: Artem Savchenko <armisav@gmail.com >
---------
Signed-off-by: Artem Savchenko <armisav@gmail.com >
2026-01-18 23:02:55 +07:00
Artyom Savchenko and GitHub
7a8a75b8b4
Display original data for tables ( #10413 )
...
Signed-off-by: Artem Savchenko <armisav@gmail.com >
2026-01-18 13:10:47 +07:00
Artyom Savchenko and GitHub
144b0acfe1
Support documents table diff and refresh ( #10411 )
...
* Add metadata for markdown tables
Signed-off-by: Artem Savchenko <armisav@gmail.com >
* Support table diff and refresh
Signed-off-by: Artem Savchenko <armisav@gmail.com >
* Fix warnings and icons
Signed-off-by: Artem Savchenko <armisav@gmail.com >
---------
Signed-off-by: Artem Savchenko <armisav@gmail.com >
2026-01-17 12:17:20 +07:00
Artyom Savchenko and GitHub
98055e4b57
Fix documents with notes and images ( #10328 )
...
* Fix documents with notes and images
Signed-off-by: Artem Savchenko <armisav@gmail.com >
* Clean up
Signed-off-by: Artem Savchenko <armisav@gmail.com >
* Clean up
Signed-off-by: Artem Savchenko <armisav@gmail.com >
---------
Signed-off-by: Artem Savchenko <armisav@gmail.com >
2025-12-25 08:56:16 +07:00
Artyom Savchenko and GitHub
ccec1ae5d6
Fix uptrace error e.dataset is undefined ( #10251 )
...
Signed-off-by: Artem Savchenko <armisav@gmail.com >
2025-11-25 12:08:50 +07:00
Alexander Onnikov and GitHub
43098b3fe9
fix table issues ( #10207 )
...
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com >
2025-11-13 16:43:47 +07:00
Andrey Sobolev and GitHub
5862026002
Fix imports ( #10194 )
...
Signed-off-by: Andrey Sobolev <haiodo@gmail.com >
2025-11-07 12:22:33 +07:00
Alexander Onnikov and GitHub
0ee98916ba
fix: optimize editor toolbar loading state check ( #10174 )
...
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com >
2025-10-30 23:00:52 +07:00
Denis 'GeneralGDA' Gladkiy and GitHub
0ee7e4ed6d
Drawing board control refinement ( #10121 )
...
* Drawing toolbar controls switching: return pen, after panning and color selection.
Signed-off-by: Denis Gladkiy <denis.gladkiy@hardcoreeng.com >
* Middle mouse button panning.
Signed-off-by: Denis Gladkiy <denis.gladkiy@hardcoreeng.com >
---------
Signed-off-by: Denis Gladkiy <denis.gladkiy@hardcoreeng.com >
2025-10-21 19:47:03 +06:00
Alexander Onnikov and GitHub
e573b19f72
fix: editor table performance improvements ( #10106 )
...
* fix: optimize table decorations
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com >
* fix: optimize left menu performance
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com >
---------
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com >
2025-10-17 10:03:37 +07:00
Nikolay Marchuk and GitHub
b334ef591e
Prevent duplicating ToDos in documents content ( #10063 )
...
* Propagate EditorContext to ProseMirror
Signed-off-by: Nikolay Marchuk <nikolay.marchuk@hardcoreeng.com >
* Do not duplicate todos with ids in document or move to other docs
Signed-off-by: Nikolay Marchuk <nikolay.marchuk@hardcoreeng.com >
* Fixes to pass validation
Signed-off-by: Nikolay Marchuk <nikolay.marchuk@hardcoreeng.com >
* Fix formatting
Conflicting rules for typescript validation and eslint only work with
strange conversion from ParseRule to TagParseRule
Signed-off-by: Nikolay Marchuk <nikolay.marchuk@hardcoreeng.com >
---------
Signed-off-by: Nikolay Marchuk <nikolay.marchuk@hardcoreeng.com >
2025-10-16 12:30:12 +07:00
Alexander Onnikov and GitHub
72c057ba66
fix: check pasted content before paste ( #10097 )
...
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com >
2025-10-15 18:19:31 +07:00
Alexander Onnikov and GitHub
35808da349
fix: properly unobserve ydoc in inline comments ( #10094 )
...
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com >
2025-10-15 14:02:28 +07:00
Andrey Sobolev and GitHub
7b7aa1041d
Allow to perform markdown copy ( #10090 )
2025-10-14 22:28:26 +07:00
Alexander Onnikov and GitHub
704e619358
qfix: remove indexeddb provider ( #10073 )
...
* qfix: remove indexeddb provider
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com >
* fix: remove cloud provider
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com >
---------
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com >
2025-10-13 18:50:51 +07:00
Andrey Sobolev and GitHub
aa7829bb93
Update deps oct 11 ( #10069 )
...
Signed-off-by: Andrey Sobolev <haiodo@gmail.com >
2025-10-12 08:55:50 +07:00
Alexander Onnikov and GitHub
96c1571748
feat: replace translate boilerplate with extension in editor ( #10054 )
...
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com >
2025-10-10 00:05:16 +07:00
Alexander Onnikov and GitHub
4a7e1e000b
fix: paste as plain text when in code block ( #10058 )
...
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com >
2025-10-09 16:36:04 +07:00
Alexander Onnikov and GitHub
c48e82760c
fix: data loss in editor ( #10056 )
...
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com >
2025-10-09 13:50:11 +07:00
Kristina and GitHub
136ce0fb90
Show emojis in mentions ( #10034 )
...
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com >
2025-10-06 19:17:59 +04:00
Andrey Sobolev and GitHub
332930349b
qfix: Use natural mermaid diagram width and scroll ( #10006 )
...
Signed-off-by: Andrey Sobolev <haiodo@gmail.com >
2025-10-02 23:35:49 +07:00
Nikolay Marchuk and GitHub
547c9d5320
Use correct todo detection regex ( #9968 )
...
Signed-off-by: Nikolay Marchuk <nikolay.marchuk@hardcoreeng.com >
2025-09-29 15:09:27 +07:00
Kristina and GitHub
0463bd042e
Edit last message by arrow up ( #9932 )
...
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com >
2025-09-24 22:58:55 +07:00
Kristina and GitHub
2988a78b3d
Communication fixes v5 ( #9928 )
...
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com >
2025-09-24 10:00:03 +04:00
Alexander Onnikov and GitHub
4a5f4a7c6c
fix: handle submit and tabs in editor ( #9918 )
...
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com >
2025-09-23 16:30:13 +07:00
Alexander Onnikov and GitHub
8195da3bf7
fix: handle disabled contacts plugin in mentions popup ( #9904 )
...
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com >
2025-09-22 13:31:27 +07:00
Alexander Onnikov and GitHub
c633be0084
EQMS-1633 Fix qms inline comments ( #9873 )
...
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com >
2025-09-18 16:37:18 +07:00
Artyom Savchenko and GitHub
59c8f05508
Add content to new card form in Home ( #9803 )
2025-09-08 22:44:45 +07:00
Alexander Onnikov and GitHub
567fd3b4dc
UBERF-11387 Preview service ( #9738 )
...
* UBERF-11387 Preview service
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com >
* code review fixes
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com >
* optimize build
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com >
* use base preview image
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com >
* free some disk space in github runner
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com >
* fix: try to clean builder cache
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com >
* fix: update sharp version for preview
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com >
* some cache fixes
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com >
---------
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com >
2025-09-03 01:08:37 +07:00