[Widget Support]: Widget Syntax for Approaches & Performance Articles?

Link to Discord thread

Is it possible to make a widget reference to a performance article and or approach?

If so, what would it look like?

An example usage: There is a particular approach for Leap in Python that is 4x slower than any other. In the write-up to that approach we have a caution block that references the performance article, but it might be nice to have a widget popup there.

It might also be nice to be able to refer to both the approaches and the performance articles in other exercises/places to compare or point to strategies that can be used.

Excellent idea! I’ll put it on my to-do list.

1 Like

I’ve prepared for the implementation by opening a docs PR for the new widgets: Add approach and article widget documentation by ErikSchierboom · Pull Request #481 · exercism/docs · GitHub I’ll merge it once we got the widgets implemented.

PR opened: Support article and approach widgets by ErikSchierboom · Pull Request #6644 · exercism/website · GitHub