Skip to content
This repository has been archived by the owner on Nov 13, 2022. It is now read-only.

Latest commit

 

History

History
24 lines (15 loc) · 501 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 501 Bytes

chat2mark Build Status

Script to convert Roll20 Chat logs to Markdown campaign diaries.

To install:

$ npm i -g chat2mark

To execute:

$ chat2mark convert <input> <output>

Where input is a Roll20 chat log HTML fragment and output is the name of the Markdown file you want to write to.

For example:

$ chat2mark convert roll20-chat.html campaign-diary.md