Text View, View & Filter All Annotations, and More OPDS Love (#4062)

Co-authored-by: Amelia <77553571+Fesaa@users.noreply.github.com>
This commit is contained in:
Joe Milazzo
2025-09-28 14:28:21 -05:00
committed by GitHub
parent becb3d8c3b
commit 5290fd8959
139 changed files with 12399 additions and 2516 deletions
+4
View File
@@ -28,6 +28,10 @@ public sealed record AnnotationDto
/// Rich text Comment
/// </summary>
public string? Comment { get; set; }
/// <inheritdoc cref="AppUserAnnotation.CommentHtml"/>
public string? CommentHtml { get; set; }
/// <inheritdoc cref="AppUserAnnotation.CommentPlainText"/>
public string? CommentPlainText { get; set; }
/// <summary>
/// Title of the TOC Chapter within Epub (not Chapter Entity)
/// </summary>