Is your feature request related to a problem? Please describe.
I would like to be able to type the name of a recipe into my browser and have the suggestions provided by it be items in my cookbook app. Also, if I just type "cookbook", I would like it to suggest pages from the app that I have loaded before.
Since the title of every page in the app is "Cookbook - Nextcloud instance name", there is no way to do the former, and no way to differentiate the latter.
Describe the solution you'd like
Add the recipe name to the HTML page title (<title>) when that recipe is loaded. This would look like "Burritos - Cookbook - Nextcloud"
Is your feature request related to a problem? Please describe.
I would like to be able to type the name of a recipe into my browser and have the suggestions provided by it be items in my cookbook app. Also, if I just type "cookbook", I would like it to suggest pages from the app that I have loaded before.
Since the title of every page in the app is "Cookbook - Nextcloud instance name", there is no way to do the former, and no way to differentiate the latter.
Describe the solution you'd like
Add the recipe name to the HTML page title (
<title>) when that recipe is loaded. This would look like "Burritos - Cookbook - Nextcloud"