minimap from framework

Hello,

Is there something like minimap available for Observable Framework? If not, is there a plan for such a feature? If not, how can one construct a (mental) model of the flow of execution in an app spanning multiple files and hundreds (or more) of lines of code?

Needless to say, DevTools can’t really meet the requirement because the complexity can get quickly out of hand.

Thanks in advance

1 Like

I often think about this but there are no current plans. E.g. it would be nice to quickly trace a page back to the data loaders it uses… even without chained data loaders, which would make it harder and more interesting.

Data loaders are not public information, but the dependency tree between code blocks can be inferred by looking at the visible code of a page.

See https://observablehq.com/@observablehq/framework-minimap

This works for notebooks only or for Framework apps too?