bentis Posted March 30, 2013 Share Posted March 30, 2013 Only the first line from a workflow that produces multiline output is displayed in the notification centre, this differs from the v1 behaviour. Steps to reproduce: Create a new workflow using the template "Templates > Essentials > Keyword to Script to Notification" Double-click on the keyword step and enter a keyword, select "No argument" and click "save". Double-click on the "Run script" step and enter in the script text field: echo -e "this\nthat", click "save" Now run the workflow, the expected output in the notification centre should be: this that The actual output is: this OSX 10.8.3 Alfred: 2.0.2 build 178 Link to comment Share on other sites More sharing options...
kevnull Posted March 30, 2013 Share Posted March 30, 2013 Found the same issue. I think it might be because echo goes to the title of the notification which doesn't have multi-line. Not sure how to write to the body of the notification. Link to comment Share on other sites More sharing options...
kevnull Posted March 31, 2013 Share Posted March 31, 2013 Nevermind found it. Make sure to put {query} in the text portion or it defaults to title. http://d.pr/i/TTxV Link to comment Share on other sites More sharing options...
bentis Posted March 31, 2013 Author Share Posted March 31, 2013 Ah yes that did it, cheers kevnull! Link to comment Share on other sites More sharing options...
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