41 Matching Annotations
  1. Jul 2023
  2. Jan 2023
  3. Dec 2022
  4. Nov 2022
    1. js const { generateFragment } = await import('https://unpkg.com/text-fragments-polyfill/dist/fragment-generation-utils.js'); const result = generateFragment(window.getSelection()); if (result.status === 0) { let url = `${location.origin}${location.pathname}${location.search}`; const fragment = result.fragment; const prefix = fragment.prefix ? `${encodeURIComponent(fragment.prefix)}-,` : ''; const suffix = fragment.suffix ? `,-${encodeURIComponent(fragment.suffix)}` : ''; const textStart = encodeURIComponent(fragment.textStart); const textEnd = fragment.textEnd ? `,${encodeURIComponent(fragment.textEnd)}` : ''; url += `#:~:text=${prefix}${textStart}${textEnd}${suffix}`; console.log(url); }

    1. ```html

      <style> ::selection { background: #00FF00; } ::highlight(foo) { background: #FF00FF; } </style> <script> getSelection().removeAllRanges(); getSelection().selectAllChildren(document.body); const style = getComputedStyle(document.body, "::highlight(foo)"); console.log(style.backgroundColor); </script> <body>Hello, world!</body>

      ```

  5. Aug 2022
    1. In line with the much-requested (and long-longed-for) feature of highlights in different colors (an exhaustive list given in #198), I would like to suggest allowing (automatic) coloring of highlights based on tags with designated patterns (like code:critiques, code:non-ergodicity in psychology, etc.), or alternatively, all tags (i.e., without specific patterns).
  6. Jan 2022
  7. Apr 2021
    1. On the road again...

      Although we're using an Omeka Simple Page as our start page, the link I'm using points us to the first page of the Exhibit.

  8. Aug 2020
  9. Oct 2019
  10. May 2019
    1. implicit social contract

      To what extent does the fact that Hypothesis annotations show up in our feeds (and are thus useful for us tracking our movement through texts) while mere highlights do not, determine usage patterns ?

  11. Apr 2017
  12. Sep 2015
  13. Feb 2014
    1. Why highlight? Like annotating, highlighting may seem unimportant if you create thorough, well-constructed briefs, but highlighting directly helps you to brief. It makes cases, especially the more complicated ones, easy to digest, review and use to extract information. Highlighting takes advantage of colors to provide a uniquely effective method for reviewing and referencing a case. If you prefer a visual approach to learning, you may find highlighting to be a very effective tool.

      Why highlight?