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),