Commit graph

66 commits

Author SHA1 Message Date
Ozan Tellioglu
e190fccac5 Release v.1.2.4 2025-09-23 00:33:01 +02:00
Ozan Tellioglu
facbdb0dbc Update for creating root folder 2025-09-23 00:30:39 +02:00
Ozan Tellioglu
061ad8cfa4 v.1.2.3 Release 2024-11-17 15:22:49 +01:00
Ozan Tellioglu
e9641bbd08 Root Search Logic Fix 2024-11-17 15:22:19 +01:00
Ozan Tellioglu
325fed61c1 v.1.2.2 Release 2024-05-26 18:52:35 +02:00
Ozan Tellioglu
b9d26e8f00 Update Package 2024-05-26 18:51:13 +02:00
Ozan Tellioglu
a936e702bf Ignore Styles 2024-05-26 18:45:31 +02:00
Ozan Tellioglu
5e74bf26a9 Remove Styles 2024-05-26 18:45:01 +02:00
Ozan Tellioglu
cbf3aecf2b Refactoring and Optional Root Folder Count 2024-05-26 18:44:22 +02:00
Ozan Tellioglu
3da3c8e0e9 Gitignore Update 2024-05-26 16:15:17 +02:00
Ozan Tellioglu
9ca4d526f3 Min App Version in Manifest 2023-04-30 11:25:53 +02:00
Ozan Tellioglu
8966745644 Remove Unnecessary Console Log 2023-03-30 07:38:13 +02:00
Ozan Tellioglu
1d01b734a8 Adjustment for Obsidian 1.2.0 Update 2023-03-30 07:35:21 +02:00
aidenlx
b3543f690f docs(readme): update settings desc 2021-11-20 20:58:41 +08:00
aidenlx
d1122e737b chore: release v1.2.0 2021-11-20 20:53:52 +08:00
aidenlx
a7083c7159 feat: exclude folder note from counts
folder-note-core required

closes #7
2021-11-20 20:53:27 +08:00
aidenlx
22546ba94f fix(initialize): fix file explorer count failed to update when workspace changes
will take effect in 1s after workspace changes

closes #8
2021-11-20 20:43:54 +08:00
AidenLx
5a34d90a10 build: rename to fec-main.ts; support hot relaod in build folder 2021-09-09 14:58:41 +08:00
AidenLx
635fbb07e3 chore: release v1.1.3 2021-06-22 22:39:06 +08:00
AidenLx
d9dd1011f0 fix: fix vault count shown in theme that hide root folder
compatible with Minimal and California Coast theme
2021-06-22 22:37:58 +08:00
AidenLx
bc24533167 chore: release v1.1.2 2021-06-22 20:54:55 +08:00
AidenLx
61089e29ea fix(folder-count.ts): fix count not showing up in root(vault) folder
fix #4
2021-06-22 20:54:14 +08:00
AidenLx
29c7bbf0ec chore: release v1.1.1 2021-06-21 14:59:51 +08:00
AidenLx
8dfd4f78a7 fix(main.ts): fix class oz-show-all-num not removed when unload 2021-06-21 14:56:24 +08:00
AidenLx
4a7f482218
Merge pull request #3 from ozntel/debounce
perf: use debounce for vault event
2021-06-18 16:15:14 +08:00
AidenLx
a4498fdec9 perf: use debounce for vault event
- now the returned path of all vault event is kept in waitingList and only get update when all
consecutive events are finished
- add filters to reduce duplicate count update
2021-06-09 23:36:44 +08:00
AidenLx
a6a73950bb build: switch from rollup-plugin-polyfill-node to path-browserify 2021-06-09 23:35:01 +08:00
AidenLx
6983e3ac23 refactor: code review 2021-06-09 09:48:53 +08:00
AidenLx
9a9a64b81b refactor(settings.ts): utilize debounce helper function 2021-06-07 18:39:54 +08:00
AidenLx
699507d93e fix: fix move folder reports error
add null check for oldPath in onRename()
2021-06-07 15:26:22 +08:00
AidenLx
132019d8d9 style: fix eslint errors 2021-06-07 14:29:14 +08:00
AidenLx
ddd442b709 build(.eslintrc.js): update eslint config to enable plugin 2021-06-07 13:22:11 +08:00
AidenLx
fff08acb95 chore: release v1.1.0 2021-06-07 11:45:28 +08:00
AidenLx
4175b876ac build: update version bump script 2021-06-07 11:44:16 +08:00
AidenLx
90eb6f84aa fix: fix try to update count on old path of renamed folder 2021-06-07 11:27:38 +08:00
AidenLx
37e4a2a5dc build: add release-it and commitizen 2021-06-05 14:18:39 +08:00
AidenLx
6a03ecc452 build: add eslint 2021-06-05 13:47:31 +08:00
AidenLx
577b3f8da3 feat: add option to show only markdown notes
- filter list is shown when Show Only Markdown Notes is disabled
2021-06-05 13:37:55 +08:00
AidenLx
651b47d162 fix(folder-count.ts): fix folder not counting files in nested folders 2021-06-05 10:31:39 +08:00
AidenLx
35e2a1441c refactor: rename settings and setting-tab class, remove redundant class member 2021-06-05 00:30:10 +08:00
AidenLx
6b2cfc2d35 style: code formatting to use tab width of 4 2021-06-05 00:19:05 +08:00
AidenLx
9c5ef53524 feat: add file extension filter 2021-06-05 00:18:21 +08:00
Ozan Tellioglu
8c8b9678f7
Update README.md 2021-06-04 16:49:38 +02:00
AidenLx
deb2422067 fix: fix default theme num style 2021-06-04 20:28:13 +08:00
Ozan Tellioglu
6229c47eb8
Merge pull request #2 from ozntel/migrate
migrate code from alx-folder-note
2021-06-04 14:01:06 +02:00
AidenLx
df360b4f2f feat(folder-note.css): optimize num style
- add animation to hide/show num
- remove border
2021-06-04 09:04:23 +08:00
AidenLx
f9f3a758d1 fix: fix count overlap with title content when title is long 2021-06-04 08:30:00 +08:00
AidenLx
da322c4e15 feat: hide num when expanded for folder with subfolders 2021-06-04 00:33:01 +08:00
AidenLx
8d92e018f8 feat: migrate code from alx-folder-note
https://github.com/alx-plugins/alx-folder-note/releases/tag/0.4.0
2021-06-03 23:48:17 +08:00
AidenLx
e1be2f3ad6 refactor: use registerEvent() to trigger event.off when unloading 2021-06-03 23:12:12 +08:00