Dropdown Vars

by majid-khonji
5
4
3
2
1
Score: 35/100

Description

This plugin has not been manually reviewed by Obsidian staff. Dropdowns in Reading and Live Preview; sync to frontmatter or inline Dataview.

Reviews

No reviews yet.

Stats

stars
downloads
0
forks
1
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

Obsidian Dropdown Vars Plugin

Easily create interactive dropdowns in your notes and optionally sync their values to Dataview inline fields.

Features

  • Dropdowns with syntax: {Status: A | B | ^C}
  • Click to open and select a value; caret ^ marks the selected option
  • Optionally sync selection to Dataview inline field: (Status::C)
  • Dropdown renders as Status ▾ in Live Preview when Dataview sync is enabled
  • Only one inline field per dropdown, always updated
  • Compatible with Dataview queries: = this.Status

Usage

  1. Write a dropdown token in your note:
    {Status: Todo | ^In Progress | Done}
    
  2. Enable "Persist to inline Dataview" in plugin settings to sync selection:
    {Status: Todo | ^In Progress | Done} (Status::In Progress)
    
  3. Use Dataview inline queries:
    Status: `= this.Status`
    

Settings

  • Persist to frontmatter: Save selection to YAML frontmatter
  • Persist to inline Dataview: Add inline field after dropdown token

License

MIT