Save wallabag images in offline view

This commit is contained in:
coolneng 2022-09-12 01:53:41 +02:00
parent c9b615a241
commit 25020b6485
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
2 changed files with 3 additions and 1 deletions

View File

@ -83,7 +83,8 @@
wallabag-clientid (auth-source-pass-get "clientid" "api/wallabag")
wallabag-secret (auth-source-pass-get "api-secret" "api/wallabag")
wallabag-show-sidebar 't
wallabag-show-entry-switch 'switch-to-buffer)
wallabag-show-entry-switch 'switch-to-buffer
url-automatic-caching t)
(add-hook 'wallabag-after-render-hook 'wallabag-search-update-and-clear-filter))
(add-hook! 'doom-real-buffer-functions
(defun +rss-buffer-p (buf)

View File

@ -7,6 +7,7 @@
;; (package! builtin-package :disable t)
(package! org-super-agenda)
(package! org-chef)
(package! emacsql-sqlite)
(package! wallabag :recipe (:host github :repo "chenyanming/wallabag.el" :files ("*.el" "*.alist" "*.css")))
(package! elfeed-protocol)
(package! magit-delta)