Commit graph

177 commits

Author SHA1 Message Date
Xu Quan
25c2b42fc9 refactor: optimize code for better understanding 2025-02-28 21:58:27 +08:00
Xu Quan
3ae8e23c98 refactor: abstract common logic of renaming file name and folder name 2025-02-28 21:43:59 +08:00
Xu Quan
6def0131ca chore: update error messages for save failure 2025-02-28 21:06:40 +08:00
Xu Quan
3480b41610 refactor: use hooks to handle settings change event 2025-02-28 20:55:24 +08:00
Xu Quan
84a92848d6 refactor: optimize code for better understanding 2025-02-28 20:24:31 +08:00
Xu Quan
85e6b25960 style: update style to optimize user experience 2025-02-28 17:40:13 +08:00
Xu Quan
d6dc02b952 feat: support open plugin view on startup option in settings 2025-02-27 21:46:00 +08:00
Xu Quan
e33ae24032 chore: for test 2025-02-27 21:39:36 +08:00
Xu Quan
960e6ab595 feat: support show file detail option in settings 2025-02-27 21:38:23 +08:00
Xu Quan
acaaaa5673 feat: add sponsor info in readme 2025-02-26 16:07:23 +08:00
Xu Quan
c68abcf7ec feat: update readme to add install from community plugins method 2025-02-26 15:35:59 +08:00
Xu Quan
2277b5c379 fix: update min app version in manifest to newer version 2025-02-25 19:38:13 +08:00
Xu Quan
447b360dd6 fix: remove unnecessary cast 2025-02-25 12:16:38 +08:00
Xu Quan
a52decd84a fix: avoid saving settings to local storage 2025-02-25 12:16:38 +08:00
Xu Quan
f4d732fa0e fix: avoid detach leaves in onunload 2025-02-25 12:16:23 +08:00
Xu Quan
482e94f953 fix: remove useless code 2025-02-25 11:49:44 +08:00
Xu Quan
86273676ad fix: use obsidian api to get folder by path 2025-02-25 11:49:44 +08:00
Xu Quan
8520ef40b0 fix: use sentence case in UI 2025-02-25 11:49:44 +08:00
Xu Quan
8a88631cce fix: change plugin name to avoid other brand name 2025-02-25 11:49:44 +08:00
Xu Quan
634bc9bf6a fix: when click 'open in new tab', open file in new tab instead of in previous tab 2025-02-25 11:49:40 +08:00
Xu Quan
a4e90c17ed feat: support show/hide folder icon in settings 2025-02-25 11:49:22 +08:00
Xu Quan
044866e4a9 feat: support folder hierarchy line in settings 2025-02-24 17:44:26 +08:00
Xu Quan
032386cf71 fix: watch settings change via event listener 2025-02-24 16:43:56 +08:00
Xu Quan
66e7b787f3 fix: show file preview only for markdown file to avoid long time waiting 2025-02-24 15:16:45 +08:00
Xu Quan
4f8ad1f05a feat: update install method in readme 2025-02-06 23:04:26 +08:00
Xu Quan
3f2862e57c feat: add includeSubfolderFilesCount option in settings 2025-02-06 22:46:03 +08:00
Xu Quan
ef5ea5f672 fix: click folder name to focus first and toggle on second click 2025-02-06 22:46:03 +08:00
Xu Quan
8ccac6238c feat: save settings to local storage and restore when plugin loads 2025-02-06 22:46:03 +08:00
Xu Quan
c2fca8228b feat: allow user to decice click what element to expand folder 2025-02-06 22:46:03 +08:00
Xu Quan
fe6babe466 fix: separate overflow-y styles of folders pane and files pane 2025-02-06 22:46:03 +08:00
Xu Quan
2e7571ee1a fix: fix wrong word 2025-02-03 22:06:15 +08:00
Xu Quan
4f50bb09af fix: update naming new file logic to avoid creating failure 2025-01-31 17:34:58 +08:00
Xu Quan
a5c8391939 fix: remove unnessary console 2025-01-31 17:19:14 +08:00
Xu Quan
02a6f77839 fix: create untitled folder without space in name 2025-01-31 17:14:07 +08:00
Xu Quan
f51e717427 fix: update UI when create folder in root folder 2025-01-31 17:12:16 +08:00
Xu Quan
bfd0416ddf fix: use trashfile to delete file and folder 2025-01-31 16:00:54 +08:00
Xu Quan
df100c7e2d fix: use same name in manifest with community plugin list 2025-01-31 00:16:44 +08:00
Xu Quan
dfdec83085 feat: add License 2025-01-31 00:14:17 +08:00
Xu Quan
e09a923b4e fix: use same id in manifest with community plugin list 2025-01-31 00:12:29 +08:00
Xu Quan
f1590f4d9f feat: add chinese readme 2025-01-30 23:43:16 +08:00
Xu Quan
16e5403a89 feat: update readme and manifest 2025-01-30 22:53:35 +08:00
Xu Quan
6f88c78086 feat: hide settings in this version 2025-01-28 00:49:52 +08:00
Xu Quan
4806a5ce6e fix: make setout time longer to select text to avoid failure 2025-01-28 00:34:31 +08:00
Xu Quan
dd93a99ac1 fix: update folders list after create, rename and delete 2025-01-28 00:31:16 +08:00
Xu Quan
6777c43ba3 fix: remove unnecessary comment 2025-01-28 00:26:15 +08:00
Xu Quan
e7c01dc8fb feat: change root folder style to make it more outstanding 2025-01-28 00:13:05 +08:00
Xu Quan
30e5150314 fix: rename file without changing extension 2025-01-27 23:52:41 +08:00
Xu Quan
d7a5433e17 fix: add root folder in moving modal 2025-01-27 23:36:01 +08:00
Xu Quan
0141304892 fix: update files change by component state 2025-01-27 23:18:03 +08:00
Xu Quan
7b3e629d4d feat: support move folder to another folder 2025-01-22 22:43:17 +08:00