shrface icon indicating copy to clipboard operation
shrface copied to clipboard

Extend eww/nov with org-mode features, archive web pages to org files with shr.

Results 9 shrface issues
Sort by recently updated
recently updated
newest added

I found this error when I tried to archive page using your request-url-readable function: ``` Debugger entered--Lisp error: (void-variable url) (let* ((data (car (cdr (plist-member --cl-rest-- ':data)))) (web (org-web-tools--eww-readable data))...

It was working before updating. My config: ``` (use-package nov :init (add-to-list 'auto-mode-alist '("\\.epub\\'" . nov-mode)) :general (:states 'normal :keymaps 'nov-mode-map "TAB" 'org-cycle "C-" 'org-shifttab)) (use-package shrface :after shr :straight...

I use doom emacs, I added the following line to ~/.doom.d/packages.el. ``` (package! shrface :recipe (:host github :repo "chenyanming/shrface")) ``` Then I ran doom sync, restarted emacs. I see no...

I use Doom Emacs, and after upgrading to Emacs 29 and updating Doom, I encountered an issue when enabling shrface in eww. I kept receiving a minibuffer error message: "Error...

Since I am not very proficient in emacs-lisp yet, I have decided to create an issue about this matter. `shrface-bullets-bullet-list` does not render properly when `shrface-mode` is enabled and I...

Getting back from #19 Consult commands is fixed. But shr-next-link which hover the point to next link does not work when using shrface. This is necessary as I can easily...

Opened the https://github.com/chenyanming/shrface in eww, trying to cycle and it throws me that error. My current setup: https://0x0.st/X4oy.bin