Skip to content

campfirium/foliole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,193 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

English · 简体中文

Foliole

Make reading actually complete.
An approachable incremental reading app.

Windows alpha is open for testing.
Android alpha is expected around July.
macOS and iOS alpha builds are expected around August.

Foliole desktop app showing a document library, reading pane, and scheduling panel.

Demo Clip

Watch the demo clip on YouTube

Design Principles

Open Source

The code is open source. Anyone can review the implementation, build it from source, or contribute improvements.

Foliole desktop interface preview.

Open Data

Uses a SQLite database and provides a Markdown mirror, making materials easier to read, migrate, and reuse.

Foliole document library and reading workspace.

Local First

No account system. No central cloud sync. All data stays on your personal devices; devices sync over the local network.

Foliole local reading workspace.

Core Features

Native Incremental Reading

Built around Piotr Woźniak’s incremental reading ideas, with a native workflow for extracting passages, creating cloze deletions, and refining materials without leaving the reading flow.

Foliole reading pane with extracted notes.

Integrated FSRS Scheduling

Integrates FSRS (Free Spaced Repetition Scheduler), an open and efficient review scheduling algorithm.

Foliole scheduling panel in the desktop app.

Bring Reading Materials Together

Handles reading materials from different sources, whether local files, web documents, notes managed in Obsidian, or materials exported from Readwise Reader.

Foliole document list and reading sources.

Index External Documents

Indexes other local folders on your computer without copying or moving the original files, creating an external document library that can be searched, viewed, and used across supported clients.

Foliole document navigation and indexed folders.

Complex Content Support

Supports Markdown, PDF, EPUB, LaTeX math, code blocks, and other content rendering needs.

Foliole complex content reading view.

Acknowledgements

Special thanks to Piotr Woźniak and Jarrett Ye. Without SuperMemo, incremental reading, and FSRS, Foliole would not exist.

Many thanks to the following open-source projects and components:

  • better-sqlite3
  • Capacitor
  • CodeMirror 6
  • Drizzle ORM
  • Electron
  • React
  • SQLite
  • TypeScript
  • Vite