diff --git a/wiki/Day-Plans-and-Notes.md b/wiki/Day-Plans-and-Notes.md index b26c74f1..d8db9694 100644 --- a/wiki/Day-Plans-and-Notes.md +++ b/wiki/Day-Plans-and-Notes.md @@ -23,10 +23,21 @@ Items are sorted by their time or position index. ## Assigning places to a day - **Drag and drop** — drag a place from the right-hand Places sidebar and drop it onto a day section or between existing items. + +![Adding a place by dragging](assets/DayItineraryAddPlaceDragging.gif) + +- **Add button** — click the **+** button inside an expanded day section to open an inline search panel; find the place and tap it to assign. + +![Adding a place by button](assets/DayItineraryAddPlaceByButton.gif) + - **Mobile** — tap the **Add Place** button inside an expanded day section to open an inline search panel; find the place and tap it to assign. You can also reorder places within a day, or move them to a different day, by dragging and dropping inside the sidebar. +To remove a place from a day, click the **X** button next to the place in the day timeline. + +![Removing a place by button](assets/DayItineraryRemovePlaceByButton.gif) + ## Multi-day reservations A reservation that spans multiple days appears in each relevant day with a phase label: @@ -70,4 +81,4 @@ At the top of the Day Plan sidebar: Route calculation controls (optimize order, open in Google Maps) appear inside each expanded day section after the place list. -**See also:** [Places-and-Search](Places-and-Search) · [Map-Features](Map-Features) · [Route-Optimization](Route-Optimization) · [Weather-Forecasts](Weather-Forecasts) · [Reservations-and-Bookings](Reservations-and-Bookings) +**See also:** [Places-and-Search](Places-and-Search) · [Map-Features](Map-Features) · [Route-Optimization](Route-Optimization) · [Weather-Forecasts](Weather-Forecasts) · [Reservations-and-Bookings](Reservations-and-Bookings) \ No newline at end of file diff --git a/wiki/assets/DayItineraryAddPlaceByButton.gif b/wiki/assets/DayItineraryAddPlaceByButton.gif new file mode 100644 index 00000000..b5545215 Binary files /dev/null and b/wiki/assets/DayItineraryAddPlaceByButton.gif differ diff --git a/wiki/assets/DayItineraryAddPlaceDragging.gif b/wiki/assets/DayItineraryAddPlaceDragging.gif new file mode 100644 index 00000000..7bd6888a Binary files /dev/null and b/wiki/assets/DayItineraryAddPlaceDragging.gif differ diff --git a/wiki/assets/DayItineraryRemovePlaceByButton.gif b/wiki/assets/DayItineraryRemovePlaceByButton.gif new file mode 100644 index 00000000..0ecc96b3 Binary files /dev/null and b/wiki/assets/DayItineraryRemovePlaceByButton.gif differ