out-of-cheese-error / gooseberry

A command line utility to generate a knowledge base from Hypothesis annotations
Apache License 2.0
152 stars 9 forks source link

Is it possible to include the website title #69

Closed adxrgh closed 3 years ago

adxrgh commented 3 years ago

Problem

I hope the title of the website can be included, Not just the ID, since It contains more information. But i couldn't find any field to represent it. But it is possible in the webpages of hypothesis

Solution

Alternatives

Additional context

Ninjani commented 3 years ago

Great idea, I somehow forgot about this. Adding it to the next release!

Ninjani commented 3 years ago

Done, in 0.7.0 - you can use {{ title }} in the template, and for hierarchy and sort configuration. Thanks!