Skip to content

v1.3.0

Choose a tag to compare

@uroybd uroybd released this 15 Jun 16:22
· 9 commits to main since this release
28ec887

Features

  • Text Export - Customizable templates using Pebble engine (default: Markdown)
  • CSV Export - Spreadsheet format with all annotation data
  • Preferences - Configure default export format (JSON/CSV/Text)
  • Template Editor - Real-time validation for custom text export templates
  • Export Timestamp - All formats include exportedAt field
  • Timestamped Filenames - Format: Title_YYYYMMDD_HHMMSS_annotations.ext

Improvements

  • E-ink optimized UI (larger text, pure black/white)
  • Chapter-grouped default template with smart spacing
  • Human-readable date formatting in templates
  • Text export settings always visible

Installation

Choose the APK for your device:

  • arm64-v8a - Most modern Boox devices (recommended)
  • armeabi-v7a - Older 32-bit devices
  • universal - Works on all devices (larger size)

Verify integrity with SHA256SUMS.txt before installing.

Template Variables

  • book.title, book.authors, book.format, book.totalPages, book.exportedAt
  • annotations (list): pageNumber, quote, note, chapter, style, color, createdAt

Use the date filter for timestamps: {{ annotation.createdAt | date("yyyy-MM-dd HH:mm:ss") }}