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

Option to disable nesting of "build title from fields" function

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.:

  1. “wer” tagged as #wytyczne is a node name, and gray text after it is built with “Build from fields” feature.
  2. The block of text tagged “#cytat” is also built from fields, including “Źródło” field which has “wer” with text genereated from fields).
  3. 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

image.png

Suggest a solution

Two different parameters in "Build title from fields":

  1. ${name} – using whole node text, with "Build title from fields" if it is
  2. ${title} (or similar) – using only nodes title, stripping out anything built with "Build title from fields".