Uploaded image for project: 'Confluence Cloud'
  1. Confluence Cloud
  2. CONFCLOUD-34966

Create a highlight macro that would allow you to highlight portions of text when you click on an anchor

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • None
    • None
    • 2
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      NOTE: This suggestion is for Confluence Cloud. Using Confluence Server? See the corresponding suggestion.

      Use case:
      You might want to link to specific areas of documentation. You would normally use an anchor, but anchors do not specifically call attention to the area you meant.

      Create a pair of macros that allow you to anchor specific areas (a macro that creates a span with an ID should be sufficient) and a css directive that does something like:

      <style>
      #:target {
          background-color: #ffa;
          -webkit-transition: all 1s linear;
      }</style>
      
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              twong Tim Wong (Inactive)
              Votes:
              9 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated: