Hi, I have created (well, chatgpt created it actually) a custom script which collects my location meteo, daily events from Calendar and daily reminders (only those expiring today) to be used as a daily journal template.
I first tried to ask chatgpt to do it using AppleScript but it was too slow. I then asked to use swift (using a json parser for the meteo part) and now I think I am satisfied with the output (it’s in Italian):
The only problem is that in source view (left) I see all meteo values listed correctly (with a newline after every event) but in preview view (right) it’s all in a single line.
What can I change to get it listed as in source view?
Thank you