In Confluence 5, I can no longer write markup in the rich text editor, at least not everything is working
I can use
*bold* to make it bold
but
{color:red} bla {color} doesn't work
Did the syntax change? Is there a different way then opening up the actual markup editor?
Hi @Craig Skipsey, @Jan Schwoebel,
Agree with Sharon, the Color macro appears to have been removed, however you can still use it and use custom hex colours by doing the following:
(example: {color:#FF0000}text{color} will show a red colour)
Note: Any and all text typed after this will be in that colour.
Thanks,
Jared.
This worked for me, thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Craig, unfortunately, I didn't find a solution. We currently use the "rich-text" editor, which is build in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Jan, did you find a solution to this? I have the same problem
I really hope it hasn't been removed as Sharon suggested above. The editor only lets you choose standard colors, not custom ones by hex code.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jan,
from the looks of it the 'color' macro has been removed in favour of using the 'Word' style text option at the top of the menu. So to change the colour of text in the latest editors:
Your text should be coloured.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Something may have changed, perhaps unintentionally; consider browsing for and/or opening a bug ticket: https://jira.atlassian.com
In the meantime, if you are using confluence server, here is a quick user macro that nearly replicates it:
## Macro title: Text Color ## Macro has a body: Y ## Body processing: Rendered ## Output: HTML ## ## Developed by: MIlo Grika ## Date created: 09/28/2015 ## This is a replacement text coloring macro ## @param color:title=Color|type=string|required=true|desc=The color of the text. <font color="$paramcolor">$body</font>
just type
{textcolor:color=red}
then whatever you want to be that color, then the down arrow on the keyboard to leave the macro and continue typing.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.