nonoesp / markers2markdown

Parse Adobe Audition CSV wave markers to a Markdown list of episode notes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

markers2markdown

Parse Adobe Audition CSV wave markers to a Markdown list of episode notes.

Create and export Adobe Audition Markers

  • Add markers to your wave file or Multitrack session.
  • In the Markers panel, select all your markers.
  • Right click and choose Export Selected Markers to CSV.
  • Save your CSV file to the data/ folder and edit the inputPath of index.js.

If you Name and Description fields contain commas and double quotes, replace them in the CSV file to (comma) and (opening-quotes), respectively, to avoid parsing errors.

Clone this repository

git clone https://github.com/nonoesp/markers2markdown
cd markers2markdown

Parse your markers to Markdown

node index.js

Instant parse

bash loop.sh

License

Released under the MIT license.

Author

Hi. I'm Nono Martínez Alonso (Nono.MA), a computational designer with a penchant for simplicity.

I host Getting Simple—a podcast about how you can live a meaningful, creative, simple life—sketch things that call my attention, and write about enjoying a slower life.

If you find this code useful in any way, reach out on Twitter at @nonoesp. Cheers!

About

Parse Adobe Audition CSV wave markers to a Markdown list of episode notes.

License:MIT License


Languages

Language:TypeScript 65.2%Language:JavaScript 34.2%Language:Shell 0.6%