use HTML for fastlane full description (#15)
This commit is contained in:
parent
b32b13f533
commit
60f6566b31
1 changed files with 11 additions and 9 deletions
|
|
@ -1,11 +1,13 @@
|
||||||
Episteme Reader is an offline-first application designed for reading various document formats. It leverages native Android technologies and C++ libraries to provide a performant reading experience with customization capabilities.
|
<p>Episteme Reader is an offline-first application designed for reading various document formats. It leverages native Android technologies and C++ libraries to provide a performant reading experience with customization capabilities.</p>
|
||||||
|
|
||||||
Features:
|
<p><b>Features:</b></p>
|
||||||
* Documents: View PDF, Markdown (MD), TXT, and HTML files.
|
<ul>
|
||||||
* E-books: Read EPUB, MOBI, and AZW3 files using native parsing.
|
<li><b>Documents:</b> View PDF, Markdown (MD), TXT, and HTML files.</li>
|
||||||
* PDF Modes: Vertical Scroll and Paginated views.
|
<li><b>E-books:</b> Read EPUB, MOBI, and AZW3 files using native parsing.</li>
|
||||||
* Annotations: Draw directly on pages (ink, highlighter, eraser) or add text notes.
|
<li><b>PDF Modes:</b> Vertical Scroll and Paginated views.</li>
|
||||||
* Customization: Adjust font size, margins, and import custom fonts (.ttf, .otf).
|
<li><b>Annotations:</b> Draw directly on pages (ink, highlighter, eraser) or add text notes.</li>
|
||||||
* Organization: Built-in library management and Text-to-Speech (TTS) support.
|
<li><b>Customization:</b> Adjust font size, margins, and import custom fonts (.ttf, .otf).</li>
|
||||||
|
<li><b>Organization:</b> Built-in library management and Text-to-Speech (TTS) support.</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
This is a completely free and open-source (OSS) app built natively using Jetpack Compose.
|
<p>This is a completely free and open-source (OSS) app built natively using Jetpack Compose.</p>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue