<%inherit file="base.html"/> <%block name="lo_head_title"> ${_('LoNote Personal Notebook') | h} <%block name="lo_nav_header"> ${_('LoNote Personal Notebook') | h} <%namespace file="element.html" import="*"/> <%block name="lo_nav_tools">
${btn_bookshelf()} ${btn_ioc()} ${btn_configure_start()}
<%block name="lo_data"> ${modal_bookshelf()} ${modal_ioc()} ${modal_configure_start()} <%block name="lo_article_content">

<% rr = [] # 篩掉不存在的項目 for bid, pid, sid in recent_readed: try: bs[bid].paper(pid).sections.data_meta(sid) except: pass else: rr.append((bid, pid, sid)) %> % if rr:
% endif <% re = [] # 篩掉不存在的項目 for bid, pid, sid in recent_edited: try: bs[bid].paper(pid).sections.data_meta(sid) except: pass else: re.append((bid, pid, sid)) %> % if re:
% endif
% if rr or re:



% endif


${_('How to Start?')}

  1. ${_('Check the right-top corner first. You should create your first notebook!')}
  2. ${_('After first book created, Press "F4" Key to checkout the hotkey table.')}
  3. ${_('Write anything you want!')}

${_('For LoNote 2 User')}

${_('You can upload your old ".lobook" file directly. The LoNote 3 will finish all other things ^_^')}

${_('Need Help?')}


<%block name="append_script">