This tool will extract text data from all of the watch history.
For example, to extract only the numbers from text ‐ Raw text: Temperature 5.5°C in Sydney RegEx to extract: Temperature ([0-9\.]+)
Temperature 5.5°C in Sydney
Temperature ([0-9\.]+)
Be sure to test your RegEx here.
Each RegEx group bracket () will be in its own column, the first column value is always the date.
()
LLM-powered summaries are not yet enabled. Configure an AI provider in Settings to get started.
Go to AI / LLM Settings