Commit Graph

560 Commits

Author SHA1 Message Date
b19c3c6db3 feat: update renderer in list (#935) 2023-01-12 08:52:57 +08:00
8c146aed68 feat: update memo resources style (#933)
* feat: update memo resources style

* chore: update
2023-01-12 00:00:44 +08:00
7d5de1a07e feat: update German translation (#926) 2023-01-08 23:41:48 +08:00
4b860777cf fix: tag generate in code block (#925) 2023-01-08 13:49:26 +08:00
e29924c8a1 fix: codeblock renderer (#924) 2023-01-08 11:24:28 +08:00
1847756ade chore: remove escape (#918) 2023-01-07 14:52:47 +08:00
771c56f485 chore: fix renderer (#917) 2023-01-07 14:07:17 +08:00
0f057e81e9 fix: version compare (#916)
* fix: version compare

* chore: update
2023-01-07 13:58:42 +08:00
46c13a4b7f chore: add skipper for secure (#913) 2023-01-07 10:51:34 +08:00
96798e10b4 feat: support embed memo with iframe (#912) 2023-01-07 01:56:02 +08:00
0f8ce3dd16 refactor: return jsx element instead of string in marked (#910)
* refactor: return jsx element instead of string in marked

* chore: update
2023-01-07 00:13:49 +08:00
92a8a4ac0c feat: support code copy (#901)
* feat: support code copy

* update
2023-01-03 23:05:00 +08:00
2e95f6824f feat: add Italian Translation (#890) 2023-01-02 09:41:39 +08:00
a797280e3f chore: update middleware skipper (#887)
* chore: update middleware skipper

* chore: update
2023-01-01 23:26:21 +08:00
24b21aa9d7 chore: update version to 0.9.1 (#882) 2022-12-31 15:40:53 +08:00
51eac649c5 chore: update create tag dialog (#881) 2022-12-31 15:13:25 +08:00
7670c95360 chore: fix XSS in renderer (#880) 2022-12-31 11:52:57 +08:00
65e9fdead1 feat: add russian locale (#879) 2022-12-31 09:02:14 +08:00
64e5c343c5 chore: fix XSS in renderer (#875)
chore: fix xss in renderer
2022-12-29 23:27:56 +08:00
9169b3f2cd chore: update tip text for empty tag list (#872) 2022-12-29 09:14:24 +08:00
b6f7a85a2a fix: reload page when sign out (#871) 2022-12-28 20:58:59 +08:00
c160bed403 fead: add ukrainian locale (#864) 2022-12-26 19:10:47 +08:00
afc9709484 chore: update dev config (#857) 2022-12-25 10:39:45 +08:00
2e2657b39d feat: add setting for power editor (#851) 2022-12-24 16:18:13 +08:00
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
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
e52d77b2c4 chore: restore lockfile (#840) 2022-12-23 22:08:54 +08:00
1d2953b1b1 chore: downgrade joy-ui version (#839) 2022-12-23 21:53:13 +08:00
50811c3064 chore: update yarn.lock (#837) 2022-12-23 20:33:53 +08:00
f6039f2eb9 chore: update dialog title (#834) 2022-12-23 19:49:44 +08:00
65cc19c12e chore: add escape to prevent XSS (#833) 2022-12-23 19:17:33 +08:00
9f25badde3 chore: update logo format to png (#830) 2022-12-23 00:21:53 +08:00
7efa749c66 feat: customize system profile (#828) 2022-12-22 19:48:44 +08:00
72daa4e1d6 feat: support heading syntax (#827) 2022-12-22 19:48:19 +08:00
54702db9ba feat: prevent page jitter caused by the presence of scroll bars (#808) 2022-12-22 17:46:09 +08:00
41ad084489 fix: fix css of input placeholder in auth page (#824) 2022-12-22 17:45:12 +08:00
2fb171e069 chore: update create tag dialog style (#818)
* chore: update create tag dialog

* chore: update
2022-12-22 09:29:22 +08:00
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
b6f19ca093 feat: upsert tag based content (#816)
* feat: upsert tag based content

* chore: update
2022-12-22 00:35:47 +08:00
68a77b6e1f feat: create tag dialog (#814) 2022-12-21 23:59:03 +08:00
ab07c91d42 feat: update marked (#810) 2022-12-21 18:36:26 +08:00
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
358a5c0ed9 feat: press cmd+f to focus on the search bar (#800) 2022-12-21 00:46:22 +08:00
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
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
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
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
b6fe4d914e fix: incorrect cursor when text is selected in range (#797) 2022-12-20 20:51:32 +08:00
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
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