1.4 KiB
1.4 KiB
status, type, tags, created, updated, title
| status | type | tags | created | updated | title | |||
|---|---|---|---|---|---|---|---|---|
| stable | moc |
|
2026-02-21 | 2026-02-27 | 📚 Библиотека (Книги) |
📚 Библиотека (Книги)
Это центральное хранилище для всех книг в трекере обучения.
📖 В Процессе
table author as "Автор", priority as "Приоритет", tags as "Тематика"
from "05 Tools/StudyTracker/Books"
where item_status = "in-progress" and file.name != this.file.name
sort priority desc
🔥 Высокий Приоритет (Очередь)
table author as "Автор", tags as "Тематика"
from "05 Tools/StudyTracker/Books"
where item_status = "backlog" and priority = "3 - High" and file.name != this.file.name
📥 Все Книги (Очередь)
table author as "Автор", priority as "Приоритет", tags as "Тематика"
from "05 Tools/StudyTracker/Books"
where (item_status = "backlog" and priority != "3 - High") or item_status = "abandoned" and file.name != this.file.name
sort priority desc
✅ Завершено
table author as "Автор", tags as "Тематика"
from "05 Tools/StudyTracker/Books"
where item_status = "completed" and file.name != this.file.name
limit 10
Связанные Ссылки
- StudyTracker