Commit Graph

91 Commits

Author SHA1 Message Date
e2fd79200e feat: implement inline memo editor 2024-07-17 21:07:36 +08:00
7c9e54afbd chore: update disallow public visibility setting name (#3687) 2024-07-14 20:23:19 +08:00
5e3ed201b4 fix: update mask of update memo (#3659) 2024-07-08 08:50:38 +08:00
0657a1ef5b chore: fix memo editor cache 2024-06-01 08:48:54 +08:00
c25c57ab61 feat: support updating display time 2024-05-18 07:52:35 +08:00
b8763905ba chore: tweak naming 2024-05-13 20:03:04 +08:00
83b9ea45b9 chore: tweak dark mode styles 2024-05-13 08:09:32 +08:00
e7a788fa71 chore: tweak memo detail page 2024-05-09 20:10:13 +08:00
d0655ece53 refactor: update memo tags 2024-05-08 20:03:01 +08:00
590b626052 chore: update upload resources button 2024-05-01 10:43:09 +08:00
155c5baf2c refactor: add markdown service 2024-04-29 08:00:37 +08:00
1b291422e7 refactor: api version 2024-04-28 00:44:29 +08:00
9b66ef5e26 chore: tweak api definition 2024-04-27 22:02:15 +08:00
1f0bfd2169 chore: update tag store 2024-04-14 22:03:56 +08:00
755d5b83c6 chore: retire legacy setting api 2024-04-12 08:32:54 +08:00
3e6e56b008 refactor: update workspace store definition 2024-04-11 17:53:00 +08:00
bbdd40b2b0 chore: add placeholder to comment editor 2024-04-09 20:01:19 +08:00
54a3c25ebd chore: update memo resource name definition 2024-03-30 08:26:28 +08:00
d84a88e805 chore: fix linter 2024-03-30 00:05:19 +08:00
c7aaf791e6 chore: tweak props naming 2024-03-29 22:49:19 +08:00
a0846c2818 feat: add shortcut to edit the previous memo (#3122)
* Add shortcut to edit the previous memo

* Fix compilation

* Update web/src/components/MemoEditor/index.tsx

Co-authored-by: boojack <stevenlgtm@gmail.com>

---------

Co-authored-by: boojack <stevenlgtm@gmail.com>
2024-03-27 21:46:29 +08:00
7c5261b5d2 chore: tweak resource definition 2024-03-20 21:17:04 +08:00
ed89cb8310 chore: update memo relation definition 2024-03-19 21:53:44 +08:00
722e356044 chore: update memo store 2024-03-19 20:55:33 +08:00
5f2d6b22be chore: tweak memo structure 2024-03-18 23:23:53 +08:00
3b089eeae3 fix: ignore "Tab" key down event when is composing in editor(#3026) (#3027) 2024-03-03 13:04:00 +08:00
89a270cede chore: add username to cache key 2024-02-28 00:34:55 +08:00
dd06278692 feat: add batch upsert tags 2024-02-01 21:13:42 +08:00
ed32b20c9e chore: update frontend dependencies 2024-01-27 17:28:06 +08:00
bc2d2d0cde feat: support set embedded content in UI 2024-01-26 22:51:57 +08:00
370054e040 chore: implement collapsed navigation 2024-01-21 21:02:55 +08:00
5172e4df7c chore: create memo visibility when creating 2024-01-18 15:20:22 +08:00
54296f0437 chore: update filter in timeline 2024-01-18 08:06:59 +08:00
ff13d977e9 feat: add URL paste handler (#2768)
* feat: Add URL paste handler

* Check if text highlighted for URL pasting
2024-01-16 10:06:16 +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
6db7ad76da chore: update tag selector 2024-01-13 16:26:42 +08:00
ab1fa44f00 feat: implement markdown buttons 2024-01-13 15:09:06 +08:00
79c13c6f83 chore: fix edit memo params 2024-01-06 09:25:17 +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
f74fa97b4a chore: traverse nodes to upsert tags 2024-01-02 08:56:30 +08:00
eefce6ade3 chore: implement webhook dispatch in v2 api 2023-12-23 11:17:35 +08:00
df5aeb6d88 chore: remove v1 prefix in store name 2023-12-23 08:48:11 +08:00
a3feeceace chore: remove component v1 suffix 2023-12-22 08:29:02 +08:00
81524c38e9 chore: refactor memo module 2023-12-21 23:40:43 +08:00
abc14217f6 chore: tweak padding styles 2023-12-19 23:09:57 +08:00
a3a1bbe8de chore: tweak responsible styles 2023-12-19 08:41:41 +08:00
5d677c3c57 chore: implement node renderer components 2023-12-17 10:49:49 +08:00