Commit graph

  • ea6e346260
    Merge eebf42ac4a into e190fccac5 Waghmare 2026-05-29 23:44:14 +0530
  • eebf42ac4a
    Fix CSS syntax error in folder-count.css Waghmare 2026-05-29 23:36:38 +0530
  • e2740147dc
    Merge ba9303f85f into e190fccac5 f.a. 2026-05-13 09:43:54 +0200
  • ba9303f85f chore: add MIT license file belligerentcrow 2026-05-13 09:42:00 +0200
  • e190fccac5 Release v.1.2.4 main Ozan Tellioglu 2025-09-23 00:33:01 +0200
  • facbdb0dbc Update for creating root folder 1.2.4 Ozan Tellioglu 2025-09-23 00:30:39 +0200
  • 061ad8cfa4 v.1.2.3 Release Ozan Tellioglu 2024-11-17 15:22:49 +0100
  • e9641bbd08 Root Search Logic Fix 1.2.3 Ozan Tellioglu 2024-11-17 15:22:19 +0100
  • 325fed61c1 v.1.2.2 Release Ozan Tellioglu 2024-05-26 18:52:35 +0200
  • b9d26e8f00 Update Package Ozan Tellioglu 2024-05-26 18:51:13 +0200
  • a936e702bf Ignore Styles Ozan Tellioglu 2024-05-26 18:45:31 +0200
  • 5e74bf26a9 Remove Styles Ozan Tellioglu 2024-05-26 18:45:01 +0200
  • cbf3aecf2b Refactoring and Optional Root Folder Count 1.2.2 Ozan Tellioglu 2024-05-26 18:44:22 +0200
  • 3da3c8e0e9 Gitignore Update Ozan Tellioglu 2024-05-26 16:15:17 +0200
  • 9ca4d526f3 Min App Version in Manifest Ozan Tellioglu 2023-04-30 11:25:53 +0200
  • a2ea3511d8
    Merge 4622dd1301 into 8966745644 Pasharet 2023-03-30 13:55:35 +0100
  • 8966745644 Remove Unnecessary Console Log Ozan Tellioglu 2023-03-30 07:38:13 +0200
  • 1d01b734a8 Adjustment for Obsidian 1.2.0 Update Ozan Tellioglu 2023-03-30 07:35:21 +0200
  • 4622dd1301 Update settings.ts Pasharet 2022-09-30 09:33:20 +0300
  • b3543f690f docs(readme): update settings desc 1.2.1 aidenlx 2021-11-20 20:58:41 +0800
  • d1122e737b chore: release v1.2.0 1.2.0 aidenlx 2021-11-20 20:53:52 +0800
  • a7083c7159 feat: exclude folder note from counts aidenlx 2021-11-20 20:53:27 +0800
  • 22546ba94f fix(initialize): fix file explorer count failed to update when workspace changes aidenlx 2021-11-20 20:43:54 +0800
  • 5a34d90a10 build: rename to fec-main.ts; support hot relaod in build folder AidenLx 2021-09-09 14:58:41 +0800
  • 635fbb07e3 chore: release v1.1.3 1.1.3 AidenLx 2021-06-22 22:39:06 +0800
  • d9dd1011f0 fix: fix vault count shown in theme that hide root folder AidenLx 2021-06-22 22:37:58 +0800
  • bc24533167 chore: release v1.1.2 1.1.2 AidenLx 2021-06-22 20:54:55 +0800
  • 61089e29ea fix(folder-count.ts): fix count not showing up in root(vault) folder AidenLx 2021-06-22 20:54:14 +0800
  • 29c7bbf0ec chore: release v1.1.1 1.1.1 AidenLx 2021-06-21 14:59:51 +0800
  • 8dfd4f78a7 fix(main.ts): fix class oz-show-all-num not removed when unload AidenLx 2021-06-21 14:56:24 +0800
  • 4a7f482218
    Merge pull request #3 from ozntel/debounce AidenLx 2021-06-18 16:15:14 +0800
  • a4498fdec9 perf: use debounce for vault event AidenLx 2021-06-08 08:40:09 +0800
  • a6a73950bb build: switch from rollup-plugin-polyfill-node to path-browserify AidenLx 2021-06-09 23:35:01 +0800
  • 6983e3ac23 refactor: code review AidenLx 2021-06-09 09:48:53 +0800
  • 9a9a64b81b refactor(settings.ts): utilize debounce helper function AidenLx 2021-06-07 18:39:54 +0800
  • 699507d93e fix: fix move folder reports error AidenLx 2021-06-07 15:26:22 +0800
  • 132019d8d9 style: fix eslint errors AidenLx 2021-06-07 14:29:14 +0800
  • ddd442b709 build(.eslintrc.js): update eslint config to enable plugin AidenLx 2021-06-07 13:22:11 +0800
  • fff08acb95 chore: release v1.1.0 1.1.0 AidenLx 2021-06-07 11:45:28 +0800
  • 4175b876ac build: update version bump script AidenLx 2021-06-07 11:44:16 +0800
  • 90eb6f84aa fix: fix try to update count on old path of renamed folder AidenLx 2021-06-07 11:27:38 +0800
  • 37e4a2a5dc build: add release-it and commitizen AidenLx 2021-06-05 14:18:39 +0800
  • 6a03ecc452 build: add eslint AidenLx 2021-06-05 13:47:31 +0800
  • 577b3f8da3 feat: add option to show only markdown notes AidenLx 2021-06-05 13:37:55 +0800
  • 651b47d162 fix(folder-count.ts): fix folder not counting files in nested folders AidenLx 2021-06-05 10:31:39 +0800
  • 35e2a1441c refactor: rename settings and setting-tab class, remove redundant class member AidenLx 2021-06-05 00:30:10 +0800
  • 6b2cfc2d35 style: code formatting to use tab width of 4 AidenLx 2021-06-05 00:17:03 +0800
  • 9c5ef53524 feat: add file extension filter AidenLx 2021-06-05 00:14:43 +0800
  • 8c8b9678f7
    Update README.md Ozan Tellioglu 2021-06-04 16:49:38 +0200
  • deb2422067 fix: fix default theme num style AidenLx 2021-06-04 20:25:42 +0800
  • 6229c47eb8
    Merge pull request #2 from ozntel/migrate Ozan Tellioglu 2021-06-04 14:01:06 +0200
  • df360b4f2f feat(folder-note.css): optimize num style AidenLx 2021-06-04 09:04:23 +0800
  • f9f3a758d1 fix: fix count overlap with title content when title is long AidenLx 2021-06-04 08:30:00 +0800
  • da322c4e15 feat: hide num when expanded for folder with subfolders AidenLx 2021-06-04 00:33:01 +0800
  • 8d92e018f8 feat: migrate code from alx-folder-note AidenLx 2021-06-03 23:48:17 +0800
  • e1be2f3ad6 refactor: use registerEvent() to trigger event.off when unloading AidenLx 2021-06-03 23:12:12 +0800
  • a5baf7c1d0 refactor: enable strict checks AidenLx 2021-06-03 23:10:26 +0800
  • 9b3dcadd5d refactor(main.js): move core functions to a dedicated file AidenLx 2021-06-03 23:04:30 +0800
  • a242f7a27d refactor: move settings to a dedicated file AidenLx 2021-06-03 22:44:38 +0800
  • ea767a12e4 build: add prettier AidenLx 2021-06-03 22:41:50 +0800
  • 5471ea6542 build: add rollup-plugin-import-css, ignore build files AidenLx 2021-06-03 22:39:06 +0800
  • 24b8620bb2
    Update README.md Ozan Tellioglu 2021-06-03 13:28:22 +0200
  • 3a343dd276 README Update Ozan Tellioglu 2021-06-03 13:27:11 +0200
  • d22b6271e0 Unload Correction Ozan Tellioglu 2021-06-03 13:07:33 +0200
  • 06c3c7de6d Change of File Explorer Folder Detection Ozan Tellioglu 2021-06-03 12:00:55 +0200
  • a818f0a281 Correction Ozan Tellioglu 2021-06-03 10:21:46 +0200
  • 3a54d94723 Corrections Ozan Tellioglu 2021-06-03 09:26:38 +0200
  • 84faa1e0a8 Correction Ozan Tellioglu 2021-06-03 08:15:25 +0200
  • aae5224f69 Description Update Ozan Tellioglu 2021-06-03 08:11:20 +0200
  • 6bd43b27db Child Folder finding improvement 1.0.0 Ozan Tellioglu 2021-06-02 12:37:20 +0200
  • 0ccb12035d Nodes to be added after unload-load Ozan Tellioglu 2021-06-02 11:48:23 +0200
  • 2f2365e1c6 Initial Commit Ozan Tellioglu 2021-06-01 23:49:47 +0200