-
Notifications
You must be signed in to change notification settings - Fork 1
Roadmap
neo451 edited this page Nov 12, 2024
·
27 revisions
- Mainstream feed format support
- rss
- json
- atom
- lpeg date parsing
- negative dates
- lpeg url resolver
- Stable feed fetching and handling WIP [1000/1200]
- more structured concurrency?
- follow redirects and inform new loc and gone
- take etag and last modified header into account
- OPML
- import/export simple opml files
- test import of big opml entries
- support nested opml files
- UI
- FeedIndex
- FeedEntry
- WinBar
- Database
- lazy load entries by tags and date filter
- strong simulation test
- validate and metadata file
- Extensible API
- get_entry | show_entry
- db iter | filter | tag | untag
- on_attach(map) | on_fetch(entry) | layout(entry)
- tutorial on autotags, write rules
- tutorial on custom actions | podcast | glow | w3m | pandoc
- Search
- search grammar of
elfeed
- search grammar of
- Integrations
- search engine
- telescope.nvim
- mini.pick
- fzf.vim
- notifications
- fidget.nvim
- nvim-notify
- mini-notify
- formatter
- conform.nvim
- none-ls.nvim
- urlview.nvim -> ended up as a custom implementaion
- search engine
- 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
- filetree view of feed
- like
newsboat
- nui.tree
- like
- filetree view of feed
- read
newsboat
configs and feeds for better migration - support expressive callbacks and hooks for user hacking
- Integrations and extensions
- expose API for other plugins
- show entries in dashboard plugins
- statusline progress?
- Rsshub integration
- Markup as OPML
- like elfeed-org
- allow feed management by markup files, write rules in embeded code blocks to filter that feed or that tag group!
- zenmode.nvim
- w3m.vim
- ChatGPT.nvim / openai-lua lib
- render-markdown.nvim
- expose API for other plugins
- web interface like
elfeed-web