Confirmed users
1,059
edits
(add view point message) |
(adding comment from davida) |
||
| Line 66: | Line 66: | ||
|} | |} | ||
=== Comments === | === Comments === | ||
from davida via IRC: Add automagic detection of URLs mentioned in emails from people in my address book, with a quick view on URLs which are "implicit bookmarks" iow, like what xobni does for attachments, but for URLs instead. | |||
Using syntax from above this might look like: | |||
Application.links.search(Person, [Link.FROM]).forEach(function(link){ | |||
[link.href link.title] | |||
}); | |||