Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Linkify URLs in annotations #156

Merged
merged 2 commits into from
Aug 18, 2017
Merged

Linkify URLs in annotations #156

merged 2 commits into from
Aug 18, 2017

Commits on Aug 18, 2017

  1. Linkify URLs in the annotation

    use linkifyjs to make all URLs in the annotation clickable, but since it requires us to stop escaping html when rendering annotation object let's first manually escape it to prevent rogue alerts with malicious annotations from executing <scripts> and other ugly things in user browsers
    prymitive committed Aug 18, 2017
    Configuration menu
    Copy the full SHA
    c7442c3 View commit details
    Browse the repository at this point in the history
  2. Use info icon instead of help, also escape annotation keys

    Help icon doesn't make sense for annotation key, info icon is a bit more related to the usage of annotations
    prymitive committed Aug 18, 2017
    Configuration menu
    Copy the full SHA
    44830cc View commit details
    Browse the repository at this point in the history