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
- Host: GitHub
- URL: https://github.com/martinfilliau/bookquotes
- Owner: martinfilliau
- Created: 2025-02-03T20:29:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-21T17:36:25.000Z (3 months ago)
- Last Synced: 2026-03-22T07:38:43.579Z (3 months ago)
- Topics: blazor, blazor-webassembly, dotnet, epub, wasm, webassembly
- Language: C#
- Homepage: https://martin.filliau.com/BookQuotes/
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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