Remus Avram 54 Posted August 23, 2018 Report Share Posted August 23, 2018 Hi, how can I publish a version with a description on multiple lines via ftrack api? I tried: description = "Test \n test" But in the Ftrack Web interface is displaying: "Test test" Cheers, Remus Link to post Share on other sites
Lucas Correia 35 Posted August 24, 2018 Report Share Posted August 24, 2018 Hi Remus, Thanks for reaching out. There is currently no support for formatting version description/comments. We plan to move to markdown for task and version descriptions in the future. Regards, Lucas Link to post Share on other sites
Jana Mizikova 0 Posted September 18, 2018 Report Share Posted September 18, 2018 On 8/23/2018 at 4:02 PM, Remus Avram said: Hi, how can I publish a version with a description on multiple lines via ftrack api? I tried: description = "Test \n test" But in the Ftrack Web interface is displaying: "Test test" Cheers, Remus Have you tried double symbol for new line? The web interface text fields don't create a new line after single "Enter" but after double. Try this: description = "Test \n\n test" Link to post Share on other sites
Remus Avram 54 Posted September 19, 2018 Author Report Share Posted September 19, 2018 yes, and it displays : "Test test" Link to post Share on other sites
Martin Pengelly-Phillips 29 Posted November 4, 2018 Report Share Posted November 4, 2018 On 8/24/2018 at 3:38 PM, Lucas Correia said: We plan to move to markdown for task and version descriptions in the future. We've been waiting on this for a while now. Do you have an expected date of when this will happen? Remus Avram and John 2 Link to post Share on other sites
John 2 Posted August 26, 2019 Report Share Posted August 26, 2019 On 11/4/2018 at 5:20 PM, Martin Pengelly-Phillips said: We've been waiting on this for a while now. Do you have an expected date of when this will happen? +1 Link to post Share on other sites
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