The list of post types which users can enable Hypothesis on is limited to Posts and Pages, with a not-well-documented "hypothesis_supported_posttypes" hook which can be used to override this. This means that custom post types added using tools such as Custom Post Types UI will not appear automatically.
It looks to me like it should be possible for the plugin to enumerate all registered post types automatically using get_post_types.
Context: https://hypothesis.zendesk.com/agent/tickets/1314
The list of post types which users can enable Hypothesis on is limited to Posts and Pages, with a not-well-documented "hypothesis_supported_posttypes" hook which can be used to override this. This means that custom post types added using tools such as Custom Post Types UI will not appear automatically.
It looks to me like it should be possible for the plugin to enumerate all registered post types automatically using get_post_types.
Context: https://hypothesis.zendesk.com/agent/tickets/1314