Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Add timestamp to item (front-end)

<script id="show-items-template" type="text/x-handlebars-template">
  <ul>
  {{#each data.items}}
      <li>{{ text }} {{ date }} <button class="delete" data-id="{{ _id.$oid }}">x</a></li>
  {{/each}}
  </ul>
</script>