KevinBatdorf / obsidian-raycast

Raycast extension with commands for the note taking app Obsidian.
MIT License
106 stars 19 forks source link

Check for string type on yaml tags #65

Closed KevinBatdorf closed 1 year ago

KevinBatdorf commented 1 year ago

This just checks for string types before running string operations. Prevents other primitives or objects from passing.