OfflineU

πŸ“ Notes

Every lesson note across your library, newest first.

{% if not notes %}
No notes yet - jot something down on a lesson page and it'll show up here.
{% else %} {% endif %} {% for note in notes %}
πŸ“
{{ note.lesson_title }} {{ note.course_name }}
{% if note.timestamp_label %} {{ note.timestamp_label }} {% endif %} {% if note.pushed_to_outline %} Outline {% endif %}
{{ note.text }}
Open lesson β†’
{% endfor %}