⚡️ Ideas
Maciej Smoła Maciej Smoła Mar 19, 2023

Editable ${name} regardless of its position in <Build title from fields> formula

Explain the problem as you see it

We can use "Build title from fields" function with

${name} ${field 1} ${field 2}

which makes editable node's name with field 1 & 2 appended at the end.

However it is not posiible to retain editability of node's name, if the structure doesn't have ${name} at the start, e.g. in case like this:

${field 1} ${field 2} ${name}

Why is this a problem for you?

I would like to prepend node title with some status emojis which is better than appending them at the end but I cannot do that because nodes name become uneditable then.

Suggest a solution

More robust "Build from fields" function with editable ${name} regardless of its position in <Build title from fields> formula.

⁨5⁩ ⁨Comments⁩

It's frankly insane that this is not possible

I want to get an emoji icon in front of every of my task objects, depending on the status

The idea that I can only define the name of a task once and then it's forever locked just because I want to put an icon in front via ${Status.Icon} ${name} is insanity

this should obviously be possible