Zum Hauptinhalt gehen
Navigationsmenü öffnen/schließen
Academy
MeisterTask
MeisterNote
Frag die Community
Erste Schritte (Mobile)
Veröffentlichen einer Mindmap (iOS-App)
Organisieren von Mindmaps in Ordnern (iOS-App)
Einen Kommentar hinzufügen (iOS-App)
Link zu einem Thema hinzufügen (iOS-App)
Eine Mindmap löschen (iOS-App)
Mindmap Design ändern (iOS-App)
Zusammenarbeit in Echtzeit aktivieren (iOS-App)
Teilen einer Mindmap (iOS-App)
Icons und Bilder hinzufügen (iOS-App)
Anhänge zu Themen hinzufügen (iOS-App)
Mindmaps zu Ihren Favoriten hinzufügen (iOS-App)
Text formatieren (iOS-App)
Map-Layout ändern (iOS-App)
Hinzufügen von Notizen zu Themen (iOS-App)
Verbindungen zwischen Themen hinzufügen (iOS-App)
Duplizieren einer Mindmap (iOS-App)
Exportieren oder Drucken einer Mindmap (iOS-App)
Ich habe eine Lizenz über den App Store gekauft, kann ich eine weitere über MindMeister kaufen?
Kann ich ein Team erstellen? (iOS-App)
Wo kann ich iOS-Rechnungen finden?
Wie kann ich iOS-Abonnements anzeigen, ändern oder kündigen?
Beliebte Anfragen:
<% blocks.forEach(function(block, index) { %>
<% if (imageHeight) { %>
<% } %> <% if (block.name) { %>
<%= block.name %>
<% } %> <% if (block.description) { %>
<%= block.description %>
<% } %>
<% }) %>
<% categories.forEach(function(category) { %>
<% if (category.id === activeCategoryId) { %>
<%= category.name %>
<% } else { %>
<%= category.name %>
<% } %> <% if (category.sections.length) { %>
<% category.sections.forEach(function(section) { %>
<%= section.name %>
<% }); %>
<% } %>
<% }); %>
Kategorien
<% 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 %>
Navigationsmenü öffnen/schließen
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
Kategorien
Kategorien
<% 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) { %>
Weitere anzeigen
<% } %>
<% } %>