github mayneyao/eidos v0.24.0

latest releases: v0.28.0-alpha.1, v0.27.1, v0.27.0...
3 months ago

v0.24.0

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 docAction type 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/Opt and 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

🔧 Improvements and Fixes

  • Extension Default State: New extensions are now enabled by default.
  • Formula Enhancement: You can now use _id in 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__kv table 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: v0.23.5...v0.24.0

Don't miss a new eidos release

NewReleases is sending notifications on new releases.