I built two extensions today, both to ease some repetitive tasks when blogging, and it was a lot of fun. Just wanted to say thanks for the docs and the nice API!
- Markdown File Linker
- easy linking to other files in a project: invoke, choose the file, and you’ll get a blog-formatted markdown link to the post or image
- YAML Tag Picker
- easy picking of tags from your existing blog posts, to encourage consistent tagging across your blog
Request
The only request I would have is perhaps a built-in way to do multi-select in a Choice Palette. As it is I had to call it repeatedly as a workaround.
I also noticed that it returns undefined
when docs say it should return null
, reported here