Commit Graph

819 Commits

Author SHA1 Message Date
ad94e8e3c6 feat: implement highlight renderer 2024-01-15 22:54:18 +08:00
fdbf2d8af2 chore: fix blockquote renderer 2024-01-15 20:41:37 +08:00
5a723f00fa chore: split editor keydown handler 2024-01-15 20:33:42 +08:00
728a9705ea feat: Markdown Editor Keyboard Shortcuts (#2763)
* Add bold and italic keyboard shortcut

* Add hyperlink keyboard shortcut support
2024-01-15 20:19:59 +08:00
5ebbed9115 chore: handle tag click 2024-01-15 08:15:34 +08:00
089e04bcfd chore: use webp compression on logo (#2756)
- Logo size reduced from 310 KB to 36 KB.
- Point metadata image URL to local logo instead of remote
2024-01-14 22:21:03 +08:00
98762be1e5 feat: implement indent for list nodes 2024-01-14 22:19:03 +08:00
d44e74bd1e chore: update editor actions 2024-01-14 21:47:03 +08:00
6db7ad76da chore: update tag selector 2024-01-13 16:26:42 +08:00
4a407668bc chore: tweak dialog close button 2024-01-13 15:33:23 +08:00
ab1fa44f00 feat: implement markdown buttons 2024-01-13 15:09:06 +08:00
a8074d94e8 chore: update image attrs 2024-01-13 14:08:36 +08:00
81942b3b98 chore: updating the default scopes of GitHub SSO (#2746)
Updating the default scopes of GitHub SSO

The scope of "user" in GitHub OAuth includes permissions to update a user's profile.
2024-01-12 14:02:11 +08:00
0c52f1ee6a chore: tweak home style 2024-01-12 08:08:24 +08:00
1994c20c54 chore: tweak setting page 2024-01-11 22:25:05 +08:00
a1dda913c3 chore: fix tag selector position 2024-01-11 21:36:22 +08:00
79b68222ff chore: set image loading to lazy (#2733)
set image loading to lazy to avoid concurrent problem
2024-01-11 10:27:18 +08:00
777ed899a3 chore: add memo uid 2024-01-08 21:48:26 +08:00
43e42079a4 feat: export Memos as Markdown FIles (#2716) 2024-01-08 11:40:50 +08:00
83141f9be2 chore: tweak navigation styles 2024-01-06 19:12:26 +08:00
4c59035757 chore: update about page 2024-01-06 19:01:11 +08:00
79c13c6f83 chore: fix edit memo params 2024-01-06 09:25:17 +08:00
d2a9aaa9d4 chore: update line break renderer 2024-01-05 09:18:37 +08:00
f563b58a85 chore: fix renderer props 2024-01-05 08:47:43 +08:00
454cd4e24f feat: implement switchable task list node 2024-01-05 08:40:16 +08:00
6320d042c8 chore: update home padding styles 2024-01-04 22:50:46 +08:00
9593b0b091 chore: fix link rel field 2024-01-04 21:26:56 +08:00
ca53630410 chore: update drawer background 2024-01-04 21:11:22 +08:00
d12a2b0c38 feat: implement math expression parser 2024-01-04 20:05:29 +08:00
73baeaa0ad chore: tweak dark mode styles 2024-01-04 08:32:14 +08:00
c58851bc97 chore: tweak accent color 2024-01-03 23:30:28 +08:00
96140f3875 chore: tweak dark mode styles 2024-01-03 23:12:50 +08:00
914c0620c4 chore: add statistics view 2024-01-03 08:22:32 +08:00
f74fa97b4a chore: traverse nodes to upsert tags 2024-01-02 08:56:30 +08:00
411e807dcc chore: use consistent relative paths for resources (#2683)
- always store resources with a relative path with forward slashes, which will be transformed as needed when the file is accessed

- fix an issue with thumbnail generation on Windows

- add several validations for local storage setting

- improve front-end error feedback when changing local storage

- add migrations to make existing resource paths relative (not needed, but improves database consistency)
2023-12-29 07:49:55 +08:00
ea87a1dc0c chore: update memo content props 2023-12-28 22:57:51 +08:00
9ee4b75bbd chore: tweak memo detail styles 2023-12-27 23:25:02 +08:00
c8d7f93dca feat: implement auto link parser 2023-12-27 08:44:51 +08:00
6fac116d8c chore: update user store 2023-12-26 23:05:33 +08:00
f48ff102c9 fix: eslint check failure after fixing #2672 (#2673) 2023-12-26 21:46:26 +08:00
bd5a0679ee fix: date format in share memo dialog (#2672)
fix: Date format in shareable Memo Images (#2668)
2023-12-26 17:50:09 +08:00
8e325f9986 chore: return username in user response 2023-12-23 19:23:39 +08:00
b8eaf1d57e chore: deprecate memo creation stats legacy api 2023-12-23 18:35:47 +08:00
eefce6ade3 chore: implement webhook dispatch in v2 api 2023-12-23 11:17:35 +08:00
2ee4d7d745 chore: add startTransition to links 2023-12-23 08:55:43 +08:00
df5aeb6d88 chore: remove v1 prefix in store name 2023-12-23 08:48:11 +08:00
df3303dcd3 chore: update list users 2023-12-23 08:35:54 +08:00
21874d0509 chore: fix navigation errors 2023-12-23 08:01:16 +08:00
b2ec0d1217 chore: add skip cache requesting 2023-12-22 20:30:28 +08:00
5673e29e51 chore: compose memo in backend 2023-12-22 20:18:31 +08:00