AlexBieg / obsidian-better-command-palette

A better command palette for obsidian
MIT License
163 stars 12 forks source link

Add utility commands #17

Closed AlexBieg closed 2 years ago

AlexBieg commented 2 years ago
  1. Adds a command to open the palette directly to the file search
  2. Adds a command to open the palette directly to the tag search
  3. Cleans up the modal constructor
  4. Removes uses of ts-ignore in favor of using unsafe interfaces to be more explicit
  5. Add .DS_Store to .gitignore