Commit Graph

89 Commits

Author SHA1 Message Date
bd00fa798d chore: simplify ordered list in editor (#767)
chore: simplify editor
2022-12-18 12:44:46 +08:00
a41745c9ae feat: editor enhancement for order list (#763) 2022-12-18 11:02:42 +08:00
3fd4ee83ac fix: checklist auto continuation (#737) 2022-12-12 18:30:04 +08:00
4bebbf3e1d feat: enable paste multiple resources (#729)
* feat: enable paste multiple resources

* update

* update
2022-12-11 19:17:39 +08:00
564f20d13a chore: remove ESC to close edit (#726) 2022-12-11 14:18:04 +08:00
c3adb1b152 fix: set resource list in memo editor (#725) 2022-12-11 14:04:22 +08:00
ab8c7b9d8a fix: auto complete in memo editor (#720) 2022-12-10 12:44:45 +08:00
6f8e3432e9 fix: correct priority of keys in editor (#703) 2022-12-08 18:46:43 +08:00
36b92ad884 feat: auto continuation list in editor (#689)
* feat: auto continuation list in editor

* update

* update
2022-12-08 10:01:01 +08:00
d1007950e0 chore: remove emoji picker (#667) 2022-12-03 15:28:37 +08:00
ab8e3473a1 feat: support resources reuse (#620)
* feat: support resource reuse

* update

* update

* update

* update
2022-11-29 19:07:20 +08:00
54271c1598 chore: fix some typos (#587) 2022-11-26 06:23:29 +00:00
5e069f79a2 feat: esc to cancel editing (#532) 2022-11-22 19:54:25 +08:00
66f9bc48bb chore: remove mark memo (#476) 2022-11-15 21:22:08 +08:00
9fe9245727 chore: update cancel edit button style (#472) 2022-11-15 20:35:56 +08:00
2743268fd7 chore: remove unused visibility selector (#457) 2022-11-13 10:47:21 +08:00
0809ec8c72 chore: update editor style (#456) 2022-11-12 21:22:51 +08:00
db93710f85 chore: remove mobile editor style user setting (#455) 2022-11-12 21:01:34 +08:00
241c93c6b7 feat: update editor style (#454)
* feat: update editor style

* chore: update bg
2022-11-12 20:57:08 +08:00
d1aa6aa7f8 fix: editor resource list (#445) 2022-11-12 09:04:26 +08:00
a142d975d7 feat: additional style system setting (#444)
* feat: additional style system setting

* feat: remove editor font setting
2022-11-11 23:42:44 +08:00
67691d1e99 feat: update visibility selector style (#441) 2022-11-11 19:25:21 +08:00
421f4dbf60 feat: select visibility in editor (#421)
* feat: editing visibility selection

* update

* update

* update variable name

* update

Co-authored-by: boojack <stevenlgtm@gmail.com>
2022-11-10 13:43:49 +00:00
9d8c9609c3 feat: cache editing memo id (#388)
* feat: cache editing memo id

* chore: update
2022-10-31 21:39:22 +08:00
bdf6d4d42a feat: case-insensitive search (#347) 2022-10-27 00:05:45 +00:00
fe5ba6850b chore: update insert content in editor (#336) 2022-10-23 12:28:30 +00:00
5690dab6bb feat: add some hotkeys (#320)
* feat: add some hotkeys

* fix: hotkeys lose the text behind selected

* chore: adjust insertText params passing
2022-10-23 11:33:45 +00:00
fc5d5cf231 fix: patch memo with resource list (#328)
fix: 修改memo时添加图片不显示
2022-10-21 22:16:05 +08:00
b68d6e2693 feat: update memo sort option setting (#326)
feat: add memo display ts
2022-10-21 11:57:57 +00:00
bf5b7e747d feat: customize memo list sorting rules (#312)
* chore: update .gitignore

* feat: 添加Memo列表按更新时间排序

* fix go-static-checks

* update

* update

* update Memo.tsx/MemoList.tsx

* handle conflict

Co-authored-by: boojack <stevenlgtm@gmail.com>
2022-10-19 21:00:34 +08:00
f97
24154c95f2 feat: editor tab support (#309)
* feat: editor tab support

* Update web/src/components/MemoEditor.tsx

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

* chore: if return style

Co-authored-by: boojack <stevenlgtm@gmail.com>
Co-authored-by: hyoban <hi@hyoban.cc>
2022-10-19 18:19:50 +08:00
086b10717f feat: upload files by dropping (#292) 2022-10-14 22:59:30 +08:00
5e7db4631e feat: handle esc keyboard event for editor (#288) 2022-10-14 10:14:35 +08:00
778282ae29 chore: update resource dialog 2022-10-03 09:39:59 +08:00
05e46ee4a8 fix: emoji picker style 2022-10-03 09:11:07 +08:00
ae8f292306 feat: create memo with resourceIdList 2022-10-01 10:57:14 +08:00
c7cf35c7de feat: update memo resource component 2022-10-01 10:02:16 +08:00
b2c22977c1 feat: update memo editor with uploading resources 2022-10-01 00:10:31 +08:00
52c8ac2ad3 chore: update emoji picker toggle logic (#244) 2022-09-26 22:33:41 +08:00
f97
7a6eb53e0f feat: float mobile editor (#234)
* feat: float mobile editor

* fix: fix pr comment

* lint: fix golangci-lint
2022-09-20 20:42:14 +08:00
366afdd1e4 feat: use i18next 2022-09-19 22:27:50 +08:00
f4d0e8c948 chore: hide the searchbar of emoji picker (#222)
chore: hide emoji picker searchbar
2022-09-17 09:23:53 +08:00
f97
e7db587a9e feat: add emoji picker in editor (#221)
* feat: add vietnamese

* feat: add emoji picker in editor

* fix failing checks

* move emoji button before upload button

* move script to body index.html

* Update web/index.html

Co-authored-by: boojack <stevenlgtm@gmail.com>
2022-09-17 00:42:52 +08:00
7e8d1128f8 chore: update i18n (#215) 2022-09-15 06:53:51 +08:00
fbce43870f chore: update resource base url 2022-09-09 07:40:21 +08:00
b884327a53 chore: update eslint rules 2022-09-04 06:48:19 +08:00
f7aca99d52 fix: upload image in iOS safari 2022-09-03 00:10:50 +08:00
422e190c96 chore: support uploads multi files (#191) 2022-09-02 20:05:40 +08:00
3e13fa1ce6 chore: update marked helper 2022-09-02 09:07:32 +08:00
9f3f730723 chore: update selector style 2022-08-25 21:05:31 +08:00