Commit graph

102 commits

Author SHA1 Message Date
boojack
9169b3f2cd
chore: update tip text for empty tag list (#872) 2022-12-29 09:14:24 +08:00
Zeng1998
2e2657b39d
feat: add setting for power editor (#851) 2022-12-24 16:18:13 +08:00
boojack
9f25badde3
chore: update logo format to png (#830) 2022-12-23 00:21:53 +08:00
boojack
201c0b020d
chore: update seed data for tag (#817)
* chore: update seed data

* chore: add `_journal_mode` for SQLite

* chore: update create tag dialog
2022-12-22 08:34:05 +08:00
boojack
b6f19ca093
feat: upsert tag based content (#816)
* feat: upsert tag based content

* chore: update
2022-12-22 00:35:47 +08:00
boojack
68a77b6e1f
feat: create tag dialog (#814) 2022-12-21 23:59:03 +08:00
ChasLui
40f39fd66c
feat: use shift+tab to unindent (#799)
* feat: Use shift+tab to unindent, just like vscode

* fix: shit+tab return
2022-12-20 23:03:25 +08:00
ChasLui
b6fe4d914e
fix: incorrect cursor when text is selected in range (#797) 2022-12-20 20:51:32 +08:00
ChasLui
3c2cd43d28
fix: shortcuts should exclude the shift judgment (#796)
* fix: Shortcuts should exclude the shift judgment

* fix: eslint
2022-12-20 19:47:35 +08:00
ChasLui
2658b1fd09
feat: support command + k shortcuts insert []() (#793)
* feat: support `command + k` shortcuts insert []()

* fix: eslint

* fix: clear code

* fix: eslint

* feat: insert [](url)

* refactor: rename param

* fix: eslint
2022-12-20 18:51:22 +08:00
Zeng1998
b7df1f5bbf
feat: matching punctuation (#791) 2022-12-20 18:10:02 +08:00
Zeng1998
bd6ab71d41
chore: remove unused state (#780) 2022-12-19 18:03:39 +08:00
boojack
ef621a444f
refactor: introducing use{Module}Store instead of service (#768)
* refactor: introducing `useEditorStore`

* refactor: update

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

* update

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

* update

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

* update

* update

* update

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

* chore: update bg
2022-11-12 20:57:08 +08:00
boojack
d1aa6aa7f8
fix: editor resource list (#445) 2022-11-12 09:04:26 +08:00
boojack
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
boojack
67691d1e99
feat: update visibility selector style (#441) 2022-11-11 19:25:21 +08:00
Zeng1998
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
boojack
9d8c9609c3
feat: cache editing memo id (#388)
* feat: cache editing memo id

* chore: update
2022-10-31 21:39:22 +08:00
boojack
bdf6d4d42a
feat: case-insensitive search (#347) 2022-10-27 00:05:45 +00:00
boojack
fe5ba6850b
chore: update insert content in editor (#336) 2022-10-23 12:28:30 +00:00
Mahoo Huang
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
Zeng1998
fc5d5cf231
fix: patch memo with resource list (#328)
fix: 修改memo时添加图片不显示
2022-10-21 22:16:05 +08:00
boojack
b68d6e2693
feat: update memo sort option setting (#326)
feat: add memo display ts
2022-10-21 11:57:57 +00:00
Zeng1998
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
boojack
086b10717f
feat: upload files by dropping (#292) 2022-10-14 22:59:30 +08:00
Hyoban
5e7db4631e
feat: handle esc keyboard event for editor (#288) 2022-10-14 10:14:35 +08:00
steven
778282ae29 chore: update resource dialog 2022-10-03 09:39:59 +08:00
steven
05e46ee4a8 fix: emoji picker style 2022-10-03 09:11:07 +08:00
steven
ae8f292306 feat: create memo with resourceIdList 2022-10-01 10:57:14 +08:00
steven
c7cf35c7de feat: update memo resource component 2022-10-01 10:02:16 +08:00