ndc-content-tools/README.md

10 lines
482 B
Markdown
Raw Permalink Normal View History

2023-08-30 11:36:42 +00:00
# NDC Content Tools
2024-01-30 11:47:40 +00:00
Small command line tools to make our authoring lives easier.
## Import-Transcripts.js
Converts valid .srt files into NDC compatible transcripts. Requires Node.js
Usage: `node import-transcripts.js --input <input.srt> --output <output.md> --speakers 'Name1,Name2,...'`
## Renumber-Footnotes.py
Takes NDC content and renumbers the footnotes so that they play nice with Ghost. Requires Python.
Usage: `./renumber-footnotes.py <input.txt/md> > <output.txt/md>`