Skip to content

Commit

Permalink
feat: readability support (#178)
Browse files Browse the repository at this point in the history
* feat: init readability

Signed-off-by: Innei <i@innei.in>

* feat: done

Signed-off-by: Innei <i@innei.in>

---------

Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Aug 1, 2024
1 parent a92f96b commit 6c052b8
Show file tree
Hide file tree
Showing 16 changed files with 2,761 additions and 45 deletions.
1 change: 1 addition & 0 deletions icons/mgc/sparkles_2_cute_re.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/mgc/sparkles_2_filled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"@hono/auth-js": "1.0.10",
"@hookform/resolvers": "3.9.0",
"@iconify/tools": "4.0.4",
"@mozilla/readability": "^0.5.0",
"@radix-ui/react-alert-dialog": "1.1.1",
"@radix-ui/react-avatar": "1.1.0",
"@radix-ui/react-checkbox": "1.1.1",
Expand Down Expand Up @@ -89,7 +90,9 @@
"idb-keyval": "6.2.1",
"immer": "10.1.1",
"jotai": "2.9.1",

"lethargy": "1.0.9",
"linkedom": "^0.18.4",
"lodash-es": "4.17.21",
"lowdb": "7.0.1",
"markdown-it": "14.1.0",
Expand Down Expand Up @@ -171,7 +174,8 @@
"patchedDependencies": {
"sonner@1.5.0": "patches/sonner@1.5.0.patch",
"hono@4.4.7": "patches/hono@4.4.7.patch",
"immer@10.1.1": "patches/immer@10.1.1.patch"
"immer@10.1.1": "patches/immer@10.1.1.patch",
"@mozilla/readability@0.5.0": "patches/@mozilla__readability@0.5.0.patch"
}
},
"simple-git-hooks": {
Expand Down
Loading

0 comments on commit 6c052b8

Please sign in to comment.