Here is a simple demo of talaria in action:
This is example content
talaria crawls the page, looking for a CSS selector (in this case '.permalink'
)
Here’s all the HTML that talaria needs:
A little bit of configuration:
and a simple mappings table, which links content on your page to its respective comments on Github:
{
"/test/issue": {
"id": "14"
},
"/test/gist": {
"id": "e152885d62abf5227404b8b8f8209add"
}
}