|
|
#1 |
|
Join Date: Jan 2010
Posts: 7
|
I am using Journler, but plan to move to something else soon unless the software is bought by another developer. I use EF for managing project files and docs to read, and am exploring how to use it for journaling.
Anyone out there using EF for journaling that would care to share their suggeestions? Any ideas on creative ways to use EF for journaling, that's quick and easy, and includes managing various file types attached/associated with an entry (images, video, audio, etc.)? |
|
|
|
#2 | |
|
Developer
Join Date: Aug 2006
Posts: 4,124
|
Quote:
Code:
on metadata(_context)
set _folderName to |folderName| of _context
set _basename to _folderName & " " & (do shell script "date '+%Y-%m-%d'")
set _fromName to "Michael Tsai"
set _tags to {}
return {basename:_basename, |fromName|:_fromName, tags:_tags}
end metadata
For managing associated files, some options would be:
I’m sure that other people will have more ideas… |
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to Make a Blog Ideas Database With EagleFiler | Michael Tsai | EagleFiler | 0 | 01-12-2010 10:35 AM |