We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe.
Some Bridges can have a quite complex configuration. Think for example FeedMerge.
It's quite common that I need to tweak the settings. However, I can't go easily go back to the form. For example, here is a link: https://rss-bridge.org/bridge01/?action=display&bridge=FilterBridge&url=https%3A%2F%2Frss.slashdot.org%2FSlashdot%2FslashdotMain&filter=foo.*asd%2F%2F%28mp3%29%3F&filter_type=permit&target_title=on&length_limit=-1&format=Html
now, how do you go back to the form page, so that you can change the regexp easily?
Describe the solution you'd like
I'd like the blue button which says "← back to rss-bridge" to bring me to a form which is filled with the right information.
Describe alternatives you've considered
I tried just copy-pasting. This is not only very tedious, but requires urldecode() to be run on every value. That's just too boring :)
urldecode()
The text was updated successfully, but these errors were encountered:
this is a known problem. see #2735
also a month later i also might want to reconfigure a feed in my feed reader.
perhaps the feed home_page_url should point to the html format output (which again links to reconfigure link)
Sorry, something went wrong.
[FormFormat] easily change parameters
499cdd2
closes RSS-Bridge#4017
No branches or pull requests
Is your feature request related to a problem? Please describe.
Some Bridges can have a quite complex configuration. Think for example FeedMerge.
It's quite common that I need to tweak the settings. However, I can't go easily go back to the form. For example, here is a link: https://rss-bridge.org/bridge01/?action=display&bridge=FilterBridge&url=https%3A%2F%2Frss.slashdot.org%2FSlashdot%2FslashdotMain&filter=foo.*asd%2F%2F%28mp3%29%3F&filter_type=permit&target_title=on&length_limit=-1&format=Html
now, how do you go back to the form page, so that you can change the regexp easily?
Describe the solution you'd like
I'd like the blue button which says "← back to rss-bridge" to bring me to a form which is filled with the right information.
Describe alternatives you've considered
I tried just copy-pasting. This is not only very tedious, but requires
urldecode()
to be run on every value. That's just too boring :)The text was updated successfully, but these errors were encountered: