Commit Graph

98 Commits (b6f19ca093cae91c51985860020fd7e0791df6e0)

Author SHA1 Message Date
boojack b6f19ca093
feat: upsert tag based content (#816)
* feat: upsert tag based content

* chore: update
3 years ago
boojack 68a77b6e1f
feat: create tag dialog (#814) 3 years ago
ChasLui 40f39fd66c
feat: use shift+tab to unindent (#799)
* feat: Use shift+tab to unindent, just like vscode

* fix: shit+tab return
3 years ago
ChasLui b6fe4d914e
fix: incorrect cursor when text is selected in range (#797) 3 years ago
ChasLui 3c2cd43d28
fix: shortcuts should exclude the shift judgment (#796)
* fix: Shortcuts should exclude the shift judgment

* fix: eslint
3 years ago
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
3 years ago
Zeng1998 b7df1f5bbf
feat: matching punctuation (#791) 3 years ago
Zeng1998 bd6ab71d41
chore: remove unused state (#780) 3 years ago
boojack ef621a444f
refactor: introducing `use{Module}Store` instead of service (#768)
* refactor: introducing `useEditorStore`

* refactor: update

* chore: update
3 years ago
boojack bd00fa798d
chore: simplify ordered list in editor (#767)
chore: simplify editor
3 years ago
Zeng1998 a41745c9ae
feat: editor enhancement for order list (#763) 3 years ago
Zeng1998 3fd4ee83ac
fix: checklist auto continuation (#737) 3 years ago
Zeng1998 4bebbf3e1d
feat: enable paste multiple resources (#729)
* feat: enable paste multiple resources

* update

* update
3 years ago
boojack 564f20d13a
chore: remove ESC to close edit (#726) 3 years ago
boojack c3adb1b152
fix: set resource list in memo editor (#725) 3 years ago
boojack ab8c7b9d8a
fix: auto complete in memo editor (#720) 3 years ago
Zeng1998 6f8e3432e9
fix: correct priority of keys in editor (#703) 3 years ago
Zeng1998 36b92ad884
feat: auto continuation list in editor (#689)
* feat: auto continuation list in editor

* update

* update
3 years ago
boojack d1007950e0
chore: remove emoji picker (#667) 3 years ago
Zeng1998 ab8e3473a1
feat: support resources reuse (#620)
* feat: support resource reuse

* update

* update

* update

* update
3 years ago
Zeng1998 54271c1598
chore: fix some typos (#587) 3 years ago
Zeng1998 5e069f79a2
feat: esc to cancel editing (#532) 3 years ago
boojack 66f9bc48bb
chore: remove mark memo (#476) 3 years ago
boojack 9fe9245727
chore: update cancel edit button style (#472) 3 years ago
boojack 2743268fd7
chore: remove unused visibility selector (#457) 3 years ago
boojack 0809ec8c72
chore: update editor style (#456) 3 years ago
boojack db93710f85
chore: remove mobile editor style user setting (#455) 3 years ago
boojack 241c93c6b7
feat: update editor style (#454)
* feat: update editor style

* chore: update bg
3 years ago
boojack d1aa6aa7f8
fix: editor resource list (#445) 3 years ago
boojack a142d975d7
feat: additional style system setting (#444)
* feat: additional style system setting

* feat: remove editor font setting
3 years ago
boojack 67691d1e99
feat: update visibility selector style (#441) 3 years ago
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>
3 years ago
boojack 9d8c9609c3
feat: cache editing memo id (#388)
* feat: cache editing memo id

* chore: update
3 years ago
boojack bdf6d4d42a
feat: case-insensitive search (#347) 3 years ago
boojack fe5ba6850b
chore: update insert content in editor (#336) 3 years ago
Mahoo Huang 5690dab6bb
feat: add some hotkeys (#320)
* feat: add some hotkeys

* fix: hotkeys lose the text behind selected

* chore: adjust insertText params passing
3 years ago
Zeng1998 fc5d5cf231
fix: patch memo with resource list (#328)
fix: 修改memo时添加图片不显示
3 years ago
boojack b68d6e2693
feat: update memo sort option setting (#326)
feat: add memo display ts
3 years ago
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>
3 years ago
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>
3 years ago
boojack 086b10717f
feat: upload files by dropping (#292) 3 years ago
Hyoban 5e7db4631e
feat: handle esc keyboard event for editor (#288) 3 years ago
steven 778282ae29 chore: update resource dialog 3 years ago
steven 05e46ee4a8 fix: emoji picker style 3 years ago
steven ae8f292306 feat: create memo with resourceIdList 3 years ago
steven c7cf35c7de feat: update memo resource component 3 years ago
steven b2c22977c1 feat: update memo editor with uploading resources 3 years ago
boojack 52c8ac2ad3
chore: update emoji picker toggle logic (#244) 3 years ago
f97 7a6eb53e0f
feat: float mobile editor (#234)
* feat: float mobile editor

* fix: fix pr comment

* lint: fix golangci-lint
3 years ago
Steven 366afdd1e4 feat: use `i18next` 3 years ago