diff --git a/wiki/e-book.md b/wiki/e-book.md index 4618ad4..649cf39 100644 --- a/wiki/e-book.md +++ b/wiki/e-book.md @@ -1,7 +1,7 @@ # E-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. E-books are usually available in `.epub` or `.pdf` files. 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. 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. + +## 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. diff --git a/wiki/note-taking.md b/wiki/note-taking.md index 33511d0..7a2285a 100644 --- a/wiki/note-taking.md +++ b/wiki/note-taking.md @@ -7,10 +7,11 @@ There are many different ways of setups for 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 - [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. +- [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). + It is mainly used for handwriting notes and annotating PDFs and images. - [Markup](/wiki/markup_language.md) languages like Markdown or - [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 - [the Eisvogel Panoc-Latex-Template](https://github.com/Wandmalfarbe/pandoc-latex-template). + [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 + [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.