Web Searches Plugin: How to reorder user-added shortcuts #3423
Answered
by
onesounds
philipbrown2
asked this question in
Q&A
-
Hello, Background: I've added ~20 shortcuts to the Web Searches plugin that installs natively with Flow Launcher. Desire: I would like to reorder them to keep kinds of shortcuts together. Attempted Solution: I tried editing the settings.json file that lists the web search settings. Problem: Flow Launcher overwrites any manual changes to the WebSearches settings.json file. Suggestions? Thanks for your help! |
Beta Was this translation helpful? Give feedback.
Answered by
onesounds
Apr 7, 2025
Replies: 1 comment 3 replies
-
Could you tell us in detail how you had organized it and how you would like it to be displayed? A screenshot would also be helpful. |
Beta Was this translation helpful? Give feedback.
3 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Wow, I didn’t expect it to be used this extensively. So in the end, you need sorting mainly for easier management, right?
As far as I know, JSON files are likely read in the order they're saved, so if you edit them, the changes should be reflected.
However, you need to make sure Flow is completely closed when you edit and save the file.
It's a bit strange, but since I haven’t been able to test it myself, feel free to ignore this part.
A simple approach would be to include a number in the name of each item to represent its desired order, and then sort them by clicking the TitleBar.
For example, you could rename all the Bible items with a prefix like “1. Bible…”, and Archive items wi…