Content scripts to make your life easier.
Go to file
2024-01-30 12:45:05 +01:00
import-transcript.js Updated to handle things properly 2023-08-30 13:56:52 +02:00
README.md Added the footnote renumberer. Thanks moss 2024-01-30 12:45:05 +01:00
renumber-footnotes.py Added the footnote renumberer. Thanks moss 2024-01-30 12:45:05 +01:00

NDC Content Tools

Things to make our 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>