summaryrefslogtreecommitdiff
path: root/yeetube-buffer.el
AgeCommit message (Collapse)Author
2023-10-01[fix] Redo faces as part of yeetube-bufferThanos Apollo
Redo faces as part of yeetube-buffer using inherit. This way it will follow emacs theme.
2023-09-30Mark as version 2.0.3Thanos Apollo
Fix keybindings & yeetube-mode minor issues
2023-09-30yeetube-buffer-fix-title: Add option to remove emojisThanos Apollo
If `yeetube-buffer-display-emojis` is `nil` use `yeetube-buffer-strip-emojis`
2023-09-30[feature] Add yeetube-buffer-strip-emojisThanos Apollo
Custom function that will be used to strip emojis from titles
2023-09-30yeetube-buffer: Add yeetube-buffer-display emojis customThanos Apollo
Custom function to turn on/off displaying emojis in titles Emojis ruin formatting characters, this should be off by default
2023-09-29remove duplicate formatting functionsThanos Apollo
2023-09-29[fix] yeetube-buffer: remove extra lineThanos Apollo
2023-09-28[Commentary] Update commentary & code formatThanos Apollo
2023-09-28[fix] yeetube-buffer: fix duration lengthThanos Apollo
2023-09-28yeetube-buffer: Update formatting & add channel nameThanos Apollo
2023-09-28[fix] no need to pop filtersThanos Apollo
Filter results with search url
2023-09-28[Fix] Fix header formattingThanos Apollo
2023-09-28yeetube-buffer: Fix yeetube-mode issuesThanos Apollo
2023-09-28yeetube-buffer: fix formattingThanos Apollo
2023-09-28yeetube-buffer: Fix facesThanos Apollo
2023-09-27yeetube-buffer: Fix mode issues & update facesThanos Apollo
2023-09-27[Rewrite] Rewrite buffer functionality & remove invidiousThanos Apollo
- 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)