メインコンテンツへスキップ
Help Center
ナビゲーションメニュを切り替え
문의하기
サインイン
検索
안녕하세요👋, 무엇을 도와드릴까요?
検索
一般
カテゴリについてのご案内
日程についてのご案内
やるべきことについての案内(To-do)
習慣についての案内
メモについてのご案内
アイテム使用についてのご案内
ウィジェットについてのご案内
同期についてのご案内
Webカレンダーの使用に関するガイド
アカウントに関するご案内
アカウントに関するご案内
外部サービス連動
外部カレンダーについてのご案内
連絡先(誕生日)連動方法
購入及び払い戻し
アイテムの払い戻しと回復に関するガイド
コインのご案内
プレミアム、お支払い、払い戻しに関するご案内
設定とその他
お客様センターへのご案内
バージョンの確認と更新に関するガイド
アプリ設定に関するガイド
その他のご案内
빠른 도움말
カテゴリはどのように追加、編集しますか?
共有カテゴリはどのように生成しますか?
メールアドレスとログイン方法を変更するにはどうすればよいですか?
初期化はどうしますか?
別のアカウントでプレミアムが適用されたとプレミアムは適用されませんが、どうすればよいですか?
購読決済はどのように終了しますか?
プレミアム払い戻しはどうなりますか?
カテゴリ
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
<% categories.forEach(function(category) { %>
<%= category.name %>
<% if (category.sections.length) { %>
<% category.sections.forEach(function(section) { %>
<%= section.name %>
<% }); %>
<% } %>
<% }); %>
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-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) { %>
もっと見る
<% } %>
<% } %>