chat2mark

Script to convert Roll20 Chat logs to Markdown campaign diaries.

Usage no npm install needed!

<script type="module">
  import chat2mark from 'https://cdn.skypack.dev/chat2mark';
</script>

README

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