Thorium: Difference between revisions

From wikinotes
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 12: Line 12:
|}
|}
</blockquote><!-- Documentation -->
</blockquote><!-- Documentation -->
= Locations =
<blockquote>
{| class="wikitable"
|-
| <code>~/.config/EDRLab.ThoriumReader</code> || config
|-
|}
</blockquote><!-- Locations -->


= Install =
= Install =
Line 22: Line 31:
= Configuration =
= Configuration =
<blockquote>
<blockquote>
Thorium doesn't have a configfile really,<br>
it manages state in an sqlite databases in <code>~/.config/EDRLab.Thorium/Databases/databases/*.db</code>,
and across json objects <code>~/.config/EDRLab.Thorium/config-data-json/*.json</code>.
== OPDS ==
<blockquote>
Interactive GUI
<syntaxhighlight lang="yaml">
<syntaxhighlight lang="yaml">
Catalogs:
Catalogs:
Line 28: Line 44:
     - Link:  http://server.com:8080/opds
     - Link:  http://server.com:8080/opds
</syntaxhighlight>
</syntaxhighlight>
Interactive CLI
<syntaxhighlight lang="bash">
# add opds feed
thorium opds "My Library" "http://server.com:8080/opds"
# See current opds feeds
jq .opds.catalog ~/.config/EDRLab.Thorium/config-data-json/state.json
</syntaxhighlight>
</blockquote><!-- OPDS -->
</blockquote><!-- Configuration -->
</blockquote><!-- Configuration -->


Line 36: Line 62:
There is no <code>back</code> action, so bookmarks are your only tool you have for jumping between index points.
There is no <code>back</code> action, so bookmarks are your only tool you have for jumping between index points.
</blockquote><!-- Bookmarks -->
</blockquote><!-- Bookmarks -->
== Dark Mode ==
<blockquote>
Thorium has a dark mode in it's reader, but only for plaintext files (ex. no pdfs).
</blockquote><!-- Dark Mode -->
</blockquote><!-- Usage -->
</blockquote><!-- Usage -->

Latest revision as of 03:44, 17 September 2023

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/

Locations

~/.config/EDRLab.ThoriumReader config

Install

aura -A thorium-bin

Configuration

Thorium doesn't have a configfile really,
it manages state in an sqlite databases in ~/.config/EDRLab.Thorium/Databases/databases/*.db, and across json objects ~/.config/EDRLab.Thorium/config-data-json/*.json.

OPDS

Interactive GUI

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

Interactive CLI

# add opds feed
thorium opds "My Library" "http://server.com:8080/opds"

# See current opds feeds
jq .opds.catalog ~/.config/EDRLab.Thorium/config-data-json/state.json

Usage

Bookmarks

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

Dark Mode

Thorium has a dark mode in it's reader, but only for plaintext files (ex. no pdfs).