Create a 'Customized bulletin' card on the homepage where users can write custom text, similar to the 'custom subtitle' widget feature. Features include a placeholder, location-specific formatting, and flexible templating (e.g., `{{ daily[0].wind.speed }}`).
Create a "Customized bulletin" card where the user can write whatever they want in it, based on the "custom subtitle" widget feature. Version 1 * [ ] Create a placeholder for the user to have some inspiration * [ ] Allow to have different bulletin formatting per location * [ ] Change the current templating to something like `{{ daily[0].wind.speed }}` to allow for more flexibility * [ ] For each location, parse the bulletin and save to database, so that we don't have to parse at each display. Make sure to regenerate when weather is refreshed or language changed * [ ] Create a multi-line editor with a edit/preview toggle mode Version 2 * [ ] Add a “Copy bulletin formatting from another location” * [ ] Create a text editor with buttons that allow to easily insert the relevant codes