Перейти к основному контенту
Открыть/закрыть меню навигации
Посетить Yazio.com
Есть вопросы о Yazio?
Отлично! Вы в нужном месте.
Поиск
Справочный центр Yazio
Дневник
Дневник
Общие вопросы о Дневнике
How does the diamond feature work?
Streak feature: Functionality and boost for your goals
Что такое "оставшиеся" калории и нужно ли их обязательно съедать?
Отслеживание питания
How can I use Live Activities? (iOS)
How can I change portion sizes and units of measurement?
Can I log my meal calories without individual ingredients?
Should I log the raw or cooked weight of my food?
Do I have to weigh everything for my Diary?
How can I record food from restaurants or canteens?
Записи в дневнике
How does the meal summary work?
Where do I track my drinks?
How do I edit a diary entry?
Поиск продуктов и созданные продукты
How does the food/product search work within Yazio?
How does the Diary search bar work?
How can I edit public foods?
How can I create and find my own foods?
What does the check mark symbol next to the foods in the search mean?
The scanned product will not be recognized, why?
Показать все статьи (7)
Активности
How do I enter my steps?
Some activities are missing from the database. Can you add them?
Показатели тела
How can I record my current weight?
How do I add body measurements to track my progress?
<% var getColumnClasses = function(columnNumber) { var classNames = numberColumns === 'auto' ? 'col-auto' : 'col-12'; if (numberColumns >= 2) classNames += ' md:col-6'; if (numberColumns >= 3) classNames += ' lg:col-4'; if (numberColumns >= 4) classNames += ' xl:col-3'; return classNames; } %>
Избранные статьи
<% blocks.forEach(function(block, index) { %>
<% if (imageHeight) { %>
<% } %> <% if (block.name) { %>
<%= block.name %>
<% } %> <% if (block.description) { %>
<%= block.description %>
<% } %>
<% }) %>
Больше
<% blocks.forEach(function(block, index) { %>
<% if (imageHeight) { %>
<% } %>
<% if (block.name) { %>
<% if (block.html_url) { %>
<%= block.name %>
<% } else { %> <%= block.name %> <% } %>
<% } %> <% if (block.description) { %>
<%= block.description %>
<% } %>
<% }) %>
Категории
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-article-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% var maxSections = 5 %>
Открыть/закрыть меню навигации
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
Категории
Категории
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
<% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-article-list-sections', { id: 'section-' + section.id, parentId: '#' + id, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %> <% if (section.articles.length) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% if (sections.length) { %>
<% sections.slice(0, maxSections).forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %>
<% }); %> <% if (sections.length > maxSections) { %>
Больше
<% } %>
<% } %>