markdown and readable flag

This commit is contained in:
Fabian Freund
2025-01-17 14:04:03 +01:00
parent 4a2191b01d
commit 8c14b1f91e
18 changed files with 252 additions and 166 deletions
@@ -80,6 +80,7 @@ class TabRepository extends _$TabRepository {
tabContentService.tabContentStream.listen((content) async {
await _db.tabDao.updateTab(
content.tabId,
isProbablyReaderable: Value(content.isProbablyReaderable),
extractedContentMarkdown: Value(content.extractedContentMarkdown),
extractedContentPlain: Value(content.extractedContentPlain),
fullContentMarkdown: Value(content.fullContentMarkdown),
@@ -6,7 +6,7 @@ part of 'tab.dart';
// RiverpodGenerator
// **************************************************************************
String _$tabRepositoryHash() => r'b151be1c18d87eff3a15f4b70f4e82fcc11047ec';
String _$tabRepositoryHash() => r'4269add3c89250ab30835055e3567a1e6d5c185a';
/// See also [TabRepository].
@ProviderFor(TabRepository)