Thorium: Difference between revisions

From wikinotes
(Created page with "Exceptional library and OPDS client written in typescript.<br> Supports regional library subscriptions, alongside your own books. = Documentation = <blockquote> {| class="wikitable" |- | github || https://github.com/edrlab/thorium-reader |- | official docs || https://edrlab.github.io/thorium-reader-doc/ |- |} </blockquote><!-- Documentation --> = Install = <blockquote> <syntaxhighlight lang="bash"> aura -A thorium-bin </syntaxhighlight> </blockquote><!-- Install --> =...")
 
No edit summary
Line 29: Line 29:
</syntaxhighlight>
</syntaxhighlight>
</blockquote><!-- Configuration -->
</blockquote><!-- Configuration -->
= Usage =
<blockquote>
== Bookmarks ==
<blockquote>
There is no <code>back</code> action, so bookmarks are your only tool you have for jumping between index points.
</blockquote><!-- Bookmarks -->
</blockquote><!-- Usage -->

Revision as of 21:42, 26 November 2022

Exceptional library and OPDS client written in typescript.
Supports regional library subscriptions, alongside your own books.

Documentation

github https://github.com/edrlab/thorium-reader
official docs https://edrlab.github.io/thorium-reader-doc/

Install

aura -A thorium-bin

Configuration

Catalogs:
  - Add an OPDS feed
    - Name:  Your Lib
    - Link:  http://server.com:8080/opds

Usage

Bookmarks

There is no back action, so bookmarks are your only tool you have for jumping between index points.