From ed218bac32d536032fee41c5800cd69d733f3518 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 8 Dec 2017 13:43:51 +0100 Subject: README.md: Layout improvements. --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 3e25742..194f292 100644 --- a/README.md +++ b/README.md @@ -2,51 +2,51 @@ ## ACTIONS - * "desktop.open-settings-app" - * "phone.open-settings-app"
+ * **desktop.open-settings-app**
+ **phone.open-settings-app**
Description: open the settings application. State: None Parameter: None - * "desktop.open-alarm-app" - * "phone.open-alarm-app"
+ * **desktop.open-alarm-app** + **phone.open-alarm-app**
Description: open the application for creating new alarms. State: None Parameter: None - * "desktop.open-calendar-app" - * "phone.open-calendar-app"
+ * **desktop.open-calendar-app** + **phone.open-calendar-app**
State: None Parameter: int64, a time_t hinting which day/time to show in the planner, or 0 for the current day - * "desktop.open-appointment" - * "phone.open-appointment"
+ * **desktop.open-appointment** + **phone.open-appointment**
Description: opens an appointment editor to the specified appointment. State: None Parameter: string, an opaque uid to specify which appointment to use. This uid comes from the menuitems' target values. - * "set-location"
+ * **set-location**
Description: Set the current location. This will try to set the current timezone to the new location's timezone.
State: None
Parameter: a timezone id string followed by a space and location name. - Example: "America/Chicago Oklahoma City" + Example: **America/Chicago Oklahoma City** - * "calendar"
+ * **calendar**
Description: set which month/day should be given focus in the indicator's calendar. The planner will look for appointments from this day to the end of the same month. Client code implementing the calendar view should call this when the user clicks on a new day, month, or year.
State: a dictionary containing these key value/pairs: - "appointment-days": an array of day-of-month ints. Used by the + **appointment-days**: an array of day-of-month ints. Used by the calendar menuitem to mark appointment days. - "calendar-day": int64, a time_t. Used by the calendar menuitem + **calendar-day**: int64, a time_t. Used by the calendar menuitem to know which year/month should be visible and which day should have the cursor. - "show-week-numbers": if true, show week numbers in the calendar.
+ **show-week-numbers**: if true, show week numbers in the calendar.
Parameter: int64, a time_t specifying which year/month should be visible and which day should have the cursor. -- cgit v1.2.3