Skip to content

Releases: hemy301/explorer-property-attributes

1.1.1

Choose a tag to compare

@hemy301 hemy301 released this 02 Jul 20:40

The note footer toggle now looks like a proper button (pill with border and background, green when checked) instead of a plain checkbox row that was easy to mistake for status-bar text.

1.1.0

Choose a tag to compare

@hemy301 hemy301 released this 02 Jul 20:37

New: Note footer toggles — list boolean properties in the new setting and every note that has one gets a checkbox bar pinned to the bottom of its pane. Click it to flip the property right in the frontmatter (via Obsidian's processFrontMatter) — no scrolling to the properties panel, no extra plugins.

The release now ships styles.css (Obsidian loads it automatically; needed for the footer bar).

1.0.1

Choose a tag to compare

@hemy301 hemy301 released this 02 Jul 20:22

Clearer, benefit-first description in the catalog and README; animated demo GIF.
No functional changes to the plugin code.

1.0.0

Choose a tag to compare

@hemy301 hemy301 released this 02 Jul 19:12

Initial release.

  • Expose chosen frontmatter properties as data-link-<property> attributes on file-explorer items
  • Instant updates when a property changes (metadata cache events + explorer MutationObserver)
  • Supercharged Links-compatible attribute format — existing CSS snippets work unchanged
  • Clean removal of attributes on setting change / plugin disable