"User input" tag in Quick WWW bookmark
Gathering feedback
May you please implement a special "User input" tag to Quick WWW bookmarks.
It would work like that:
- If the tag will be present in URL template
- User will get a dialog where he will be able to put any text
- This text will be then put in place of the tag (like any other tags)
Why I need it?
Lets say a webpage that i'm bookmarking is taking a special parameter "q" (query) which it uses for searching for particular types of objects within the active mapbox.
https://mapy.cz/zakladni?x=14.5148001&y=50.0765991&z=11&q=restaurantSo here I would be able to create this template:
https://mapy.cz/zakladni?x={mapLon}&y={mapLat}&z={mapZoom}&q={userInput}This feature could be also supporting multiple named user inputs
https://mapy.cz/zakladni?x={mapLon}&y={mapLat}&z={userInput:'Zoom'}&q={userInput:'Type of object'}With the above, user would get two dialogs (or two fields in one dialog to fill), with labels:
- Zoom
- Type of object
Replies have been locked on this page!