v0.24.0
Date: October 3, 2025
This version focuses on custom document properties, providing a new way to manage documents that works seamlessly with dataview.
✨ Highlights
Custom Document Properties
- Custom Document Properties: You can now add custom document properties. You can reference properties dynamically in documents using @ properties. Properties are similar to infoboxes in wikis for storing structured information. Learn more about custom properties →
Custom Document Actions
- New Script Extension Type: Added
docActiontype script for better automation of properties and document content. Trigger through the actions menu or CMDK on any document page. Learn more about custom actions →
🚀 New Features
dataview
- Query Preview: You can now preview dataview query results.
- Richer Templates: Added more comprehensive templates.
- SQL Comment Support: Support for setting display types for fields through conventional format SQL comments. Learn more about column type annotations →
- Sidebar Pinning: dataview can now be pinned in the right sidebar. Combined with pathname, you can quickly build custom navigation.
Document - Mention
- Property References: You can now reference current document properties in documents through
@<property>. - Preview in Right Sidebar: Press
Alt/Optand click mention nodes in documents to open preview in the right sidebar.
API - Node Navigation
- Navigate API: API now includes navigate method to jump to specified nodes. Learn more about the navigate API →
- Document Navigation Plugin: Documents now include jump navigation plugin, allowing navigation to specified headings via hash titles.
API Reference Documentation
- Stable API Exposure: We will gradually expose some stable APIs that you can use in extensions. Browse the API reference →
🔧 Improvements and Fixes
- Extension Default State: New extensions are now enabled by default.
- Formula Enhancement: You can now use
_idin formulas to get the unique identifier of the current record. - UI Improvements:
- Optimized some styles in the table field editor
- Redesigned the sidebar
- Redesigned space configuration
- Data Management: Introduced
eidos__kvtable for persistent management of space-related data and configuration. - Performance: Optimized table state management and loading speed.
- Bug Fixes: Fixed issue where local proxy couldn’t load cross-origin resources.
Full Changelog: https://github.com/mayneyao/eidos/compare/v0.23.5…v0.24.0