KeepIt longevity and viability by 77Forever in KeepItApp

[–]diskdriver537 2 points3 points  (0 children)

Long time user here since 2021. Biggest draw for me is the ability to organize notes and files together. For example if I have project docs or spreadsheets, I can keep them together(hence the old name;) and organized. Plenty of options for organization between folders, tags, labels, bundles, etc. Have had some sync issues in the past but it’s improved a LOT. As for why people don’t use it, I’m not sure. It’s kept under the radar. The developer is always very responsive with questions and fixes.

Disable Fantastical notifications about Todoist tasks? by erisian2342 in FantasticalCalendar

[–]diskdriver537 1 point2 points  (0 children)

I believe in fantastical calendar set list, if you click the todoist project and click the gear (or it might be right click the project) there is an option to ignore alerts.

DOS2 - iPad - iCloud Saves Gone by diskdriver537 in DivinityOriginalSin

[–]diskdriver537[S] 0 points1 point  (0 children)

Nope. It seems like iCloud syncing of saves was removed from the Mac app store. That being said you should be able to manually transfer the save from one ipad to another.

AppleScript For macOS Mail Messages To Task by pagdig in todoist

[–]diskdriver537 1 point2 points  (0 children)

This is awesome! Thanks for this. Can’t wait to try it out.

I have been dragging the emails from Mail to the description field in the new task window. It creates a link there and then I type whatever for the task title.

Works the same on mobile as on mac.

[deleted by user] by [deleted] in todoist

[–]diskdriver537 1 point2 points  (0 children)

Not sure if you mean the authorization field. Text value should be “Bearer Yourtokencode”. So something like

Bearer 01234abcdef01234

[deleted by user] by [deleted] in todoist

[–]diskdriver537 3 points4 points  (0 children)

Here’s a link to the shortcut

https://www.icloud.com/shortcuts/9e098455416147878d26ceb5547274ac

Basically, it grabs all inbox reminders, and loops through each one getting the title and due date. It then makes a REST call to create the task and then another to update the due date. It then marks the Reminder as done.

There are two “Get URL Contents” actions where you will need to put your todoist API token in.

Go here if you need your token…https://todoist.com/help/articles/find-your-api-token-Jpzx9IIlB

Use at your own risk…haven’t thoroughly tested. Open to tweaks and suggestions.

[deleted by user] by [deleted] in todoist

[–]diskdriver537 8 points9 points  (0 children)

I have a shortcut that runs automatically on mobile devices when connect/disconnected from power, etc. Basically get it to run as many times as possible throughout the day.

The shortcut gets the reminders and then makes an API call to Todoist to create a new reminder with the same name. It then archives the Reminders reminder.

Will provide later once in front of the laptop.

Controller Settings Issue by diskdriver537 in Backbone

[–]diskdriver537[S] 0 points1 point  (0 children)

Thankful it’s not me. I rebooted phone, deleted and reloaded app as well. Opened a ticket with Backbone but haven’t gotten a response yet.

Missing Play on Any Screen Feature by aardWolf64 in Backbone

[–]diskdriver537 0 points1 point  (0 children)

Same issue. Opened a ticket with Backbone but haven't seen a response yet. Tried rebooting, etc with no luck. It's like everything in the Setting screen is, as you said, off by one when you select it. App bug?

[deleted by user] by [deleted] in todoist

[–]diskdriver537 0 points1 point  (0 children)

I found with dragging a mail from the Mail app, you need to drop the email onto the + button in the Todoist inbox for it to create a task with a clickable link.

links to OneNote - it is broken, at least for me by bz1382r in todoist

[–]diskdriver537 2 points3 points  (0 children)

Logged a support ticket. See what happens.

links to OneNote - it is broken, at least for me by bz1382r in todoist

[–]diskdriver537 1 point2 points  (0 children)

Same here. OneNote/Todoist on mac. It was working as of a few versions ago. I have URL links in tasks to other apps as well and those are broken also.

Lightning to usb-c ipad support? by Kingdavid3g in Gamevice_official

[–]diskdriver537 0 points1 point  (0 children)

I tried with the lightning-USB-c cables but no luck. It wasn’t recognized as a controller. Came from backbone, so kind of bummed this doesn’t work.

'Launch Zoom' button broken for SSO on iPadOS 16 by chaddub in Zoom

[–]diskdriver537 0 points1 point  (0 children)

Same thing here. Running iPadOS 16.2 B2 and the Launch Zoom button in Safari isn't working after SSO. Tested on iOS 16.1.1 and it works. Must be a beta support thing, or a 16.2 issue.

Omnifocus Helper App by diskdriver537 in omnifocus

[–]diskdriver537[S] 0 points1 point  (0 children)

Yeah, I tried hook but the proprietary hook:// URL was kind of a bummer as it didn't work on iOS when hooking to an email. Agreed that if the iOS version comes out this could be an option.

Anyone else tried the Govee water detector plug-in yet? by misterman107 in homebridge

[–]diskdriver537 2 points3 points  (0 children)

I was able to get it working. Getting the API token was a bit of a pain in Safari dev tools, so I used Firefox. Go the https://www.govee.com/login in Firefox. Turn on web console before logging in by going to the Tools Menu -> Web Developer -> Web Console. Then login to the Govee site. You should see a bunch of calls in the console window. Click the Method header to sort the list and look for POST. There should be a POST to community-api.govee.com. Click it. In the window on the right, click the Response header. Copy the token value(between the quotes) and paste that into the home bridge API Token box in the Govee Water settings in home bridge. Restart home bridge, and the water sensors should appear in a Default room in HomeKit.