Commit graph

2 commits

Author SHA1 Message Date
Callum Alpass
39da2627e7 release: 0.7.0
- Add daily note template system with Obsidian variable support
- Implement customizable task filename formats with live preview
- Enhance Pomodoro timer with native task selection and persistence
- Improve UI consistency and accessibility
- Fix calendar selection visual issues
- Remove redundant zettelid functionality
2025-06-01 21:58:08 +10:00
Callum Alpass
b1c755ddfa Refactor plugin architecture and implement best practices
- Create modular folder structure
- Move classes to dedicated files
- Extract utility functions
- Improve error handling
- Apply Obsidian plugin guidelines
- Use setHeading for section headings
- Use Vault API instead of adapter where possible
- Simplify codebase with fewer console logs
- Update frontmatter processing to use FileManager.processFrontMatter
2025-05-18 11:50:16 +10:00