open-notebook/pages/stream_app/consts.py
2024-11-13 21:46:15 -03:00

10 lines
175 B
Python

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