Trip Skill
Quick-create a trip planning note.
Trigger
- •
/trip <destination>- Create trip note for destination - •
/trip <destination> <dates>- Create with dates (e.g., "Paris 15-20 March")
Workflow
- •Parse destination and optional dates from input
- •Create note using template:
+Templates/Trip.md - •Set filename:
Trip - <Destination>.md(orTrip - <Destination> <Year>.mdif year provided) - •Pre-fill:
- •
destination: From input - •
country: Infer from destination if obvious - •
startDate/endDate: If dates provided - •
travellers: Default to empty list (user fills in) - •
status:idea(default)
- •
- •Open note for editing
Examples
code
/trip Paris → Creates "Trip - Paris.md" with destination: Paris, country: France /trip Barcelona 10-14 April 2026 → Creates "Trip - Barcelona 2026.md" with dates filled in /trip Lake District → Creates "Trip - Lake District.md" with country: UK
Template Location
+Templates/Trip.md