luckman212 Posted April 30 Share Posted April 30 From https://www.alfredapp.com/help/workflows/advanced/placeholders/#modifiers I am trying to use things like {query.stripnonalphanumeric} but I only get the raw text output... are the Transform Modifiers not supported in the Workflow JSON object? Link to comment
Andrew Posted April 30 Share Posted April 30 @luckman212 I can see why this isn't working. Interesting side note, the specific bit of code which does raw {query} replacement in the JSON object has this comment regarding skipping the use of modifiers: // This is because the JSON utility is quite raw in its processing, so I'll wait and see if anyone notices. This is from many years ago, so I guess it's now been noticed? 😂 I'll take a look at fixing this in a future build if it has no impact of behaviour. Cheers, Andrew Link to comment
luckman212 Posted April 30 Author Share Posted April 30 @Andrew Haha. Figures it would be me. Thanks for looking. I swapped in an ArgsVars object instead and that works. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now