Mermade / widdershins

OpenAPI / Swagger, AsyncAPI & Semoasa definitions to (re)Slate compatible markdown
https://mermade.github.io/reslate
MIT License
1.48k stars 321 forks source link

Resolving external refs and showing as links #563

Open rmanjusha opened 5 months ago

rmanjusha commented 5 months ago

I understand that --resolve resolves on external references outside yaml . But how do I get behavior of resolving external , but still show the resolved model as links.

Example :

Below is sample spec yaml with BaseCommandRequestViewModel.yaml from shared location. When using resolve option , it expands on the properties . Instead I would prefer to view as a reference link and when clicking the link to take to the expanded resolved properties.

Please advise.

image