All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.0 - 2025-10-17
- Initial release of docusaurus-plugin-obsidian-vault
- Automatic Obsidian vault synchronization with Docusaurus
- Wikilink conversion (
[[link]]→[link](./link.md)) - Callout transformation (Obsidian callouts → Docusaurus admonitions)
- Asset management (automatic copying of images and files)
- Category generation with
_category_.jsonfiles - Frontmatter preservation and enhancement
- MDX compatibility with character escaping
- Support for both local and GitHub vault sources
- Configurable transformations
- Watch mode for local development
- Vault statistics generation
- Debug mode for detailed logging
- Comprehensive TypeScript types
- Full documentation and examples
- Pattern-based file inclusion/exclusion
- Custom category labels
- Flexible transformation pipeline
- Hot reload support in development
- Cross-platform path handling (Windows/Unix)