Jump to content

Script Filter JSON - attribute to control # of rows displayed (height)


Recommended Posts

Sometimes I would like to show fewer (or more) results from a script filter (with scrollbar). Since this is currently an all-or-nothing setting (with an odd maximum of 9) I am proposing adding a way to expose the limit per-script, something like:

 

{
    "rerun": 1,
    "limit": 12,
    "items": [
        ...
    ]
}

 

Thank you @Andrew

 

Edited by luckman212
Link to comment
Share on other sites

Could you explain what problem this solves?

 

I mean, it's trivial (and preferable) to truncate your array of results before sending them to Alfred if you only want to show N results. Why isn't that an acceptable solution? What's the issue with there being a lot of (possibly) unwanted results off screen below the top nine? Alfred can handle tens of thousands of items no problem, so performance can't be the issue.

Link to comment
Share on other sites

Thanks @deanishe - sure of course

 

I think I chose a bad example keyword ("limit")—probably should have used "window_height" or something. The idea is not to truncate or change the results at all, but merely to control the height of Alfred's window to show fewer or more results at one time. So altering the list prior to outputting JSON would not be the same thing.

 

I have a workflow that displays news articles from a feed, and for example I'd like to show 20 articles in Alfred before I have to scroll. It's currently not possible since there's a max limit of 9 in the GUI.

 

Even if it allowed me to set the height to 20, I would not want this in most cases. But for a couple of workflows it would be useful to have. Hope that explains it better?

Link to comment
Share on other sites

  • luckman212 changed the title to Script Filter JSON - attribute to control # of rows displayed (height)

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...