Esiste un widget dashboard per la visualizzazione (e il monitoraggio o il ricaricamento) di file di testo normale?

3

Uso todo.txt come gestore di elenchi di cose da fare, quindi la mia lista di cose da fare viene salvata come file di testo. Mi piacerebbe che ci fosse un widget che monitora i file di testo, in modo che non sia sul mio desktop, ma nella mia dashboard. C'è un widget per questo?

Inoltre, non riesco a capire come cercare i widget nel collegamento senza guardando attraverso tutte le categorie. Bug?

    
posta Jonathan 28.09.2012 - 03:41
fonte

1 risposta

2

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.

    
risposta data 28.09.2012 - 12:33
fonte

Leggi altre domande sui tag