Commit Graph

2426 Commits

Author SHA1 Message Date
thecodrr
200eae404e chore: update packages 2022-07-01 08:21:46 +05:00
thecodrr
7bcd2b3a02 chore: update notesnook-editor 2022-06-30 21:43:23 +05:00
thecodrr
35a38d2b33 feat: remove everything tinymce related 2022-06-30 11:21:37 +05:00
thecodrr
ad7e85bfad feat: add tiptap in diffviewer 2022-06-30 11:14:24 +05:00
thecodrr
2b2da1609d fix: editor & title doesn't update for new notes 2022-06-29 17:01:07 +05:00
thecodrr
2efd635bb0 feat: further simplify editor logic 2022-06-29 16:38:24 +05:00
thecodrr
03b8e56f6c feat: make toolbar configurable 2022-06-29 11:50:04 +05:00
thecodrr
6b4d2b9de4 Merge branch 'develop' into feature/migrate-tiptap-editor 2022-06-28 08:10:05 +05:00
thecodrr
f33f8f44c6 feat: use custom logic instead of @tiptap/react 2022-06-28 06:50:42 +05:00
thecodrr
ef488e20fd feat: move toolbar to bottom on mobile 2022-06-28 06:48:13 +05:00
thecodrr
b2c7302005 feat: remove placeholder insertion 2022-06-28 06:47:21 +05:00
thecodrr
a127af1456 refactor: abstract away the att. handling logic 2022-06-22 18:47:38 +05:00
thecodrr
f45ed3d37b fix: base64 images getting saved as null bytes 2022-06-22 18:47:06 +05:00
thecodrr
b991edd8d2 feat: add support for downloading attachments 2022-06-22 16:26:05 +05:00
thecodrr
992335f0a8 feat: show overlay when dropping files 2022-06-22 15:41:12 +05:00
thecodrr
24ba1377df refactor: simplify editor logic 2022-06-22 13:51:34 +05:00
thecodrr
f68d278540 fix: content is not selectable in readonly mode 2022-06-17 10:40:37 +05:00
thecodrr
50efb5cae4 fix: adjust loaders colors for dark mode 2022-06-17 10:38:30 +05:00
thecodrr
21b1d073b5 feat: improve loaders heights 2022-06-17 10:36:13 +05:00
thecodrr
9ddb7d2663 feat: add skeleton loading animations 2022-06-17 10:21:49 +05:00
thecodrr
6965899092 perf: improve note refreshing performance 2022-06-16 17:11:04 +05:00
thecodrr
f231f6b263 feat: migrate to react-hot-toast 2022-06-15 11:22:14 +05:00
thecodrr
f942fc4caa fix: remove announcement on cta click 2022-06-13 09:42:43 +05:00
thecodrr
af75795d56 fix: app not opening due to inverted check 2022-06-08 15:25:01 +05:00
thecodrr
27d28531a9 chore: bump version to 1.8.10 2022-06-08 13:22:42 +05:00
thecodrr
b68a24813d chore: update notesnook-core 2022-06-08 13:22:42 +05:00
thecodrr
f01b390bae chore: update notesnook-core 2022-06-08 13:22:42 +05:00
thecodrr
b72d8bb3b1 refactor: ip -> base 2022-06-08 13:22:42 +05:00
thecodrr
95b1cfb485 fix: add instructions on how to get .zip file in import dialog 2022-06-08 13:22:42 +05:00
thecodrr
7e9c12e073 fix: toast action button has transparent text 2022-06-08 13:22:42 +05:00
thecodrr
75b76d7747 fix: title does not empty sometimes on new notes 2022-06-08 13:22:42 +05:00
thecodrr
be3c8f417c fix: editor focus bug & title input glitches 2022-06-08 13:22:41 +05:00
thecodrr
94ef8c961a fix: disallow multiple instances
(fixes streetwriters/notesnook#563)
2022-06-08 13:22:41 +05:00
thecodrr
8469ad8d02 fix: color notebook/topic to which the note is already assigned
(fixes streetwriters/notesnook#567)
2022-06-08 13:22:41 +05:00
thecodrr
3f12d7d149 feat: add public issue warning in issue dialog 2022-06-08 13:22:41 +05:00
thecodrr
476d718e89 fix: open new issue Github link in default browser
(fixes streetwriters/notesnook#601)
2022-06-08 13:22:41 +05:00
thecodrr
faf1e3c9f6 fix: use new roadmap link
(fixes streetwriters/notesnook#600)
2022-06-08 13:22:41 +05:00
thecodrr
02c8a03afb fix: text in editor not selectable
(fixes streetwriters/notesnook#518
fixes streetwriters/notesnook#519
fixes streetwriters/notesnook#564
fixes streetwriters/notesnook#582
fixes streetwriters/notesnook#585
fixes streetwriters/notesnook#590
fixes streetwriters/notesnook#592)
2022-06-08 13:22:41 +05:00
thecodrr
4ef9464fcf fix: navigation pane closes with middle pane 2022-06-08 13:22:41 +05:00
thecodrr
dfdd077c7e chore: auto add ip on startup in dev 2022-06-08 13:22:41 +05:00
thecodrr
ac9c15d6bc feat: finalize more of the new editor 2022-06-06 06:51:28 +05:00
thecodrr
852855e844 Merge branch 'release/1.8.9' 2022-05-10 15:37:54 +05:00
thecodrr
6868b779e4 chore: bump version to 1.8.9 2022-05-10 15:37:46 +05:00
thecodrr
52a1a42024 fix: hide backup restore button for non-logged in users 2022-05-10 15:31:36 +05:00
thecodrr
6ba0e42a7f fix: cursor jumps to editor from title 2022-05-10 15:27:28 +05:00
thecodrr
3a3bf2adf2 fix: update sessions's date edited on save
(fixes streetwriters/notesnook#541)
2022-05-10 14:32:41 +05:00
thecodrr
5706c13648 fix: Renaming file attachments in desktop app
(fixes streetwriters/notesnook#543)
2022-05-10 14:26:05 +05:00
thecodrr
db534a743d fix: focus mode not working
(fixes streetwriters/notesnook#562)
2022-05-10 14:06:44 +05:00
thecodrr
eb16282f15 fix: overlapping note contents when quickly switching
(fixes streetwriters/notesnook#561)
2022-05-10 13:57:01 +05:00
thecodrr
84a3095b35 Merge branch 'master' into develop 2022-05-10 12:34:37 +05:00