Font + Newlines availability for API

I'm trying to create tasks automatically with different fonts so its easier to read. Is there a way to do this already? If not is this the right place for a feature suggestion?

 

Really I only need newline characters at the moment but bold, italics and underlining would be cool.

0
👍 Spot On 💡 Innovative Approach 💪 Stellar Advice ✅ Solved 🪄 Remove Kudos
1 comentario
Avatar
Pavel M

Hi Siddarta! Great question and feedback, thank you! The ability to use different fonts is something our description editor is lacking in general, so it would be a nice feature request to be posted in our Feedback section.

I would appreciate if you share more details on what you would like to achieve specifically with API? Currently it's possible to use html tags for 'description' parameter with POST and PUT calls to /tasks and /folders (bold, italics, underline work perfectly) is that something you are looking for?

Example: 

PUT https://www.wrike.com/api/v3/folders/<ID>?description=task description<br /><br /><strong>bold</strong><br />

<em>italics</em><br /><u>underline</u><br /><s>cross</s><br /><br />

You can use the similar syntax for your POST calls to create tasks with this method.

Hope this helps!

0
👍 Spot On 💡 Innovative Approach 💪 Stellar Advice ✅ Solved 🪄 Remove Kudos

Folllowing List for Post: Font + Newlines availability for API
[this list is visible for admins and agents only]

Arriba
Didn’t find what you were looking for? Write new post