Widgets
Quote Widget
Daily quotes from Google Sheets with flexible parameters.

Overview
A dynamic quote widget that pulls entries from a Google Sheet. It supports categories, optional index selection, and size-aware rendering.
Setup
- Create a Google Sheet with columns: Quote, Author, Font Color, Background Color.
- Set the SHEET_ID inside the script.
- Add the script to Scriptable and select it for your widget.
Parameters
Parameters are comma-separated and order does not matter:
- Category: gita, zen, kafka, machiavelli, aurelius, fyodor, myquotes.
- Index: a number to select a specific quote.
- Size: s, m, or l to force a layout.
Example:
zen,12,m
Notes
Fallback colors
If a quote does not include colors, the widget picks a pair from dark_theme_color_pairs.json.

