Commit graph

11 commits

Author SHA1 Message Date
Quorafind
77dd5f5da5 refactor(build): migrate to TypeScript path aliases and update esbuild to v0.25.9
Replace relative imports (../../../) with TypeScript path aliases (@/)
throughout the codebase for improved readability and maintainability.

- Configure path alias in tsconfig.json with @ mapping to src/
- Update esbuild from v0.13.12 to v0.25.9 for modern features
- Add alias configuration to esbuild.config.mjs for build support
- Refactor build configuration to use context API for watch mode
- Update all component and utility imports to use @/ prefix
- Fix incorrect CSS import paths in habit and settings components
- Maintain consistent import structure across 148 files

This change simplifies import statements, makes the codebase more
maintainable by avoiding deeply nested relative paths, and modernizes
the build toolchain.
2025-08-28 14:02:26 +08:00
Quorafind
cd1dd0b080 chore: remove dependency from obsidian-typings 2025-04-23 12:58:53 +08:00
quorafind
34de08bdd5 chore: remove types 2025-04-13 10:13:03 +08:00
Quorafind
979e8d55b7 fix: types of worker 2025-04-07 14:18:08 +08:00
Quorafind
a2d69c8048 feat: support index from persister 2025-04-07 14:15:29 +08:00
Quorafind
08f02a270e feat: update stable indexer method 2025-04-07 10:02:32 +08:00
quorafind
21222a53c3 feat: support quick capture to other files 2025-03-29 09:39:16 +08:00
Quorafind
fb0e6f8fd0 FIXED: Type error 2022-10-04 16:41:54 +08:00
Quorafind
4f705f4b50 FEAT: Move color settings from ts to css 2022-10-04 16:26:02 +08:00
Quorafind
efcdded06e First release 2022-06-09 22:55:43 +08:00
Boninall
a963a2826f Initial commit 2022-06-07 14:12:30 +08:00