Explain the problem as you see it
When a node has "build title from fields" feature enabled and uses a field with a node also using this feature it grabs its whole title (with text from "build title from fields", not only from ${name}).
Why is this a problem for you?
It messes up some of my workflows. E.g.:
- “wer” tagged as #wytyczne is a node name, and gray text after it is built with “Build from fields” feature.
- The block of text tagged “#cytat” is also built from fields, including “Źródło” field which has “wer” with text genereated from fields).
- I would like a block of text to look like
text /wer/21 #cytat
instead of
text /wer PTK 2010 r. – Rozpoznania EKG/21 #cytat
Suggest a solution
Two different parameters in "Build title from fields":
- ${name} – using whole node text, with "Build title from fields" if it is
- ${title} (or similar) – using only nodes title, stripping out anything built with "Build title from fields".