ammarahm-ed
dc5572d4b9
editor: enable passing custom sessionId
2023-04-05 02:13:49 +05:00
ammarahm-ed
156ce7e711
mobile: ensure note is saved when change note
2023-04-05 02:13:49 +05:00
Abdullah Atta
98b93d42c1
theme: publish
2023-04-05 01:53:29 +05:00
Abdullah Atta
2e7935cacc
editor: publish
2023-04-05 01:53:16 +05:00
Abdullah Atta
e452fd3d2f
core: update export tests snapshots
2023-04-04 23:16:04 +05:00
ammarahm-ed
b306a09747
editor: refresh editor on line spacing changed
2023-04-04 17:23:27 +05:00
ammarahm-ed
509dc4b541
editor: scroll to top on note change
2023-04-04 16:25:07 +05:00
ammarahm-ed
d838c2e8ad
editor: update word count immediately after note is loaded
...
Previously when opening note, the word count on mobile would
be 0, then update to actual word count. This has been fixed so
correct word count shows when opening not without any
delay.
2023-04-04 16:25:07 +05:00
Abdulrehman-Jafer
b18cf277f6
core: fix code block overflow in PDF export ( #2245 )
...
Signed-off-by: Abdulrehman-Jafer <abdulrehmanjaferwork01233@gmail.com >
2023-04-04 16:19:02 +05:00
Abdulrehman-Jafer
cb1d32d177
core: fix txt, pdf & html export line spacing ( #2215 )
...
Signed-off-by: Abdulrehman-Jafer <abdulrehmanjaferwork01233@gmail.com >
Co-authored-by: Abdulrehman-Jafer <abdulrehmanjaferwork01233@gmail.com >
Co-authored-by: Abdullah Atta <thecodrr@protonmail.com >
2023-03-30 17:09:00 +05:00
Muhammad Ali
27863def9c
web: fix RTL support for outline lists ( #2175 )
...
Co-authored-by: Muhammad Ali <alihamuh@gmail.com >
Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co >
2023-03-24 12:51:00 +05:00
Abdullah Atta
f1d4fd1d5d
editor: fix crash when theme.colors is undefined
2023-03-24 12:49:26 +05:00
ammarahm-ed
969611c9e6
mobile: release v2.4.7
2023-03-22 15:05:24 +05:00
Abdullah Atta
a3c24bc666
editor: fix image resizing
2023-03-22 13:28:25 +05:00
Abdullah Atta
88f90c6240
editor: add padding to placeholder
2023-03-22 13:28:25 +05:00
Abdullah Atta
a5c44dcb3b
editor: add src to image on copy
2023-03-22 13:28:25 +05:00
Abdullah Atta
b354a26f0a
core: allow selectively downloading media attachments
2023-03-22 13:28:25 +05:00
ammarahm-ed
a46b863802
core: return only attachment meta if
...
attachment already exists
2023-03-22 13:28:25 +05:00
Abdullah Atta
763a108abb
editor: always use relative height for resizer
2023-03-22 13:28:25 +05:00
Abdullah Atta
30a069c845
editor: always use black icons on image overlay
2023-03-22 13:28:25 +05:00
Abdullah Atta
ffbf5cdc88
editor: fade-in on image load
2023-03-22 13:28:25 +05:00
Abdullah Atta
4318a65a99
editor: use dataurl attr for inserting an image
2023-03-22 13:28:25 +05:00
Abdullah Atta
bc433c56ae
core: don't return invalid dataurl if image doesn't exist
2023-03-22 13:28:25 +05:00
Abdullah Atta
e43740c6bc
editor: add comments for why we use UTITypes
2023-03-22 13:28:25 +05:00
Abdullah Atta
6123bccf4b
editor: only save image height on load
2023-03-22 13:28:25 +05:00
Abdullah Atta
08106c20e8
editor: use dataurl instead of src attr for loading images
2023-03-22 13:28:25 +05:00
Abdullah Atta
eaaecbd5e5
core: hash base64 before saving it as attachment to prevent dups
2023-03-22 13:28:25 +05:00
Abdullah Atta
7a773937c2
core: writeEncrypted now accepts only base64 input
2023-03-22 13:28:25 +05:00
Abdullah Atta
d9a77ff658
core: migrate filename.ts to javascript
2023-03-21 09:59:45 +05:00
ammarahm-ed
c45118515c
editor: add react-scripts patch
2023-03-21 09:59:45 +05:00
ammarahm-ed
f9b8865351
editor: export blob as b64 with correct content type
2023-03-21 09:59:45 +05:00
ammarahm-ed
1fdede5518
core: add getFileNameWithExtension utility
2023-03-21 09:59:45 +05:00
Abdullah Atta
9d2bacdc5f
web: replace fixed 7 days with trash cleanup interval
2023-03-21 08:06:34 +05:00
Abdullah Atta
03803dbc23
editor: fix task-list tests
2023-03-20 18:05:27 +05:00
Abdullah Atta
9ea675ded1
editor: fix sub checklists not sorting
2023-03-20 18:05:27 +05:00
Abdullah Atta
4884c27a9a
editor: update patches
2023-03-20 16:40:58 +05:00
Ammar Ahmed
5e33cb93c6
editor: fix focus last node on tap bottom area on mobile ( #2148 )
2023-03-20 16:35:23 +05:00
ammarahm-ed
b4220d349f
editor: fix loading copied image on ios
2023-03-20 16:34:46 +05:00
Abdullah Atta
d4752685d0
editor: keep marks when creating new list items
...
we shouldn't reset the user's selected styles like bold/italic when they
create a new list item.
2023-03-20 16:33:14 +05:00
Abdullah Atta
72db8724ec
editor: improve gradient overlay on image
2023-03-20 14:00:50 +05:00
Abdullah Atta
be957d058f
core: add basic subscription handling
2023-03-20 12:53:20 +05:00
Abdullah Atta
b1d4ccc27e
editor: fix dropdown needing 2 clicks to open
2023-03-18 12:28:08 +05:00
Abdullah Atta
efc678d3cd
core: removeFromAllNotebooks should unlink notebook relations too
2023-03-18 11:58:30 +05:00
ammarahm-ed
a6021943e1
mobile: top level notes
2023-03-18 11:58:30 +05:00
Abdullah Atta
9804c1fbb1
core: include notebook notes in total notes count
2023-03-18 11:58:30 +05:00
Abdullah Atta
86770b32bb
core: add support for linking notes with notebooks
...
this basically allows notes to exist at the top-level in a notebook
2023-03-18 11:58:30 +05:00
Abdullah Atta
74c86c1e5f
editor: table options not visible on old tables
2023-03-17 22:44:29 +05:00
ammarahm-ed
984bf1f15f
core: remove trash duration fn
2023-03-17 22:07:19 +05:00
ammarahm-ed
a07c8b9e11
core: add trash cleanup duration settings
2023-03-17 22:07:19 +05:00
alihamuh
fb8df74242
web: added trash setting to control delete time
2023-03-17 22:07:19 +05:00