An open API service indexing awesome lists of open source software.

https://github.com/martinfilliau/bookquotes

Generate a Markdown file from an XML annotations file and corresponding .epub
https://github.com/martinfilliau/bookquotes

blazor blazor-webassembly dotnet epub wasm webassembly

Last synced: 2 months ago
JSON representation

Generate a Markdown file from an XML annotations file and corresponding .epub

Awesome Lists containing this project

README

          

# BookQuotes

Small local only WebAssembly app made with .NET Blazor and MudBlazor.

It extracts quotes from a standard XML file (used by Kobo e-readers) to display them and store them as a Markdown file.

[Live working app](https://martin.filliau.com/BookQuotes/) hosted on Github Pages.

See documentation and ADRs in `docs/`.

## Running

Run the application:

dotnet run

Run tests

dotnet test