abstratt / cloudfier

Cloudfier is a model-driven tool for rapid development of business applications
http://cloudfier.com
Other
22 stars 4 forks source link

render activities using HTML links for symbols #246

Closed abstratt closed 6 years ago

abstratt commented 6 years ago

Generate links to referenced operations/symbols when showing blocks of code in the documentation. It would make it navigating the documentation much easier.

abstratt commented 6 years ago

Design idea

Requirements

Proposed solution

Generators will allow symbol reference weavers to be provided for a code generation operation. Weavers will be invoked for every action being rendered, and will potentially adorn symbol references as they see fit (generating HTML links, for instance).

abstratt commented 6 years ago

Depends on abstratt/textuml#158