C'è un trucco che puoi usare per farlo senza usare nessun altro tipo di widget dashboard:
Questo articolo MacTipper del 2008 mostra come apri un file di testo in Safari, puoi quindi inviare il file da aprire in Dashboard.
... anything you can open in Safari, you can have on the dashboard. This includes text (TXT) files. If you combine this with other fun things you can do with text files, such as your basic todo list, you can put some pretty good information on the dashboard. As with images, you just need to open the text file in Safari and add it to the Dashboard.
Apple ha rimosso tale abilità nella versione successiva di Safari, tuttavia utilizzando un semplice file HTML è possibile ignorare tale restrizione come nell'esempio seguente:
<html>
<head>
<title>TODO List</title>
</head>
<body>
<iframe src="todo.txt" width="600" height="400">
</body>
</html>
Per le altre persone che vengono in questa discussione cercando di ottenere gli elenchi TODO in Dashboard, il Organizzato di iSlayer è un widget di Dashboard che fornisce funzionalità TODO in Dashboard.
To do’s are synced with OS X’s built-in database, so Organized will
always reflect what’s shown in Mail and other apps.