Zeng1998
2e2657b39d
feat: add setting for power editor ( #851 )
2022-12-24 16:18:13 +08:00
Zeng1998
cac04e4406
feat: enable word break ( #849 )
...
* feat: enable word break
* Update web/src/less/editor.less
Co-authored-by: boojack <stevenlgtm@gmail.com>
* Update web/src/less/memo-content.less
Co-authored-by: boojack <stevenlgtm@gmail.com>
Co-authored-by: boojack <stevenlgtm@gmail.com>
2022-12-24 14:50:10 +08:00
M. Gschwandtner
278b4d21b4
fix: prioritize user css by moving it to the body end ( #847 )
...
Co-authored-by: M. Gschwandtner <84477901+OnlyPain-ctrl@users.noreply.github.com>
2022-12-24 09:35:30 +08:00
boojack
e52d77b2c4
chore: restore lockfile ( #840 )
2022-12-23 22:08:54 +08:00
boojack
1d2953b1b1
chore: downgrade joy-ui version ( #839 )
2022-12-23 21:53:13 +08:00
boojack
50811c3064
chore: update yarn.lock
( #837 )
2022-12-23 20:33:53 +08:00
boojack
f6039f2eb9
chore: update dialog title ( #834 )
2022-12-23 19:49:44 +08:00
boojack
65cc19c12e
chore: add escape to prevent XSS ( #833 )
2022-12-23 19:17:33 +08:00
boojack
9f25badde3
chore: update logo format to png ( #830 )
2022-12-23 00:21:53 +08:00
boojack
7efa749c66
feat: customize system profile ( #828 )
2022-12-22 19:48:44 +08:00
boojack
72daa4e1d6
feat: support heading syntax ( #827 )
2022-12-22 19:48:19 +08:00
ChasLui
54702db9ba
feat: prevent page jitter caused by the presence of scroll bars ( #808 )
2022-12-22 17:46:09 +08:00
Zeng1998
41ad084489
fix: fix css of input placeholder in auth page ( #824 )
2022-12-22 17:45:12 +08:00
boojack
2fb171e069
chore: update create tag dialog style ( #818 )
...
* chore: update create tag dialog
* chore: update
2022-12-22 09:29:22 +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
boojack
ab07c91d42
feat: update marked ( #810 )
2022-12-21 18:36:26 +08:00
ChasLui
1838e616fd
feat: show active panel when searchBar is in focus ( #806 )
...
* feat: Show active panel when searchBar is in focus
* refactor: rename
2022-12-21 18:36:08 +08:00
ChasLui
358a5c0ed9
feat: press cmd+f to focus on the search bar ( #800 )
2022-12-21 00:46:22 +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
Jasper Platenburg
3b41976866
feat: implement plurals for stats ( #783 )
...
* implement plurals for stats
* renamed variables
* modified according to 18n guide
2022-12-20 21:29:10 +08:00
PublicHer0
a23de50bb8
feat: update spanish locale ( #786 )
...
* Adding spanish version
* update spanish locale
Co-authored-by: boojack <stevenlgtm@gmail.com>
2022-12-20 13:18:21 +00:00
Jasper Platenburg
6596e6893e
feat: implement translation for days ( #784 )
...
implement trranslation for weekdays
Co-authored-by: boojack <stevenlgtm@gmail.com>
2022-12-20 13:10:25 +00: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
ChasLui
a0face6695
feat: update i18n ( #790 )
...
* feat: tag type i18n
* feat: custom server dialog i18n
* feat: i18n resources name
* feat: i18n toast
* fix: eslint
* eslint: fix
* fix: eslint
* fix: eslint
2022-12-20 17:47:02 +08:00
boojack
c177db69d5
chore: update tag regexp ( #785 )
2022-12-20 09:44:41 +08:00
Zeng1998
bd6ab71d41
chore: remove unused state ( #780 )
2022-12-19 18:03:39 +08:00
boojack
b67ed1ee13
feat: customize system profile ( #774 )
...
* feat: system setting for customized profile
* chore: update
* feat: update frontend
* chore: update
2022-12-18 21:18:30 +08:00
Zeng1998
55695f2189
feat: esc
key to exit multiple dialogs ( #692 )
...
* fix: `esc` key to exit multiple dialogs
* update
* update
* update
* Update web/src/components/Dialog/BaseDialog.tsx
Co-authored-by: boojack <stevenlgtm@gmail.com>
2022-12-18 10:09:12 +00: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
M. Gschwandtner
1eec474007
fix: heatmap popup showing after logging out ( #761 )
...
* fix for heatmap popup showing after logging out
* moved node.remove to component unmount
* Update web/src/components/UsageHeatMap.tsx
Co-authored-by: boojack <stevenlgtm@gmail.com>
Co-authored-by: M. Gschwandtner <84477901+OnlyPain-ctrl@users.noreply.github.com>
Co-authored-by: boojack <stevenlgtm@gmail.com>
2022-12-17 03:10:06 +00:00
Stephen Zhou
83e5278b51
fix: dialog close when draging from in to out ( #760 )
2022-12-17 10:53:55 +08:00
boojack
a8751af6b5
fix: memo list padding bottom ( #759 )
2022-12-17 10:19:15 +08:00
boojack
6b24f52cd1
fix: watermark container width ( #758 )
2022-12-17 10:15:54 +08:00
boojack
ee89dc00c0
chore: update list style ( #754 )
2022-12-16 23:09:01 +08:00
boojack
bbd5fe4eb2
feat: remove sticky style for memo editor ( #752 )
2022-12-16 22:41:12 +08:00
Stephen Zhou
d51af7e98a
fix: hr in edited content do not trigger folding ( #748 )
2022-12-15 18:38:35 +08:00
M. Gschwandtner
334da5e903
fix: add a span as wrapper to fix whitespace ( #747 )
2022-12-15 08:45:20 +08:00
Jasper Platenburg
35fed76d1a
feat: add 'theme' to translation ( #746 )
2022-12-15 08:43:32 +08:00
boojack
c77d49259a
chore: update light bg color ( #744 )
2022-12-13 23:34:38 +08:00
PublicHer0
5520605ccc
feat: add spanish locale ( #741 )
2022-12-13 09:12:22 +08:00
Zeng1998
3fd4ee83ac
fix: checklist auto continuation ( #737 )
2022-12-12 18:30:04 +08:00
boojack
5e978e2cfc
chore: update color scheme listener ( #735 )
2022-12-11 23:18:25 +08:00
boojack
37b7b983d2
chore: add vite plugin legacy ( #734 )
2022-12-11 22:15:52 +08:00
Zeng1998
c4278ef55a
fix: fix order in resource dialog ( #733 )
2022-12-11 21:36:17 +08:00
Zeng1998
91220ea4a6
fix: reset image state in gallery ( #730 )
2022-12-11 20:14:55 +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
5d8b8c37a5
chore: upgrade vite ( #728 )
...
* chore: upgrade vite
* Revert "chore: remove lazy import component (#724 )"
This reverts commit 688dc2304c
.
2022-12-11 18:38:29 +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
688dc2304c
chore: remove lazy import component ( #724 )
2022-12-10 19:39:43 +08:00
boojack
66418d4210
feat: get image only when cors error ( #721 )
2022-12-10 13:20:48 +08:00
boojack
ab8c7b9d8a
fix: auto complete in memo editor ( #720 )
2022-12-10 12:44:45 +08:00
M. Gschwandtner
387799b31c
fix: added dark theme bg color to buttons ( #719 )
2022-12-10 12:14:02 +08:00
boojack
4a64a4dea8
fix: html lang attr ( #718 )
2022-12-10 10:42:10 +08:00
M. Gschwandtner
964c58ac01
feat: responsive layout for create shortcut dialog ( #717 )
2022-12-10 10:17:47 +08:00
boojack
56716cdad4
fix: break word ( #708 )
...
* fix: break word
* chore: update
2022-12-09 08:31:45 +08:00
Zeng1998
6f8e3432e9
fix: correct priority of keys in editor ( #703 )
2022-12-08 18:46:43 +08:00
Stephen Zhou
b7ab6f8e7e
fix: code highlight in dark mode ( #702 )
2022-12-08 18:30:46 +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
apixandru
4d9857ce18
fix: update UsageHeatMap.tsx to account for daylight savings ( #696 )
2022-12-08 08:24:36 +08:00
boojack
43b22ce55f
chore: fix typo ( #695 )
2022-12-07 22:49:05 +08:00
Zeng1998
147185309c
feat: vacuum database in setting ( #694 )
...
* feat: vacuum database in setting
* update
* update
* update
* update
2022-12-07 22:45:47 +08:00
Maurice Bauer
f48226d4f2
chore: update German translation ( #691 )
...
Switched to plural to make the difference between TAG(S) and TAG(E) visible...
Refers to #545
2022-12-07 20:18:35 +08:00
Zeng1998
e92407d9ec
feat: image preview enhancement ( #682 )
2022-12-06 09:38:01 +08:00
Jasper Platenburg
79bf365d78
Dutch locale ( #687 )
2022-12-06 08:11:21 +08:00
Maurice Bauer
492a1370ab
feat: add German i18n item ( #686 )
2022-12-06 07:42:17 +08:00
boojack
4a9314c476
chore: rename enableFoldMemo
( #671 )
...
* chore: rename `enableFoldMemo`
* chore: update
2022-12-04 15:34:03 +08:00
boojack
4767ee3293
feat: support follow system appearance ( #670 )
2022-12-04 12:23:29 +08:00
boojack
1ea74dfd0d
chore: remove table syntax ( #669 )
2022-12-04 10:52:11 +08:00
Andreas Backström
53cf6ebb79
feat: add swedish/svenska translation ( #668 )
...
Add swedish / svenska translation
2022-12-03 21:38:25 +08:00
boojack
d1007950e0
chore: remove emoji picker ( #667 )
2022-12-03 15:28:37 +08:00
boojack
a7374cf998
fix: generate sharing memo image ( #663 )
2022-12-03 09:41:52 +08:00
boojack
e3d76193b9
chore: update global css ( #658 )
2022-12-02 22:00:03 +08:00
boojack
07f0c3f052
chore: update global css ( #657 )
2022-12-02 21:34:43 +08:00
boojack
a467a7c173
feat: upgrade dev version to 0.8.1
( #656 )
...
* feat: upgrade version to `0.8.1`
* chore: update
2022-12-02 21:09:11 +08:00
boojack
14f9f29348
chore: update user setting appearance ( #654 )
2022-12-02 20:00:34 +08:00
hoi-lau
f092771ea1
fix: resource-container overflow ( #649 )
2022-12-02 19:45:22 +08:00
boojack
7c6d7226f5
feat: update appearance selector ( #645 )
2022-12-01 20:57:19 +08:00
Stephen Zhou
eaebc6dcef
fix: apperance can not auto switch ( #644 )
2022-12-01 19:39:58 +08:00
boojack
c5200ca31b
feat: dark mode for dialogs ( #643 )
2022-11-30 20:34:16 +08:00
Tiefseemonster
1078132b12
fix: member menu dropdown position ( #639 )
...
* fix: member menu dropdown position
* chore: cleanup
* chore: cleanup
2022-11-30 20:18:39 +08:00
Stephen Zhou
6b058cd299
feat: save folding option with localstorage ( #641 )
...
* fix: change folding option need reload
* fix: floding option undefied
2022-11-30 19:13:55 +08:00
Wence
b8f24af5ae
feat: dynamic lazy loading route with simple loading page ( #632 )
...
* feat: dynamic loading route with simple loading page
* fix: lint fix
* Update web/src/less/loading.less
Co-authored-by: boojack <stevenlgtm@gmail.com>
Co-authored-by: boojack <stevenlgtm@gmail.com>
2022-11-29 22:13:22 +00:00
boojack
6384f5af74
feat: dark mode for main pages ( #637 )
...
* feat: update dark mode styles for auth and explore page
* feat: dark mode for home page
2022-11-29 21:44:52 +08:00
Zeng1998
52038d26d2
chore: update i18n for validator message ( #636 )
2022-11-29 21:35:40 +08:00
boojack
55f37664ef
chore: add theme file for joyui ( #635 )
2022-11-29 20:15:16 +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
eba23c4f6e
fix: add validation for user information update ( #633 )
2022-11-29 19:03:29 +08:00
Zeng1998
00fe6d3862
chore: add joyui tooltip for resources dialog ( #630 )
2022-11-29 09:36:48 +08:00
Zeng1998
12b81781b9
feat: share memo dialog ( #618 )
...
* feat: new share dialog
* update
* update
* update
* update
2022-11-28 21:20:35 +08:00
Zeng1998
b67a37453d
feat: member management enhancement ( #617 )
...
* feat: member management enhancement
* update
* update
* update
* update
2022-11-28 19:59:11 +08:00
boojack
b04e001db1
fix: image url host missing ( #623 )
2022-11-28 19:52:03 +08:00
Stephen Zhou
fbe7b604ef
feat: dark mode support for memo detail ( #604 )
...
* feat: dark mode support for memo detail
* chore: update
* chore: update
* chore: update
2022-11-28 19:40:08 +08:00
Tiefseemonster
b72bfc9c24
fix: selector dropdown position in fullscreen mod ( #619 )
2022-11-28 19:36:42 +08:00
Zeng1998
40e92f9463
fix: change password max length validation ( #616 )
2022-11-28 19:33:14 +08:00
Zeng1998
f883dd9c1d
feat: create user repeat password ( #614 )
...
* feat: create user repeat password
* update
2022-11-28 19:32:53 +08:00
Wujiao233
d8bf55efb2
fix: shoutcut tag filter handle mutiple tags ( #608 )
...
* fix: shoutcut tag filter handle mutiple tags
* not edit parser
2022-11-28 19:32:01 +08:00
Wujiao233
f982e83d0a
fix: clear shortcut filter when delete this shortcut ( #611 )
2022-11-28 06:14:25 +08:00
Jasper Platenburg
3472a6db26
fix: password field visible ( #609 )
2022-11-27 21:53:10 +08:00
boojack
ce795a2a7d
chore: show content image ( #602 )
2022-11-27 09:01:19 +08:00
Tiefseemonster
2fa01886da
fix: tooltip overlaps a window border ( #599 )
2022-11-27 08:48:21 +08:00
Tiefseemonster
dfe71f33c2
fix: search bar dropdown disappearing ( #593 )
2022-11-26 23:13:02 +08:00
boojack
db1d223448
fix: apperance select ( #585 )
2022-11-26 17:45:16 +08:00
Zeng1998
54271c1598
chore: fix some typos ( #587 )
2022-11-26 06:23:29 +00:00
Zeng1998
1ee8ebc9e1
fix: collapse btn cursor style ( #586 )
2022-11-26 05:12:37 +00:00
Stephen Zhou
6e5537d131
feat: dark mode support for explore page ( #584 )
...
* feat: dark mode support for auth page
* chore: update
* feat: dark mode support for explore page (#583 )
* fix: avoid white text
* fix: import order
2022-11-26 12:19:00 +08:00
Stephen Zhou
90c85103c3
feat: dark mode support for auth page ( #569 )
...
* feat: dark mode support for auth page
* chore: update
2022-11-26 11:20:22 +08:00
Zeng1998
2d5d734da4
chore: update i18n for account settings ( #582 )
2022-11-26 02:23:57 +00:00
Zeng1998
e1e5121dd7
fix: get markdown image from backend ( #581 )
2022-11-26 10:20:49 +08:00
boojack
b511a7b634
fix: user patch with empty email ( #578 )
2022-11-25 22:34:24 +08:00
Zeng1998
5f3cade810
feat: highlight the searched text in memo content ( #514 )
...
* feat: highlight the searched text in memo content
* update
* update
* update
* update
Co-authored-by: boojack <stevenlgtm@gmail.com>
2022-11-25 21:59:21 +08:00
boojack
072851e3ba
chore: update dialog style ( #574 )
...
* chore: update tests
* chore: update dialog styles
2022-11-25 21:55:45 +08:00
Tiefseemonster
f4e2b7319a
fix: make tooltip text no-selecting ( #567 )
...
* no selecting tooltip text
With a double click on button, you can get selection on tooltip text. That may be distracting a little bit.
* Update web/src/less/memo.less
Co-authored-by: Stephen Zhou <hi@hyoban.cc>
Co-authored-by: Stephen Zhou <hi@hyoban.cc>
Co-authored-by: boojack <stevenlgtm@gmail.com>
2022-11-25 20:32:59 +08:00
Zeng1998
ff0db82dc3
chore: empty query text ( #566 )
2022-11-25 20:09:42 +08:00
Stephen Zhou
2daf085ce4
chore: fix vscode settings name ( #565 )
2022-11-25 01:51:43 +00:00
Tiefseemonster
495f1f2041
chore: fix name field in paragraph parser obj ( #564 )
2022-11-25 01:47:17 +00:00
boojack
8cfcd201b0
feat: support display video ( #558 )
2022-11-24 20:22:54 +08:00
boojack
abcd3cfafb
feat: add Strikethrough
syntax ( #557 )
...
feat: add `Strikethrough` rule
2022-11-24 20:05:51 +08:00
boojack
50d41c456b
chore: change memo created time ( #556 )
2022-11-24 19:55:52 +08:00
Zeng1998
1d41d53723
fix: icon style ( #555 )
2022-11-24 18:44:47 +08:00
Zeng1998
a4b7a77016
fix: cursor style ( #549 )
2022-11-24 09:30:17 +08:00
boojack
a0b35f7aa9
feat: add French i18n item ( #547 )
...
feat: add French i18n
2022-11-24 08:42:38 +08:00
baptiste313
574e160a11
chore: addition of the French translation and small correction for the English ( #546 )
2022-11-24 08:03:16 +08:00
boojack
2042737004
feat: add username field ( #544 )
...
* feat: add username field
* chore: update
2022-11-23 22:27:21 +08:00
boojack
a0667abec8
chore: update data initial requests ( #538 )
2022-11-22 23:45:11 +08:00
boojack
362306a9cb
chore: update i18n for visibility ( #537 )
2022-11-22 22:59:54 +08:00
Zeng1998
5e069f79a2
feat: esc to cancel editing ( #532 )
2022-11-22 19:54:25 +08:00
Zeng1998
7c78fb064f
fix: empty filter value ( #529 )
2022-11-22 11:31:37 +00:00
Yarden Shoham
d8adc0afe9
feat: extend validation config max length ( #523 )
2022-11-22 18:21:12 +08:00
Zeng1998
0d0f893b93
chore: update i18 for memo sharing ( #513 )
2022-11-21 19:59:19 +08:00
Zeng1998
d2a87a4ddb
chore: bgcolor of memo share image ( #508 )
2022-11-21 18:38:32 +08:00
boojack
2d49e96a8a
feat: get image blob in backend ( #495 )
...
* feat: get image blob in backend
* chore: update
2022-11-19 18:43:56 +08:00
boojack
9036bd478b
fix: image scrollbar ( #494 )
2022-11-19 17:36:25 +08:00
Zeng1998
1acf2f8b13
chore: update i18 for settings ( #490 )
2022-11-19 10:33:52 +08:00
boojack
a2831b37c4
feat: add database filesize in UI ( #488 )
2022-11-18 21:17:52 +08:00
boojack
706b1b428f
chore: add toast to system settings ( #486 )
2022-11-17 21:37:57 +08:00
boojack
1690566413
chore: update emoji picker ( #483 )
2022-11-17 21:11:58 +08:00
boojack
a24b885236
chore: update share memo image ( #482 )
2022-11-17 21:01:26 +08:00
Stephen Zhou
c89a6665b6
feat: fold memos according to horizontal rule ( #478 )
...
* feat: fold memos according to horizontal rule
* fix: button and content
* chore: update
2022-11-15 14:49:08 +00:00
Stephen Zhou
797accbc2c
feat: parser for horizontal rule ( #477 )
...
* feat: parser for horizontal rule
* chore: revert
2022-11-15 21:56:44 +08:00
boojack
66f9bc48bb
chore: remove mark memo ( #476 )
2022-11-15 21:22:08 +08:00
boojack
de2eff474c
chore: remove memo card dialog ( #475 )
2022-11-15 21:16:53 +08:00
Mahoo Huang
67195859dc
fix: abnormal link regex ( #474 )
2022-11-15 21:15:10 +08:00
boojack
61abc6dd11
feat: update sharing memo image ( #473 )
2022-11-15 21:02:55 +08:00
boojack
9fe9245727
chore: update cancel edit button style ( #472 )
2022-11-15 20:35:56 +08:00
Zeng1998
906ec7994e
fix: clear query text ( #469 )
...
* fix: clear query text
* update
* update
Co-authored-by: boojack <stevenlgtm@gmail.com>
2022-11-15 19:52:16 +08:00
Zeng1998
5258b0a5b4
chore: change memo card's bg color ( #471 )
2022-11-15 18:55:11 +08:00
boojack
ceac53b6d0
feat: additional script system setting ( #467 )
2022-11-14 22:21:19 +08:00
Stephen Zhou
3775d5c9c2
feat: folding options ( #459 )
...
* feat: folding options
* chore: update
* chore: update
Co-authored-by: boojack <stevenlgtm@gmail.com>
2022-11-14 22:06:05 +08:00
Zeng1998
da80d4ef62
fix: duration query string ( #465 )
2022-11-14 18:57:43 +08:00
Zeng1998
d208731f5f
feat: visibility click filter ( #463 )
...
* feat: visibility click filter
* update
Co-authored-by: boojack <stevenlgtm@gmail.com>
2022-11-13 21:23:40 +08:00
Stephen Zhou
a90acdabb3
fix: route confusion entering from non-home page ( #460 )
...
Co-authored-by: boojack <stevenlgtm@gmail.com>
2022-11-13 19:40:16 +08:00
Zeng1998
407d1cdcaa
feat: add visibility filter ( #461 )
...
* feat: add visibility filter
* update
2022-11-13 19:34:22 +08:00
boojack
cb50bbc3cb
refactor: remove mixin colors ( #458 )
2022-11-13 14:25:02 +08:00
boojack
2743268fd7
chore: remove unused visibility selector ( #457 )
2022-11-13 10:47:21 +08:00
Zeng1998
8cc0977a01
fix: image url extraction ( #453 )
...
fix: image-url-extraction
Co-authored-by: boojack <stevenlgtm@gmail.com>
2022-11-12 21:25:50 +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
fe05e6a464
chore: update version 0.7.2 ( #447 )
2022-11-12 09:19:44 +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
9b827b4801
feat: add support for time-shortcut ( #434 )
...
* feat: add support for time-shortcut
* update
Co-authored-by: boojack <stevenlgtm@gmail.com>
2022-11-11 19:14:38 +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
9866702850
fix: parser regexp for special character ( #439 )
2022-11-10 20:38:14 +08:00
Yunliang Zhou
a313a9bb31
fix: route confusion entering from non-home page ( #430 )
2022-11-10 19:50:12 +08:00
Zeng1998
b6c0a04394
fix: share memo with resource list ( #431 )
...
* fix: share memo with resource list
* update
* Update web/src/components/ShareMemoImageDialog.tsx
Co-authored-by: boojack <stevenlgtm@gmail.com>
2022-11-09 14:58:16 +00:00
Zeng1998
1e3b8315a0
chore: update MemoResources props ( #432 )
2022-11-09 22:10:31 +08:00
Zeng1998
4f10c12092
chore: update translation ( #417 )
2022-11-05 21:55:48 +08:00
Zeng1998
78b4733fb9
chore: add icon for deleting resource ( #414 )
2022-11-05 17:41:14 +08:00
winwin2011
37bb3bc546
chore: allow skip version ( #411 )
...
* chore: allow skip version
* chore: opacity
* chore: polish
Co-authored-by: boojack <stevenlgtm@gmail.com>
2022-11-04 15:40:48 +00:00
winwin2011
b43bfce254
fix: tag compressed ( #412 )
2022-11-04 23:39:20 +08:00
boojack
0d6281ef6b
chore: update signin page ( #410 )
...
* chore: update signin page
* chore: update version `v0.7.1`
2022-11-04 12:28:16 +00:00
boojack
c27e38b11c
chore: enable no-unused-vars
( #408 )
2022-11-03 23:43:56 +00:00
boojack
cf75054106
feat: add system setting to allow user signup ( #407 )
2022-11-03 21:47:36 +08:00
Zhou Yunliang
4ed987229b
feat: text filter regex support ( #406 )
2022-11-03 21:06:17 +08:00
Mahoo Huang
a1068b6fe3
fix: abnormal blockquote regexp ( #404 )
...
```markdown
面向具体实现编程 ==> 面向抽象接口编程
```.
面向具体实现编程 ==
> 面向抽象接口编程
2022-11-02 20:33:25 +08:00
Zhou Yunliang
91a61e058a
feat: view all images of a memo ( #393 )
...
* feat: view all images of a memo
* fix: function arguments
* refactor: unified image preview
* refactor: image preview for resource dialog
Co-authored-by: XQ <qiaobingxue1998@163.com>
2022-11-02 12:00:28 +00:00
winwin2011
5bdf15aece
chore: fold/expand i18n ( #400 )
2022-11-01 22:44:23 +00:00
winwin2011
d347b7a91e
chore: pin button color ( #399 )
2022-11-02 06:42:20 +08:00
boojack
2c653f170c
chore: update corner width ( #398 )
2022-11-01 15:13:54 +00:00
boojack
f8c0d73d2d
chore: update resource dialog style ( #395 )
2022-11-01 14:24:54 +00:00
boojack
006cb56d28
fix: heatmap data ( #394 )
2022-11-01 14:06:02 +00:00
Zeng1998
4246232fbe
feat: image preview enhancement ( #385 )
...
* feat: dialog content enhancement
* update
* feat: image carousel
* update
Co-authored-by: boojack <stevenlgtm@gmail.com>
2022-11-01 09:07:14 +08: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
ef5492074e
chore: update memo stats api ( #387 )
2022-10-31 20:57:07 +08:00
boojack
40d5686031
chore: update unpin memo ( #386 )
2022-10-31 11:27:56 +00:00
Zeng1998
4276a7a56d
feat: remove unused resources ( #379 )
...
* feat: dialog content enhancement
* feat: remove unused resources
* update
* update
Co-authored-by: boojack <stevenlgtm@gmail.com>
2022-10-31 11:23:44 +00:00
Zeng1998
d6fa1c7c80
feat: dialog content enhancement ( #377 )
2022-10-31 11:00:18 +00:00
boojack
29966451b6
feat: unpin button in the corner ( #374 )
...
* feat: unpin button in corner
* chore: update
2022-10-30 05:21:24 +00:00
boojack
7c401040c8
feat: add blockquote regexp ( #366 )
2022-10-29 10:14:53 +00:00
boojack
43541bde2c
feat: add update version banner ( #365 )
...
feat: add update version banenr
2022-10-29 09:49:50 +00:00
boojack
1e01c4dc46
chore: update resource service ( #364 )
2022-10-29 09:24:56 +00:00
Zeng1998
e85d368f87
feat: patch resource filename ( #360 )
...
* feat: resource filename rename
* update: resource filename rename
* update: resource filename rename
* update: validation about the filename
Co-authored-by: boojack <stevenlgtm@gmail.com>
2022-10-29 07:40:09 +00:00
Zeng1998
30daea0c4f
fix: typo ( #357 )
...
* feat: resource dialog enhancements
* update
* fix: typo
Co-authored-by: boojack <stevenlgtm@gmail.com>
2022-10-29 01:13:11 +00:00
Zeng1998
b891e08928
feat: resource dialog enhancements ( #356 )
...
* feat: resource dialog enhancements
* update
2022-10-29 09:11:16 +08:00
boojack
94df09c8c0
chore: update memo list api ( #350 )
2022-10-27 14:02:42 +00:00
boojack
bdf6d4d42a
feat: case-insensitive search ( #347 )
2022-10-27 00:05:45 +00:00
boojack
cb2e1ae355
fix: fetch memo with filter ( #346 )
2022-10-26 23:53:40 +00:00
Zhou Yunliang
4e00b1b0cd
feat: rss support ( #343 )
...
* feat: rss support
* chore: go mod tidy
* chore: change route group prefix
* Update server/server.go
Co-authored-by: boojack <stevenlgtm@gmail.com>
* Update server/rss.go
Co-authored-by: boojack <stevenlgtm@gmail.com>
Co-authored-by: boojack <stevenlgtm@gmail.com>
2022-10-26 20:13:02 +08: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
65506a5b30
chore: update the translation ( #333 )
2022-10-22 09:36:38 +00:00
boojack
e6f376ae66
fix: user setting name ( #331 )
2022-10-21 15:06:15 +00:00
boojack
1c2998c4d8
feat: pagination for memo list ( #330 )
2022-10-21 14:51:41 +00:00
Zeng1998
fc5d5cf231
fix: patch memo with resource list ( #328 )
...
fix: 修改memo时添加图片不显示
2022-10-21 22:16:05 +08:00
boojack
2a4fc7dcc3
chore: update memo display time ( #327 )
...
* chore: update memo display time
* chore: update
2022-10-21 20:26:00 +08:00
boojack
b68d6e2693
feat: update memo sort option setting ( #326 )
...
feat: add memo display ts
2022-10-21 11:57:57 +00:00
boojack
0b34b142c8
chore: update marked ( #325 )
2022-10-21 09:13:19 +08:00
boojack
0b2a9d8511
fix: bold and emphasis regex ( #323 )
...
* fix: bold and emphasis regex
* chore: udpate
2022-10-20 21:57:40 +08:00
winwin2011
7c9c5c316b
chore: update i18n in settings ( #324 )
...
chore: i18n
2022-10-20 21:40:03 +08:00
winwin2011
180ae206c7
feat: inline code within link ( #321 )
...
* feat: inline code with link
* fix: decoration style
2022-10-20 21:21:30 +08:00
boojack
69e3ba6bed
chore: update demo seeding data ( #318 )
...
chore: update seeding data
2022-10-20 17:19:37 +08: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
35a8817442
fix: memo list auto scroll to top ( #313 )
...
fix: editor initial content
2022-10-18 22:56:43 +08:00
boojack
c7378e78d9
chore: update mask animation styles ( #306 )
2022-10-17 18:43:02 +08:00
Tiger
ab182dc22a
chore: update zh.json
( #304 )
...
Update zh.json
2022-10-16 13:49:58 +08:00
boojack
f554e5a357
fix: close button z-index in setting dialog ( #303 )
2022-10-16 12:37:17 +08:00
Steven
749486ba3c
chore: update marked tests
2022-10-15 21:57:56 +08:00
Hyoban
26aae0e637
fix: blank line after table ( #298 )
2022-10-15 17:51:17 +08:00
Hyoban
3d0c6004c0
feat: support markdown table ( #294 )
...
* feat: support markdown table
* chore: update table style
* test: for markdown table parse
2022-10-15 11:42:04 +08:00
Steven
cc759bef56
fix: handle highlight unknown language error
2022-10-15 06:11:17 +08:00
boojack
086b10717f
feat: upload files by dropping ( #292 )
2022-10-14 22:59:30 +08:00
boojack
eefd0444c8
feat: add highlight for code block ( #291 )
...
* feat: add highlight for code block
* chore: update test
2022-10-14 22:29:28 +08:00
Hyoban
65a61ed270
fix: can not click sidebar ( #289 )
2022-10-14 21:43:43 +08:00
Hyoban
5e7db4631e
feat: handle esc keyboard event for editor ( #288 )
2022-10-14 10:14:35 +08:00
boojack
0d6114e25e
feat: update sidebar mask styles ( #287 )
2022-10-14 07:26:43 +08:00
h2o2o
ce5a6fa3ac
chore: update sidebar styles in mobile view ( #285 )
...
* 添加移动端点击自动关闭侧边栏
* 添加移动端点击自动关闭侧边栏
* 添加移动端点击自动关闭侧边栏
* move closeSidebar function to utils
* move closeSidebar function to utils
* 侧边栏优化
* 移动端侧边栏优化
* 移动端侧边栏优化
* 移动端侧边栏优化
2022-10-13 22:56:42 +08:00
Steven
ffe145d436
chore: revert sidebar updates
2022-10-13 08:05:59 +08:00
zburu
37cd841992
chore: adjust sidebar style ( #277 )
2022-10-13 07:54:34 +08:00
h2o2o
315ab94c94
添加移动端点击自动关闭侧边栏 ( #271 )
2022-10-11 08:12:35 +08:00
f97
1aa9963e07
fix: i18n for filter ( #275 )
2022-10-10 17:46:52 +08:00
Steven
88ade2c0b7
chore: update i18n for filter
2022-10-09 08:54:05 +08:00
winwin2011
4ada7dce77
chore: update i18n for shortcut filter ( #270 )
...
* chore: resources i18n
* chore: shortcut-list i18n
* chore: resources i18n
* chore: resources i18n
* chore: resources i18n
2022-10-08 22:27:23 +08:00
steven
a323689ee6
chore: update copy button style
2022-10-05 20:55:04 +08:00
f97
2ea612e2fe
feat: add copy button to memo ( #267 )
...
* feat: copy-content
* Update web/src/less/memo-detail.less
Co-authored-by: boojack <stevenlgtm@gmail.com>
2022-10-05 16:39:04 +08:00
boojack
ca2557eb7e
fix: tag filter ( #266 )
2022-10-04 21:02:07 +08:00
steven
e0f95686f3
chore: update header style
2022-10-04 20:42:33 +08:00
f97
29770e8bfb
chore: update vietnamese i18n ( #261 )
2022-10-04 14:37:44 +08:00
steven
b959acc69d
fix: update marked test cases
2022-10-04 14:35:07 +08:00
steven
486cf8bdac
feat: add escape
to renderer
2022-10-04 13:53:36 +08:00