joeatbayes / interpolator

Produce finished Markdown documents by Interpolating content from previously defined entities by reference. Avoid the need manually update markdown files using cut and paste commonly used terms descriptions or object definitions.
MIT License
2 stars 1 forks source link

referenced_by field should be generated with project relative path in Cross reference file #2

Open sadatkar opened 5 years ago

sadatkar commented 5 years ago

referenced referenced_by purchaser/ac_company/company_name /Users/skarim/api-template/reference-get.md Expected output: api-template/reference-get.md

CLI invoke: interpolate-darwin-386 -in=/Users/skarim/api-template -out=out -glob=*.md -search=/Users/skarim/data-dictionary -VarNames=internal_desc,external_desc -keepNames=true -maxRec=99 -saveHtml=no -loopDelay=10

joeatbayes commented 5 years ago

Did Mike Chen want this feature completed? If so when does it become a problem?