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
Muhammad Ali
fc634f15bb
editor: add download button on images ( #1563 )
...
Signed-off-by: Muhammad Ali <alihamuh@gmail.com >
2023-01-04 15:27:10 +05:00
Muhammad Ali
d4a3b53c1b
editor: remove collapsed property from task list ( #1561 )
...
Signed-off-by: Muhammad Ali <alihamuh@gmail.com >
2023-01-04 11:50:40 +05:00
Abdullah Atta
5c8cf1beb5
editor: allow multiple popups at one time on mobile
2023-01-03 22:05:08 +05:00
Abdullah Atta
db2041a15d
editor: fix Unexpected token error
2023-01-03 10:15:04 +05:00
Muhammad Ali
19a5e78495
editor: hide clear completed tasks button in readonly editor ( #1498 )
...
Signed-off-by: Muhammad Ali <alihamuh@gmail.com >
Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co >
2023-01-03 10:10:31 +05:00
Abdullah Atta
6269a8415b
Merge branch 'web-extension'
2022-12-05 15:23:03 +05:00
ammarahm-ed
9af102451d
editor: add webclipSettings to tool definitons
2022-12-05 15:20:54 +05:00
Abdullah Atta
c5faf62398
web: lazily load web clips just like images
2022-12-05 15:20:54 +05:00
Abdullah Atta
e17bd79004
editor: decrease embed extension priority
2022-12-05 15:20:54 +05:00
Abdullah Atta
aa0bf3b3dc
editor: add extension for embedding web clips
2022-12-05 15:17:38 +05:00
Abdullah Atta
611c229ece
editor: use noto serif as a serif font
2022-12-05 15:13:35 +05:00
Muhammad Ali
fcfe9ff23b
editor: add button to delete a task item in a task list ( #1423 )
...
Signed-off-by: Muhammad Ali <alihamuh@gmail.com >
Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co >
2022-12-05 12:22:58 +05:00
Muhammad Ali
d2f65c435d
editor: do not add line break at the start of copied text ( #1443 )
...
Signed-off-by: Muhammad Ali <alihamuh@gmail.com >
Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co >
2022-12-05 10:52:54 +05:00
Muhammad Ali
bbe21eb7db
editor: fix clear completed tasks button hidden by progress bar ( #1444 )
...
Signed-off-by: Muhammad Ali <alihamuh@gmail.com >
2022-12-05 10:42:13 +05:00
Muhammad Ali
d39426a57a
editor: fix persistent editor dropdown toolbar when changing notes ( #1413 )
...
Signed-off-by: Muhammad Ali <alihamuh@gmail.com >
2022-12-05 10:40:13 +05:00
Abdullah Atta
8bc58b7869
editor: enable embed specific tools on mobile
2022-11-28 15:25:28 +05:00
Muhammad Ali
f5a7beef17
editor: add button to clear completed tasks ( #1336 )
...
Signed-off-by: Muhammad Ali <alihamuh@gmail.com >
Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co >
2022-11-23 10:24:45 +05:00
Abdullah Atta
808270d2ef
editor: saving a color now updates the color list
2022-11-12 16:38:19 +05:00
alihamuh
a8a8080835
editor: implement saving custom colors in color picker
...
Signed-off-by: Muhammad Ali <alihamuh@gmail.com >
2022-11-12 16:38:02 +05:00
Muhammad Ali
a973a5cdf0
editor: fix incorrect paragraph formatting in copied text ( #1299 )
...
Signed-off-by: Muhammad Ali <alihamuh@gmail.com >
2022-11-08 16:57:48 +05:00
Abdullah Atta
545c78361b
editor: set proper checks when scrolling result into view
2022-11-07 13:05:06 +05:00
Muhammad Ali
d7a80c631b
editor: jump to search result using arrow keys not working ( #1289 )
...
* editor: search occurence scroll into view corrected
Signed-off-by: Muhammad Ali <alihamuh@gmail.com >
* Update packages/editor/src/extensions/search-replace/search-replace.ts
Signed-off-by: Abdullah Atta <thecodrr@protonmail.com >
Signed-off-by: Abdullah Atta <thecodrr@protonmail.com >
Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co >
2022-11-05 15:50:42 +05:00
Muhammad Ali
a650b8c2d9
editor: force update syntax highlights on 1st render ( #1265 )
...
Signed-off-by: Muhammad Ali <alihamuh@gmail.com >
2022-11-01 14:45:27 +05:00
Abdullah Atta
9489d73221
web: remove background color from images
2022-10-26 15:11:29 +05:00
Dylan
57658beb1c
editor: multiple tables in 1 note should not freeze the editor ( #1228 )
...
* editor: prevent tables from freezing the editor
Signed-off-by: Dylan Hackworth <dylhack@gmail.com >
* editor(#1228 ): use STD console instead
Signed-off-by: Dylan Hackworth <dylhack@gmail.com >
* editor(#1228 ): revert try catch replace with Node abstraction
Signed-off-by: Dylan Hackworth <dylhack@gmail.com >
* editor(#1228 ): utilize current node or parentNode
Signed-off-by: Dylan Hackworth <dylhack@gmail.com >
Signed-off-by: Dylan Hackworth <dylhack@gmail.com >
2022-10-22 09:48:16 +05:00
Abdullah Atta
ae1e84a1ba
editor: remove webpackPrefetch & webpackPreload directives
2022-10-20 15:30:50 +05:00
Abdullah Atta
a45a6466e7
web: exclude code language chunks from service worker prefetch
2022-10-20 15:11:02 +05:00
Abdullah Atta
a1e5b572fe
editor: allow generating languages in CI
2022-10-20 14:17:36 +05:00
Abdullah Atta
236fc77a63
editor: update katex stylesheet
2022-10-20 14:08:41 +05:00
Abdullah Atta
0bd3310f23
editor: load prism lang grammars from local files
2022-10-20 14:08:41 +05:00
Abdullah Atta
7dbcea2663
editor: generate code languages in build step
2022-10-20 14:08:41 +05:00
Abdullah Atta
82f800e530
editor: install new patch for katex@0.16.2
2022-10-19 11:44:49 +05:00
Abdullah Atta
1d6f7b3e3e
global: remove all .npmrc files
2022-10-19 11:29:39 +05:00
Abdullah Atta
4b4cb1e826
editor: upgrade katex to 0.16.2
2022-10-19 11:18:20 +05:00
Abdullah Atta
d42f617d0f
core: fix md export for notes with codeblocks
2022-10-18 17:31:31 +05:00
Abdullah Atta
c3badf4846
editor: generate new patch for @tiptap/core
2022-10-18 10:23:47 +05:00
Abdullah Atta
a9dbe13112
editor: prevent Shift + Tab from moving focus from editor
...
This fixes #1213
2022-10-17 23:32:13 +05:00
Abdullah Atta
3ac3b1bcdb
global: update package-lock files
2022-10-17 23:08:39 +05:00
Abdullah Atta
5b213edae8
editor: skip Tab key handling inside tables
2022-10-17 23:04:48 +05:00
Abdullah Atta
e9a63fcf79
editor: don't create a new task list on drop at end
...
This overrides the default task item drop behavior to make dropping
items at the very end of the task list more reliable.
Currently, dropping the item at the end of the list creates a
new list which is often not what you want. We look for such
behavior and instead moves the item to the very end.
2022-10-14 17:49:53 +05:00
Abdullah Atta
5886c47d92
editor: update packages
2022-10-14 12:23:40 +05:00
Abdullah Atta
516bc75317
editor: allow indenting list items on tab press
2022-10-14 12:23:30 +05:00
Abdullah Atta
5db1a7b345
editor: allow tabbing inside editor
2022-10-13 19:23:26 +05:00
Abdullah Atta
6116daf9ba
editor: disable conversion of 2 single spaced lines into 1 double spaced line
2022-10-13 19:23:05 +05:00