Adding Notes & Quotes

You can write notes about things that caught your attention while reading, or record memorable quotes.

How to Add Notes & Quotes

  1. Click the [Add Record] button
    Click the [Add Record] button for the book you want to add notes to.
    [Add Record] button
    [Add Record] button
  2. Enter your note
    Write quotes from the book, memorable passages, things that caught your attention, questions, thoughts—anything you want.

    Math Formulas (MathJax) Supported

    You can record math formulas using MathJax:
    $E=mc^2$ → $E=mc^2$
    For more examples, see Math formula examples.

    Note input field
    Note input field
  3. Record page number (optional)
    Recording which page the note is about makes it easier to reference later.
    Page number input field
    Page number input field
  4. Click the [OK] button
    Click [OK] to complete.
    Note added successfully
    Note added successfully

Editing & Deleting Notes

  • Edit: Double-click the record you want to edit
  • Delete: Click the [Delete] button that appears in edit mode (can be restored with Undo button)

Inserting Tables

Insert tables in your notes to organize information. Great for comparisons and summaries.

How to Insert a Table (Smartphone)

  1. Double-tap or long-press the record
    Double-tap or long-press the record you want to edit to open the editing screen.
  2. Tap the [📊 Table] button
    Tap the [📊 Table] button at the top of the screen.
  3. Configure the table
    Set the following in the dialog:
    • Rows: Select 2-10 rows
    • Columns: Select 2-10 columns
    • Include header row: Check to make the first row a header
    • Style: "Simple" (no borders) or "Bordered"
    Preview shows your settings.
  4. Tap the [Insert] button
    The table will be inserted into the notes field.

How to Insert a Table (PC)

  1. Double-click the record
    Double-click the record you want to edit to enter edit mode.
  2. Choose [Edit]→[Insert]→[Table] from the menu
    Select [Edit]→[Insert]→[Table] from the menu bar at the top of the screen.
  3. Configure the table
    Set the following in the dialog:
    • Rows: Select 2-10 rows
    • Columns: Select 2-10 columns
    • Include header row: Check to make the first row a header
    • Style: "Simple" (no borders) or "Bordered"
    Preview shows your settings.
  4. Click the [Insert] button
    The table will be inserted into the notes field.

Editing Tables

To edit an inserted table, double-click the notes field containing the table to enter edit mode.

  • Edit cell content: Directly edit the text inside HTML tags in edit mode
  • Add rows/columns: Manually edit HTML to add <tr> (rows) or <td> (cells)
  • Delete table: Remove the entire <table>...</table> block

Table HTML Structure

Tables are saved in HTML format like this:
<table><tr><th>Header1</th><th>Header2</th></tr><tr><td>Data1</td><td>Data2</td></tr></table>
<th> represents header cells, <td> represents data cells.

Important Notes

  • Table insertion and editing can be undone with Undo/Redo
  • For complex tables (cell merging, etc.), edit the HTML directly