INQLink - kyleady/Roll20-Rogue-Trader-API GitHub Wiki

Overview

This folder contains all the prototypes that manage parsing HTML Links with side notes into INQ Link, along with reverting INQ Links back into HTML Links with side notes.

Supporting

Only supports HTML Links to Handouts within the campaign. Outside links and links to Character Sheets are not supported.

Future Work

-

Prototypes

  • INQLink.js - Prototype which holds all of the details of an INQLink and can output an HTML link with side notes. It is also able to pass on the duty of parsing an HTML Link to the INQLinkParser prototype.
  • INQLinkParser.js - Prototype for parsing an HTML Link with its side notes and filling out all of the details of an INQLink.