Replies: 3 comments 2 replies
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
I like the idea of @Jattin, but I'm not sure if it is easily technical possible. But maybe to support the above use case, we do not need to use a dynamic function. It's feels like a better
I would like to enhance the "string/naming-feature", to give it access to all the need values: Which would create a link with the text: Would this be helpful? |
Beta Was this translation helpful? Give feedback.
-
After a protoype in PR #611 we make following decisions:
|
Beta Was this translation helpful? Give feedback.
-
Hi! I have a use case where i need to specify the requirements using a parameter.
In the documentation, I want to use that parameter to state a requirement.
Expected:
The returned value should never exceed the length of 100 m.
So, I used the dynamic function to do that
The returned value should never exceed the length of [[get_param(id="DIM_1")]].
Now, if I want to link to the parameter, I have to change the code to
The returned value should never exceed the length of [[get_param(id="DIM_1")]] (see :need: DIM_1).
I wanted to ask whether this would be possible to return the link also in the dynamic function?
Basically, I want the dynamic function to return
100 m (see <link>)
.Beta Was this translation helpful? Give feedback.
All reactions