open-notebook/pages/stream_app/consts.py
2024-11-13 17:17:16 -03:00

11 lines
195 B
Python

source_context_icons = [
"⛔ not in context",
"🟡 summary",
"🟢 full content",
]
note_context_icons = [
"⛔ not in context",
"🟡 summary",
"🟢 full content",
]