Format Variable Text

OscariBot

Active member
I was wondering if there is a way to force variables to keep text format such as Bold, Italic, Underline etc.

After formatting my sentence with word processor MD variable wouldn't keep the format.
 

Endercraft

Moderator (& bug finder :D)
I was wondering if there is a way to force variables to keep text format such as Bold, Italic, Underline etc.

After formatting my sentence with word processor MD variable wouldn't keep the format.
What if you use another word, like bold then replace it with text manipulation ?
 

OscariBot

Active member
What if you use another word, like bold then replace it with text manipulation ?

If I copy this text "I love macrodroid" into a variable. (notice the bold italic word). It will rather display as "I love macrodroid" ignoring the bold italic word.

I really wish to keep the bold italic word in the variable.
 

Endercraft

Moderator (& bug finder :D)
If I copy this text "I love macrodroid" into a variable. (notice the bold italic word). It will rather display as "I love macrodroid" ignoring the bold italic word.

I really wish to keep the bold italic word in the variable.
Unfortunately I don't think that's directly possible with a variable. You have to use something else. The best option I think would be to use <b></b>,<i></i>...
 

OscariBot

Active member
Unfortunately I don't think that's directly possible with a variable. You have to use something else. The best option I think would be to use <b></b>,<i></i>...
This seems promising... But how do I apply this because it's still not working.
 

Endercraft

Moderator (& bug finder :D)
This seems promising... But how do I apply this because it's still not working.
The problem is that this is more specific to specific actions of MacroDroid because it's just html tags. I don't think you can keep the formatting unless you use some special characters. You can try to use BlueWords, it can do some of this
 
Top