Abdullah Atta
2ada289e74
editor: update patch for @tiptap/extension-link
2023-02-23 13:13:27 +05:00
Abdullah Atta
1edf416461
editor: update patch for @tiptap/core
2023-02-23 13:13:27 +05:00
Abdullah Atta
6fae73b612
editor: increase force update debounce timeout to 200ms
2023-02-23 13:13:27 +05:00
Abdullah Atta
ec898748b1
editor: preserve font family in persisted selection
2023-02-23 13:13:27 +05:00
Abdullah Atta
5be67823ce
editor: optimize selection updates in codeblock
2023-02-23 13:13:27 +05:00
Abdullah Atta
33bf5e26ff
editor: only show table toolbars when table is selected
2023-02-23 13:13:27 +05:00
Abdullah Atta
08363f95e0
editor: update tiptap packages
2023-02-23 13:13:27 +05:00
Abdullah Atta
dc62291fba
editor: only update node views if attributes change
2023-02-23 13:13:27 +05:00
Abdullah Atta
43034cf3a3
editor: show gradient overlay on image for better contrast
2023-02-23 13:13:27 +05:00
Abdullah Atta
88f047c312
editor: reduce no. of nested nodes in task list for perf
2023-02-23 13:13:27 +05:00
Abdullah Atta
46a635d4f4
editor: migrate to vanilla js outline list
2023-02-23 13:13:27 +05:00
Abdullah Atta
4040c62dda
editor: focus search input on pressing ctrl+f
2023-02-20 17:37:25 +05:00
Muhammad Ali
0a81f0a09a
editor: fix vertical spacing between nested lists ( #1928 )
...
Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co >
2023-02-20 16:03:00 +05:00
Muhammad Ali
e06cbb39b0
editor: make link uneditable in readonly mode ( #1968 )
2023-02-20 15:25:01 +05:00
Abdullah Atta
68ebb132cd
global: update packages to ensure we bundle only 1 version of @mdi/js
2023-02-20 15:23:52 +05:00
Abdullah Atta
2f815fcec3
web: use word counter from editor
2023-02-14 12:36:59 +05:00
ammarahm-ed
9e83e67a0b
editor: add word-counter
2023-02-14 12:36:59 +05:00
Abdullah Atta
9b145d15af
editor: limit link width in popup to prevent overflow
2023-02-06 13:23:21 +05:00
Abdullah Atta
6b9596d0d1
editor: auto open link popup when link is selected
2023-02-06 13:23:21 +05:00
Abdullah Atta
fa1ad69be7
editor: add support for auto opening more tools popup
2023-02-06 13:23:21 +05:00
Abdullah Atta
1f29273561
editor: only auto close a popup if it is fully opened
2023-02-06 13:23:21 +05:00
Abdullah Atta
91eaf1c71e
editor: add rtl support in images
2023-02-06 10:10:30 +05:00
Abdullah Atta
c22bedbfcf
editor: use css for propagating text direction to child nodes
2023-02-06 10:10:30 +05:00
Abdullah Atta
ef104e4126
editor: add rtl support in task lists
2023-02-06 10:10:30 +05:00
Abdullah Atta
0d884aa161
editor: add rtl support in tables
2023-02-06 10:10:30 +05:00
Abdullah Atta
192fa8fc24
editor: add rtl support in outline list
2023-02-06 10:10:30 +05:00
Abdullah Atta
0ae24d12d8
editor: add rtl support in embed
2023-02-06 10:10:30 +05:00
Abdullah Atta
6ecf2c8ac3
editor: get text direction from selected or parent node
2023-02-06 10:10:30 +05:00
Abdullah Atta
da7267de43
editor: add text direction attr in more nodes
2023-02-06 10:10:30 +05:00
alihamuh
f134184a43
editor: improve text direction support in lists
2023-02-06 10:10:30 +05:00
Abdullah Atta
e46963512e
editor: fix crash when closing search in a different note
2023-01-28 13:51:33 +05:00
Abdullah Atta
1ca5511e78
web: refresh search on note switch
2023-01-28 13:51:19 +05:00
Abdullah Atta
b6e368d730
editor: remove old decorations before applying new ones
2023-01-28 13:51:05 +05:00
Abdullah Atta
94dfee53bc
editor: handle backspace correctly inside a multiline list item
2023-01-28 11:55:34 +05:00
Abdullah Atta
b1f79e338f
editor: store image size on first load
2023-01-28 11:13:29 +05:00
Abdullah Atta
40387ca082
editor: use cors when downloading pasted images
2023-01-28 11:13:29 +05:00
Abdullah Atta
b02941d5aa
editor: don't show download button for dataurl images
2023-01-28 11:13:29 +05:00
Abdullah Atta
0a6cc165dc
refactor: fix eslint fixable errors/warnings
2023-01-16 13:51:20 +05:00
Abdullah Atta
0ea5bd297c
editor: add missing license header
2023-01-16 13:48:28 +05:00
Abdullah Atta
9116a24392
global: update license year to 2023
2023-01-16 13:48:28 +05:00
Muhammad Ali
59a25610e3
editor: increase y-offset of table column properties menu so its visible in all cases ( #1648 )
2023-01-13 17:38:36 +05:00
Muhammad Ali
7449181d86
editor: close list selection popup after selecting a list ( #1636 )
...
Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co >
2023-01-12 15:52:19 +05:00
Muhammad Ali
25ae32028b
editor: do not lift first list item on backspace ( #1630 )
...
Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co >
2023-01-11 13:10:20 +05:00
Abdullah Atta
165862db06
editor: make build scripts compatible with windows
2023-01-11 12:31:33 +05:00
Abdullah Atta
4daca499d6
editor: remove prosemirror-utils lib as it's incompatible with windows
2023-01-11 12:11:23 +05:00
Abdullah Atta
91ae351129
editor: add support for bypassing cors when downloading images
2023-01-09 15:06:20 +05:00
Muhammad Ali
abe1598910
editor: fix issue where right clicking on a link opened it ( #1571 )
...
* editor: link right click opens link bug solved
* editor: added headers
* editor: create patch for @tiptap/extension-link
Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co >
2023-01-07 13:17:56 +05:00
Abdullah Atta
eb526063c3
web: update package-lock.json & add otplib
2023-01-07 12:30:00 +05:00
Muhammad Ali
47feaeeac1
editor: fix scroll into view for selected search result ( #1578 )
2023-01-05 22:10:41 +05:00
Ammar Ahmed
ab9538c81e
editor: task list ui improvements ( #1570 )
2023-01-05 14:00:56 +05:00