Skip to main content
Toggle navigation menu
YAZIO Website
Ideas and desired features
Any questions about the YAZIO app?
Perfect! You’re in the right place.
Search
YAZIO Help Center
Diary
Diary
General Diary Questions
Streak feature: Functionality and boost for your goals
Can I add new meal categories?
What are “remaining” calories? Do I need to consume them?
Why do my calorie goal and nutrient goals change?
What do the red and green colors in the Diary indicate?
Food Tracking
How can I change portion sizes and units of measurement?
Can I log my meal’s calories without adding the 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 the food in restaurants or canteens?
Diary Entries
Where do I track my drinks?
How do I change Diary entries?
How do I copy Diary entries to another day?
How do I move an entry to a different meal category?
How do I delete Diary entries?
Food Search & Created Foods
How does the food/product search work within YAZIO?
How does the Diary search bar work?
How can I edit public foods?
A food in the database has a mistake, what can I do?
How can I create and find my own foods?
What does the check mark symbol next to the foods in the search mean?
See all 8 articles
Favorites
Where can I find my favorites?
How do I mark a food item or recipe as a favorite?
How can I delete a food favorite?
Can I mark an activity as a favorite?
Meals
What are meals?
What is the difference between a meal and a recipe in YAZIO?
Activities
How do I enter my steps?
Some activities are missing from the database. Can you add them?
Body Values
How can I record my current weight?
How do I add body measurements to track my progress?
Water Tracker
My water tracker is gone, what can I do?
<% 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; } %>
Favorite Articles
<% blocks.forEach(function(block, index) { %>
<% if (imageHeight) { %>
<% } %> <% if (block.name) { %>
<%= block.name %>
<% } %> <% if (block.description) { %>
<%= block.description %>
<% } %>
<% }) %>
More
<% 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
<% 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 %>
Toggle navigation menu
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
Categories
Categories
<% 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) { %>
See more
<% } %>
<% } %>