-
Notifications
You must be signed in to change notification settings - Fork 1
Roadmap
neo451 edited this page Nov 9, 2024
·
27 revisions
- handle mainstream feed versions
- rss
- json
- atom
- stable feed fetching WIP
- opml support
- import/export simple opml files
- test import of big opml entries, enable to fetch all and format them correctly
- support nested opml files
- main UI
- FeedIndex
- FeedEntry
- WinBar
- telescope like extensible API
- searching and filtering
- search grammar of
elfeed
-
rg
based live_grep- Telescope
- native
- search grammar of
- basic integrations
- search
- telescope.nvim
- fzf.vim
- notifications
- fidget.nvim
- nvim-notify
- formatter
- conform.nvim
- none-ls.nvim
- urlview.nvim -> ended up as a custom implementaion
- search
- A Getting-started guide
- handle old and esoteric feed formats
- all feed types supported by feedparser
- feed-crawler.lua
- act as feed service client
- Tiny Tiny Rss
- Inoreader/Old reader/Feedly...
- more customizable UI
- folders of feed views like
newsboat
- expose API for other plugins
- show entries in dashboard plugins
- statusline progress?
- folders of feed views like
- read
newsboat
configs and feeds for better migration - support expressive callbacks and hooks for user hacking
- deep integrations and extensions
- Rsshub integration
- like elfeed-org, allow feed management by markup files
- zenmode.nvim
- w3m.vim
- ChatGPT.nvim / openai-lua lib
- render-markdown.nvim
- web interface like
elfeed-web