obsidian-raycast icon indicating copy to clipboard operation
obsidian-raycast copied to clipboard

[FR] Use YAML frontmatter for filtering/searching notes.

Open marcjulianschwarz opened this issue 1 year ago • 0 comments

Proposed Addition

  • use keys from the YAML frontmatter to enhance searches (fuzzy search)
  • Related Issue: https://github.com/marcjulianschwarz/obsidian-raycast/issues/1

Questions

  • should keys be read automatically or should there be a predefined list of keys that will be used for searching (e.g. title, subtitle, etc.)?
  • should keys be saved in the Note object?

Steps

  • function for reading YAML frontmatter keys already exists yamlPropertyForString(content, "title")
  • ...

marcjulianschwarz avatar Aug 26 '22 12:08 marcjulianschwarz