mirror of
https://github.com/Kareadita/Kavita.git
synced 2026-06-06 14:55:19 -04:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user