estruyf / vscode-front-matter

Front Matter is a CMS running straight in Visual Studio Code. Can be used with static site generators like Hugo, Jekyll, Hexo, NextJs, Gatsby, and many more...
https://frontmatter.codes
MIT License
1.85k stars 69 forks source link

Enhancement: Field custom actions #824

Open estruyf opened 1 week ago

estruyf commented 1 week ago

Allow custom actions to be linked to fields. This functionality works like custom actions/scripts, but it is triggered from a field.

Use case: allow users to create scripts to provide the field value. For example, use a script that calls your LLM to generate content.

Tasks