Results 1 to 8 of 8

Thread: Filing from iOS - Looking for ideas

  1. #1

    Default Filing from iOS - Looking for ideas

    Hi all,

    I consume a lot of content on my iOS devices. While there are different apps and formats I'm using, I'll keep this request for ideas focused on content displayed in the browser (web pages, PDFs, etc) -- basically something that has a public URI.

    Sometimes I feel like archiving the piece I've just read into EF. But being on the iOS device I don't seem to find an easy way to do it. So, I'm wondering if others have been having a similar need and what solutions are they using to address it.

    I've been thinking about different approaches, but before starting to implement one, I'd definitely appreciate ideas from long time EF users.

    tia,

    A://

  2. #2

    Default

    I use Instapaper to save the pages and move them into EF the next time I'm at the computer. You could automate that.

  3. #3

    Default

    Quote Originally Posted by towb View Post
    I use Instapaper to save the pages and move them into EF the next time I'm at the computer. You could automate that.
    You can use this script to automate importing from Instapaper to EagleFiler.

  4. #4

    Default

    Thanks for the suggestions. It is close to the system I've been thinking of. I'll briefly describe it here so others could use it:

    1. Use a custom tag on Pinboard (e.g. @import-ef)
    2. Use a custom set of tags to indicate the type of import (e.g. @pdf, @webarchive, etc.)
    3. Pinboard offers a simple API that can be used to retrieve bookmarks given a tag
    4. Based on the type of import, coordinate imports in EF
    5. Once a bookmark is imported delete the bookmark

    Notes:

    i/ the rest of the tags of a bookmark can be used as tags for the entry
    ii/ the note for a bookmark can be used for the entry note

    The Pinboard API is returning XML and even if I did quite a bit of AppleScript, I'm not sure I'll want to do this with AS, so the main part will be in Python. But for creating EF entries, I already have some advanced AS so all I'll have to figure out is how to pass parameters between the two scripts.

    Thanks a lot,

    A://

  5. #5

    Default

    Quote Originally Posted by Michael Tsai View Post
    You can use this script to automate importing from Instapaper to EagleFiler.
    Thanks Michael. I already have some smart AppleScripts for working with EF. I'll bypass using NNW as I don't have it on my system and I like to keep things involving as few tools as possible.

  6. #6

    Default

    Quote Originally Posted by alex View Post
    The Pinboard API is returning XML and even if I did quite a bit of AppleScript, I'm not sure I'll want to do this with AS, so the main part will be in Python. But for creating EF entries, I already have some advanced AS so all I'll have to figure out is how to pass parameters between the two scripts.
    It sounds like you’d want to use a custom script, since you want different pages to be imported in different formats, but other users might be interested in using the Import Bookmarks… command to import from Pinboard. EagleFiler will read the XML file directly and import the tags, etc.

  7. #7

    Default

    alex, did you ever get this system up and running?

  8. #8

    Default

    Quote Originally Posted by thoresson View Post
    alex, did you ever get this system up and running?
    Yes, I have this working for quite some time. Here's how I do it:

    1. bookmark the page on Pinboard; you can use any other online bookmarking systems that give you a) a bookmarklet; b) an API to access your bookmarks
    2. when bookmarking a page that I want to get into my EagleFiler archive, in addition of the normal tags, I use a couple that provide details about how the bookmark will be imported into EagleFiler:
    1. zzarchive: a bookmark that should be imported into EF
    2. zzpdf: import as pdf
    3. zzquote: import only the text selection and the link
    4. zzkeep: after importing the bookmark, preserve it in the bookmark system
    5. a couple of other more esoteric options
    3. on one of my machine I have a cron job triggering a custom AppleScript every couple of hours that is fetching all bookmarks tagged with zzarchive. Based on the "meta-tags" the script nows how to import the bookmark into EF

    This has been working reliably since I've set it up and I'm quite happy with the setup.

Similar Threads

  1. Ideas for journaling?
    By phloem in forum EagleFiler
    Replies: 1
    Last Post: 01-29-2010, 10:19 AM
  2. How to Make a Blog Ideas Database With EagleFiler
    By Michael Tsai in forum EagleFiler
    Replies: 0
    Last Post: 01-12-2010, 10:35 AM
  3. Labeling and filing at the same time?
    By mackerelhead in forum EagleFiler
    Replies: 2
    Last Post: 10-16-2008, 04:56 PM
  4. Filing Mail Messages
    By petere in forum EagleFiler
    Replies: 2
    Last Post: 10-14-2008, 12:29 PM
  5. Feature request: Keyboard-only filing
    By brab in forum EagleFiler
    Replies: 2
    Last Post: 03-15-2008, 01:09 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •