Open vwkd opened 3 years ago
You can create a custom script.
/**
{
"api":1,
"name":"Start Case",
"description":"Converts Your Text To Start Case.",
"author":"Ivan",
"icon":"type",
"tags":"start,case,function,lodash"
}
**/
const { startCase } = require('@boop/lodash.boop')
function main(input) {
input.text = startCase(input.text.toLowerCase())
}
Seeing this issue as well on Boop 1.4.0 on macOS Big Sur 11.6.