Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Use multiple databases with DEVONthink Personal' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Use multiple databases with DEVONthink Personal
Authored by: tinker on Feb 16, '05 11:55:11PM

This is a very cool hint, thanks. I've always been annoyed at having to put disparate items together in one big DEVONfile; this is a much better way of doing things.



[ Reply to This | # ]
Use multiple databases with DEVONthink
Authored by: meddling on Feb 21, '05 01:29:58PM
I also think this (and MacJournal) are great programs, but I don't understand why they don't support multiple databases out of the box. The shell script could be a little simpler, though:

#!/bin/sh
ln -fvhs /Users/bmedling/Documents/DevonTHINK\ Databases/Research/ /Users/bmedling/Library/Application\ Support/DEVONthink
# Launch DEVONthink: 
open -a DEVONthink
ln will overwrite a previous link with the new link.

[ Reply to This | # ]