Skip to content

HiltonRoscoe/GlossaryMD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Glossary for Markdown (GlossaryMD)

Example VVSG Glossary Output

Instructions for Running

This report expects one report variable (passed in from MagicDraw Report Wizard), called NERMappingFile. This should be a file system path to the NER entity list.

Instructions for Generation

  • Install MDReportExtensions
  • Export Word version of VVSG Glossary into Google Docs
  • Export from Google Docs into XLSX
  • Replace Bullets · with Dashses -
  • Replace fancy quotes “ ” -> " ", ’ -> '
  • Export as CSV (UTF-8)
  • Import CSV into MagicDraw
  • Export NER entity list (use regexner.txt template).
  • Export package as MarkDown report

NER may have issues with terms containing slashes. Remove such terms from NER list.

Instructions for MD conversion

pandoc vvsg_living_glossary.md -o vvsg.docx --reference-doc styles.docx -f markdown_github

Releases

No releases published

Packages

No packages published