Age | Commit message (Collapse) | Author |
|
|
|
Seperate the insertion of formatted content from yeetube-create-buffer.
|
|
|
|
Rewrite keymap to use make-sparse-keymap & require version 27.2.
defvar-keymap which was previously used requires emacs version 29.1
This change was suggested by emacs-devel mailing list, to make this
package available to users that have not updated to the latest emacs version.
|
|
Rename yeetube-faces to yeetube-buffer-faces
Remove :safe keyword
Require emacs 29.1 -- since yeetube.el requires emacs 29.1
|
|
Create a group yeetube-faces, as part of yeetube group, for all faces used
Pointed out by Protesilaos Stavrou (Prot)
|
|
This is done to follow instructions of delete-backward-char
documentation.
Pointed it out by Protesilaos Stavrou (Prot)
|
|
Each face name should start with yeetube-buffer, since we are not
using yeetube-face as a seperate pacakge.
Pointed out by Protesilaos Stavrou(Prot) in a private channel.
|
|
- Require cl-lib
- Update documentation
- Remove obsolete check for view-count length
- Replace interactive function 'beginning-of-buffer' for (goto-char (point-min))
|
|
|
|
Redo faces as part of yeetube-buffer using inherit. This way it will follow
emacs theme.
|
|
Fix keybindings & yeetube-mode minor issues
|
|
If `yeetube-buffer-display-emojis` is `nil`
use `yeetube-buffer-strip-emojis`
|
|
Custom function that will be used to strip emojis from titles
|
|
Custom function to turn on/off displaying emojis in titles
Emojis ruin formatting characters, this should be off by default
|
|
|
|
|
|
|
|
|
|
|
|
Filter results with search url
|
|
|
|
|
|
|
|
|
|
|
|
- Redo with new buffer functionality (without org-mode)
- Remove Invidious
- It will be easier to have only invidious or youtube, invidious
would have been much easier to make and maintain but since I
already had basic scraping functionality for youtube it'd be a shame
to depend on invidious, in case their project ever stops being
maintained (mostly due to legal issues)
|