niclake Posted January 28 Share Posted January 28 Hi everyone. I have a query running that's returning the following json: { "items": [ { "arg": [ "https://github.com/niclake/advent-of-code-22", "advent-of-code-22" ], "uid": 574776691, "title": "advent-of-code-22", "subtitle": "My Advent of Code 2022 code - https://adventofcode.com/2022/" }, ] } This is then returned to Alfred as an item to show in the window. On my computer, both the `title` and `subtitle` are displaying correctly. On other's computers, the `subtitle` will not show in the Alfred window. Their example window: And mine: Here's the code I'm working with: https://github.com/niclake/alfred-github-repo-helper Any assistance here would be incredible. Link to comment
Alan He Posted January 28 Share Posted January 28 just debug the alfred on that computer. see output and paste it. like this. Link to comment
vitor Posted January 28 Share Posted January 28 Are you sure it’s the same workflow? Even the icon is different. If it is the same, check if they haven’t set up the subtitle to not show up, in the appearance options. 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