 
|
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 SavchenkoandGitHub
|
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 |
|
 Nikolay MarchukandGitHub
|
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 OnnikovandGitHub
|
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 OnnikovandGitHub
|
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 |
|
 Victor IlyushchenkoandGitHub
|
99feb2e894
|
Simplified editor plugin configuration management (#9485)
Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>
|
2025-07-08 17:30:27 +07:00 |
|
 Victor IlyushchenkoandGitHub
|
f21996252b
|
Generalized implementation of the text editor toolbar (#9147)
Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>
|
2025-06-05 11:05:21 +07:00 |
|
 Victor IlyushchenkoandGitHub
|
007b11c9df
|
Support for embedding links and references in text editor (#9003)
Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>
|
2025-05-21 11:45:08 +07:00 |
|
 KristinaandGitHub
|
f5de0ee994
|
Add new chat fixes (#8687)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
|
2025-04-24 11:42:07 +07:00 |
|
 Victor IlyushchenkoandGitHub
|
2cab7e50bb
|
Interpret plain text paste events in the text editor as an opportunity to parse and apply Markdown (#8618)
Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>
|
2025-04-17 19:26:27 +03:00 |
|
 Victor IlyushchenkoandGitHub
|
97c884a30e
|
To Do list improvements (#8280)
Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>
|
2025-03-20 11:38:30 +07:00 |
|
 Alexander OnnikovandGitHub
|
6f63a407dd
|
UBERF-9634 Handle unsupported markdown in github integration (port to develop) (#8260)
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
|
2025-03-18 19:20:24 +07:00 |
|
 Victor IlyushchenkoandGitHub
|
cae76abb8a
|
UBERF-8545: fix links in readonly documents (#8050)
Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>
|
2025-02-18 20:03:00 +03:00 |
|
 Victor IlyushchenkoandGitHub
|
a9d96d5d87
|
Automatic link to ref conversion (#8006)
Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>
|
2025-02-14 16:39:46 +07:00 |
|
 Victor IlyushchenkoandGitHub
|
b075ab1ec3
|
UBERF-9279: Ctrl/Cmd + K for hyperlinks (#7857)
Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>
|
2025-01-31 22:24:36 +07:00 |
|
 Victor IlyushchenkoandGitHub
|
8f31c6ec61
|
Fixed issues with loading comment mark schema in non collaborative contexts and added codeblock support (#7699)
Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>
|
2025-01-17 13:16:52 +03:00 |
|
 Denis TingaikinandGitHub
|
6711ceb877
|
fix edge case for Link extenstions (#7646)
Signed-off-by: denis-tingaikin <denis.tingajkin@xored.com>
|
2025-01-14 12:13:49 +07:00 |
|
 Victor IlyushchenkoandGitHub
|
24b66777ea
|
Text & Table cell color styling features (#7624)
Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>
|
2025-01-10 16:32:30 +07:00 |
|
 Victor IlyushchenkoandGitHub
|
89618c70f4
|
Text alignment actions (#7604)
Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>
|
2025-01-09 09:35:48 +07:00 |
|
 Victor IlyushchenkoandGitHub
|
780b841ead
|
Table column resizing & some bug-fixes for tables (#7591)
Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>
|
2025-01-07 12:56:31 +07:00 |
|
 Victor IlyushchenkoandGitHub
|
40a3ca5ba9
|
basic indentation support in code blocks (#7494)
Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>
|
2024-12-17 21:46:44 +07:00 |
|
 Alexander OnnikovandGitHub
|
2ea25fa4ab
|
EQMS-1325 Add mermaid and drawing board to editor kit (#7487)
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
|
2024-12-17 14:18:21 +07:00 |
|
 Alexander OnnikovandGitHub
|
1ddf1fe4b0
|
UBERF-8080 Handle errors in ListKeymap extension (#6705)
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
|
2024-09-24 18:01:00 +07:00 |
|
 Alexander OnnikovandGitHub
|
a9fcdfc61d
|
UBERF-8240 Add editor extension for editable state change tracking (#6693)
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
|
2024-09-24 00:22:08 +07:00 |
|
 Alexander OnnikovandGitHub
|
78e601ff43
|
feat: improve links behavior in the editor (#6612)
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
|
2024-09-18 13:59:30 +07:00 |
|
 Alexander OnnikovandGitHub
|
24bd0e9f59
|
fix: codeblock various fixes (#6550)
|
2024-09-13 21:48:00 +07:00 |
|
 Alexander OnnikovandGitHub
|
92b20ad47f
|
feat: codeblock syntax highlight (#6505)
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
|
2024-09-10 00:32:22 +07:00 |
|
 Alexey ZinovievandGitHub
|
5f795ce0d2
|
EZQMS-1166: Revamp doc library sections model (#6358)
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
|
2024-08-21 18:47:24 +04:00 |
|
 Andrey SobolevandGitHub
|
b5ee82cf1a
|
UBERF-7776: Get rid of blobs in UI (#6226)
|
2024-08-02 12:08:24 +07:00 |
|
 Alexey ZinovievandGitHub
|
0bb4bb04ac
|
uberf-7755: fix image toolbar visibility (#6208)
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
|
2024-08-01 10:56:55 +07:00 |
|
 Alexey ZinovievandAndrey Sobolev
|
5f90d7821d
|
UBERF-7675: Remove heading text action from compact editors (#6143)
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
|
2024-07-28 14:55:42 +07:00 |
|
 Alexey ZinovievandGitHub
|
fba1469647
|
UBERF-7579: Text editor actions (#6103)
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
|
2024-07-25 10:43:12 +04:00 |
|
 Alexey ZinovievandGitHub
|
0fc0115c99
|
UBERF-7495: Global editor kit extensions (#6057)
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
|
2024-07-12 15:42:13 +07:00 |
|