Commit Graph

612 Commits (cbbd284e7af52860921717408a9ae6aae9dfa942)

Author SHA1 Message Date
boojack 10430a66c3
chore: debounce search text input (#943)
* chore: debounce search text input

* chore: update
2 years ago
Jasper Platenburg c167c21e4e
chore: added translation for copy memo link (#942) 2 years ago
boojack b19c3c6db3
feat: update renderer in list (#935) 2 years ago
boojack 8c146aed68
feat: update memo resources style (#933)
* feat: update memo resources style

* chore: update
2 years ago
sfan5 7d5de1a07e
feat: update German translation (#926) 2 years ago
boojack 4b860777cf
fix: tag generate in code block (#925) 2 years ago
boojack e29924c8a1
fix: codeblock renderer (#924) 2 years ago
boojack 1847756ade
chore: remove escape (#918) 2 years ago
boojack 771c56f485
chore: fix renderer (#917) 2 years ago
boojack 0f057e81e9
fix: version compare (#916)
* fix: version compare

* chore: update
2 years ago
boojack 46c13a4b7f
chore: add skipper for secure (#913) 2 years ago
boojack 96798e10b4
feat: support embed memo with iframe (#912) 2 years ago
boojack 0f8ce3dd16
refactor: return jsx element instead of string in marked (#910)
* refactor: return jsx element instead of string in marked

* chore: update
2 years ago
Zeng1998 92a8a4ac0c
feat: support code copy (#901)
* feat: support code copy

* update
2 years ago
Vincenzo Cardone 2e95f6824f
feat: add Italian Translation (#890) 2 years ago
boojack a797280e3f
chore: update middleware skipper (#887)
* chore: update middleware skipper

* chore: update
2 years ago
boojack 24b21aa9d7
chore: update version to `0.9.1` (#882) 2 years ago
boojack 51eac649c5
chore: update create tag dialog (#881) 2 years ago
boojack 7670c95360
chore: fix XSS in renderer (#880) 2 years ago
Ivan 65e9fdead1
feat: add russian locale (#879) 2 years ago
boojack 64e5c343c5
chore: fix XSS in renderer (#875)
chore: fix xss in renderer
2 years ago
boojack 9169b3f2cd
chore: update tip text for empty tag list (#872) 2 years ago
boojack b6f7a85a2a
fix: reload page when sign out (#871) 2 years ago
Taras c160bed403
fead: add ukrainian locale (#864) 2 years ago
boojack afc9709484
chore: update dev config (#857) 2 years ago
Zeng1998 2e2657b39d
feat: add setting for power editor (#851) 2 years ago
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>
2 years ago
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>
2 years ago
boojack e52d77b2c4
chore: restore lockfile (#840) 2 years ago
boojack 1d2953b1b1
chore: downgrade joy-ui version (#839) 2 years ago
boojack 50811c3064
chore: update `yarn.lock` (#837) 2 years ago
boojack f6039f2eb9
chore: update dialog title (#834) 2 years ago
boojack 65cc19c12e
chore: add escape to prevent XSS (#833) 2 years ago
boojack 9f25badde3
chore: update logo format to png (#830) 2 years ago
boojack 7efa749c66
feat: customize system profile (#828) 2 years ago
boojack 72daa4e1d6
feat: support heading syntax (#827) 2 years ago
ChasLui 54702db9ba
feat: prevent page jitter caused by the presence of scroll bars (#808) 2 years ago
Zeng1998 41ad084489
fix: fix css of input placeholder in auth page (#824) 2 years ago
boojack 2fb171e069
chore: update create tag dialog style (#818)
* chore: update create tag dialog

* chore: update
2 years ago
boojack 201c0b020d
chore: update seed data for tag (#817)
* chore: update seed data

* chore: add `_journal_mode` for SQLite

* chore: update create tag dialog
2 years ago
boojack b6f19ca093
feat: upsert tag based content (#816)
* feat: upsert tag based content

* chore: update
2 years ago
boojack 68a77b6e1f
feat: create tag dialog (#814) 2 years ago
boojack ab07c91d42
feat: update marked (#810) 2 years ago
ChasLui 1838e616fd
feat: show active panel when searchBar is in focus (#806)
* feat: Show active panel when searchBar is in focus

* refactor: rename
2 years ago
ChasLui 358a5c0ed9
feat: press cmd+f to focus on the search bar (#800) 2 years ago
ChasLui 40f39fd66c
feat: use shift+tab to unindent (#799)
* feat: Use shift+tab to unindent, just like vscode

* fix: shit+tab return
2 years ago
Jasper Platenburg 3b41976866
feat: implement plurals for stats (#783)
* implement plurals for stats

* renamed variables

* modified according to 18n guide
2 years ago
PublicHer0 a23de50bb8
feat: update spanish locale (#786)
* Adding spanish version

* update spanish locale

Co-authored-by: boojack <stevenlgtm@gmail.com>
2 years ago
Jasper Platenburg 6596e6893e
feat: implement translation for days (#784)
implement trranslation for weekdays

Co-authored-by: boojack <stevenlgtm@gmail.com>
2 years ago
ChasLui b6fe4d914e
fix: incorrect cursor when text is selected in range (#797) 2 years ago
ChasLui 3c2cd43d28
fix: shortcuts should exclude the shift judgment (#796)
* fix: Shortcuts should exclude the shift judgment

* fix: eslint
2 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
2 years ago
Zeng1998 b7df1f5bbf
feat: matching punctuation (#791) 2 years ago
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
2 years ago
boojack c177db69d5
chore: update tag regexp (#785) 2 years ago
Zeng1998 bd6ab71d41
chore: remove unused state (#780) 2 years ago
boojack b67ed1ee13
feat: customize system profile (#774)
* feat: system setting for customized profile

* chore: update

* feat: update frontend

* chore: update
2 years ago
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>
2 years ago
boojack ef621a444f
refactor: introducing `use{Module}Store` instead of service (#768)
* refactor: introducing `useEditorStore`

* refactor: update

* chore: update
2 years ago
boojack bd00fa798d
chore: simplify ordered list in editor (#767)
chore: simplify editor
2 years ago
Zeng1998 a41745c9ae
feat: editor enhancement for order list (#763) 2 years ago
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>
2 years ago
Stephen Zhou 83e5278b51
fix: dialog close when draging from in to out (#760) 2 years ago
boojack a8751af6b5
fix: memo list padding bottom (#759) 2 years ago
boojack 6b24f52cd1
fix: watermark container width (#758) 2 years ago
boojack ee89dc00c0
chore: update list style (#754) 2 years ago
boojack bbd5fe4eb2
feat: remove sticky style for memo editor (#752) 2 years ago
Stephen Zhou d51af7e98a
fix: hr in edited content do not trigger folding (#748) 2 years ago
M. Gschwandtner 334da5e903
fix: add a span as wrapper to fix whitespace (#747) 2 years ago
Jasper Platenburg 35fed76d1a
feat: add 'theme' to translation (#746) 2 years ago
boojack c77d49259a
chore: update light bg color (#744) 2 years ago
PublicHer0 5520605ccc
feat: add spanish locale (#741) 2 years ago
Zeng1998 3fd4ee83ac
fix: checklist auto continuation (#737) 2 years ago
boojack 5e978e2cfc
chore: update color scheme listener (#735) 2 years ago
boojack 37b7b983d2
chore: add vite plugin legacy (#734) 2 years ago
Zeng1998 c4278ef55a
fix: fix order in resource dialog (#733) 2 years ago
Zeng1998 91220ea4a6
fix: reset image state in gallery (#730) 2 years ago
Zeng1998 4bebbf3e1d
feat: enable paste multiple resources (#729)
* feat: enable paste multiple resources

* update

* update
2 years ago
boojack 5d8b8c37a5
chore: upgrade vite (#728)
* chore: upgrade vite

* Revert "chore: remove lazy import component (#724)"

This reverts commit 688dc2304c.
2 years ago
boojack 564f20d13a
chore: remove ESC to close edit (#726) 2 years ago
boojack c3adb1b152
fix: set resource list in memo editor (#725) 2 years ago
boojack 688dc2304c
chore: remove lazy import component (#724) 2 years ago
boojack 66418d4210
feat: get image only when cors error (#721) 2 years ago
boojack ab8c7b9d8a
fix: auto complete in memo editor (#720) 2 years ago
M. Gschwandtner 387799b31c
fix: added dark theme bg color to buttons (#719) 2 years ago
boojack 4a64a4dea8
fix: html lang attr (#718) 2 years ago
M. Gschwandtner 964c58ac01
feat: responsive layout for create shortcut dialog (#717) 2 years ago
boojack 56716cdad4
fix: break word (#708)
* fix: break word

* chore: update
2 years ago
Zeng1998 6f8e3432e9
fix: correct priority of keys in editor (#703) 2 years ago
Stephen Zhou b7ab6f8e7e
fix: code highlight in dark mode (#702) 2 years ago
Zeng1998 36b92ad884
feat: auto continuation list in editor (#689)
* feat: auto continuation list in editor

* update

* update
2 years ago
apixandru 4d9857ce18
fix: update UsageHeatMap.tsx to account for daylight savings (#696) 2 years ago
boojack 43b22ce55f
chore: fix typo (#695) 2 years ago
Zeng1998 147185309c
feat: vacuum database in setting (#694)
* feat: vacuum database in setting

* update

* update

* update

* update
2 years ago
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
2 years ago
Zeng1998 e92407d9ec
feat: image preview enhancement (#682) 2 years ago
Jasper Platenburg 79bf365d78
Dutch locale (#687) 2 years ago
Maurice Bauer 492a1370ab
feat: add German i18n item (#686) 2 years ago
boojack 4a9314c476
chore: rename `enableFoldMemo` (#671)
* chore: rename `enableFoldMemo`

* chore: update
2 years ago
boojack 4767ee3293
feat: support follow system appearance (#670) 2 years ago