Skip to main content

Personal notes and links for a course

Every course dashboard gives you a private corner: a free-text Notes field that saves as you type, and a Links list for the URLs you want to keep close. Both are visible only to you — they're your scratchpad for a class, not a shared resource.

note

Your notes and personal links are private to you. To share a resource with classmates instead, see Share a lecture note.

  1. Open a course dashboard (see Your course dashboard).

  2. In the Notes panel, just start typing. Latte saves automatically — there's no Save button.

    Screenshot coming soon
    The Notes panel on a course dashboard with a few lines of private notes typed in
    Capture spec (for maintainers)
    {
      "id": "web.courses-and-activities.personal-notes-and-links.notes-panel",
      "platform": "web",
      "route": "/resources",
      "actions": [
        {
          "pom": {
            "page": "ResourcesPage",
            "call": "openFirstCourse"
          }
        },
        {
          "fill": {
            "testId": "activity-note-input",
            "value": "Midterm covers chapters 1-4. Review recurrences before Friday."
          }
        }
      ],
      "clip": {
        "testId": "activity-note-panel",
        "pad": 16
      }
    }
  3. In the Links panel, under Personal Links, add a link: enter the URL and click Add. Links you add here are only visible by you.

    Screenshot coming soon
    The Links panel on a course dashboard showing the Personal Links and Group Links sections
    Capture spec (for maintainers)
    {
      "id": "web.courses-and-activities.personal-notes-and-links.links-panel",
      "platform": "web",
      "route": "/resources",
      "actions": [
        {
          "pom": {
            "page": "ResourcesPage",
            "call": "openFirstCourse"
          }
        }
      ],
      "clip": {
        "testId": "activity-urls-panel",
        "pad": 16
      }
    }
  4. Below your personal list, a Group Links section shows links your groups have curated for this course. Those are read-only here.

tip

Personal Links are just for you. Group Links are curated by your groups and appear here automatically whenever a link is tagged to this course — see Group links.