beet / alfred_noteplan_actions

Alfred workflow for handy Noteplan actions
38 stars 4 forks source link

Will this work for Dropbox storage option? #3

Closed jgclark closed 4 years ago

jgclark commented 5 years ago

I'm not very proficient in ruby, so can't tell whether this would work if someone uses the new Dropbox option for storing notes, over the iCloud option. Something to think about, anyway.

beet commented 5 years ago

Oh wow, sorry, if I received a notification from this I didn't see it.

Good point, I should probably point out that this will only work currently with iCloud.

The component that loads note files is well enough encapsulated however to allow the notes folder to be changed in the Alfred workflow settings. Are you using Dropbox sync with NotePlan?

I'd be happy to make an update that lets you choose the notes folder if you like.

jgclark commented 5 years ago

Thanks. I'm not using Dropbox, but might in the future. I was just noting the possibility, as some users will pick this in time.

On Fri, 30 Aug 2019 at 06:09, Mark Beattie notifications@github.com wrote:

Oh wow, sorry, if I received a notification from this I didn't see it.

Good point, I should probably point out that this will only work currently with iCloud.

The component that loads note files is well enough encapsulated however to allow the notes folder to be changed in the Alfred workflow settings. Are you using Dropbox sync with NotePlan?

I'd be happy to make an update that lets you choose the notes folder if you like.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/beet/alfred_noteplan_actions/issues/3?email_source=notifications&email_token=AAMYESWS5H3EYMGT4TXN6L3QHCTRDA5CNFSM4IKZFEQKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5QRUQI#issuecomment-526457409, or mute the thread https://github.com/notifications/unsubscribe-auth/AAMYEST6NZLCDJA4NTKDMJDQHCTRDANCNFSM4IKZFEQA .

-- -- Jonathan

beet commented 5 years ago

Have just gone through the process of setting up a new work machine, and discovered that Dropbox has quietly added a paywall of 3 devices to their free plan.

Have used it for years, and would be happy to pay, but $16AUD/month?

Sorry, but I just migrated all my things from Dropbox to iCloud, which I was already paying $4.50/month for...

brokosz commented 4 years ago

change this line in base.rb to the correct path for Dropbox: BASE_DIRECTORY = "#{ENV["HOME"]}/path/dropbox/noteplan/folder/here"

beet commented 4 years ago

Cheers, sounds like the base directory really should be user configurable.

jgclark commented 4 years ago

Yes please, Mark. I've had a look at updating the code, but I don't know enough Ruby to manage it. Apart from dropping Brad's note as comment in one file -- see pull request I've just submitted.

On Tue, 21 Jan 2020 at 21:40, Mark Beattie notifications@github.com wrote:

Cheers, sounds like the base directory really should be user configurable.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/beet/alfred_noteplan_actions/issues/3?email_source=notifications&email_token=AAMYESVRCTXNCBTKPMVM2K3Q65TUZA5CNFSM4IKZFEQKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJRLR4A#issuecomment-576895216, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAMYESUUOZGDIORF5CELP2LQ65TUZANCNFSM4IKZFEQA .

-- -- Jonathan

beet commented 4 years ago

I've opened PR #16 to allow the base directory to be changed with a workflow environment variable, which should allow it to work with Dropbox, but I don't have it installed to try.

beet commented 4 years ago

Included in release v0.6.0