You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, only the dest field has Jinja templates enabled, and can only see the body of text. Expanding what is available for templating, and what is templated, would allow JSON-only definitions to have more expressive power
Motivation
Over on robotlab, we want to do a simple copy of a folder, and then open a particular, known notebook.
Elevator Pitch
Currently, only the
dest
field has Jinja templates enabled, and can only see thebody
of text. Expanding what is available for templating, and what is templated, would allow JSON-only definitions to have more expressive powerMotivation
Over on robotlab, we want to do a simple copy of a folder, and then open a particular, known notebook.
Design Ideas
The simplest approach may be to dump to JSON, apply Jinja, and then reload
The text was updated successfully, but these errors were encountered: