1
0
mirror of https://github.com/tiyn/wiki.git synced 2026-04-15 16:54:48 +02:00

E-book: Added E-reader section and added Episteme and linked it to the Note-taking entry

This commit is contained in:
2026-04-03 06:58:53 +02:00
parent 1989768126
commit 7d0fc3605a
2 changed files with 17 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
# E-book # E-book
An E-book is a digital publication of a book. An E-book is a digital publication of a book.
They can be read with specific hardware - an e-reader - or on a personal They can be read with specific hardware - an [e-reader](#e-reader) - or on a personal
computer. computer.
E-books are usually available in `.epub` or `.pdf` files. E-books are usually available in `.epub` or `.pdf` files.
Amazon (`.azw`), Mobi (`.mobi`) and other brands selling e-readers have Amazon (`.azw`), Mobi (`.mobi`) and other brands selling e-readers have
@@ -29,3 +29,12 @@ However they do not track the time that was needed to finish them or the number
a specific timeframe. a specific timeframe.
This can be done by using a special tracker like [Jelu](/wiki/jelu.md) which can be used to keep This can be done by using a special tracker like [Jelu](/wiki/jelu.md) which can be used to keep
track of e-books and normal books at the same time which is a feature no e-book reader has. track of e-books and normal books at the same time which is a feature no e-book reader has.
## E-Reader
An e-reader is a device that is designed for reading digital e-books.
Some of them also feature [annotation tools](/wiki/note-taking.md).
- [Episteme Reader](https://github.com/Aryan-Raj3112/episteme) is a native
- [Android](/wiki/android.md) [e-book](/wiki/e-book.md) reader, that is capable of annotations.
In contrast to [Saber](/wiki/note-taking.md#software) it is able to handle large PDF-files.

View File

@@ -7,10 +7,11 @@ There are many different ways of setups for note-taking.
The following list shows various ways of digital note-taking. The following list shows various ways of digital note-taking.
- [saber](https://github.com/saber-notes/saber) is a cross-platform app - available for - [Saber](https://github.com/saber-notes/saber) is a cross-platform app - available for
[Android](/wiki/android.md), [Windows](/wiki/windows.md), MacOS and [Linux](/wiki/linux.md). [Android](/wiki/android.md), [Windows](/wiki/windows.md), MacOS and [Linux](/wiki/linux.md).
It is mainly used for handwriting notes and annotating PDFs and images. It is mainly used for handwriting notes and annotating PDFs and images.
- [Markup](/wiki/markup_language.md) languages like Markdown or - [Markup](/wiki/markup_language.md) languages like Markdown or
[LaTeX](/wiki/markup_language.md#latex) can be used to type notes. [LaTeX](/wiki/markup_language.md#latex) can be used to type notes.
An easy template that combines the simplicity of Markdown and the features of LaTeX is An easy template that combines the simplicity of Markdown and the features of LaTeX is
[the Eisvogel Panoc-Latex-Template](https://github.com/Wandmalfarbe/pandoc-latex-template). [the Eisvogel Panoc-Latex-Template](https://github.com/Wandmalfarbe/pandoc-latex-template).
- For annotating PDF-files specific [e-readers](/wiki/e-book.md#e-reader) will be most consistent.