Any Toggl users here? I'm putting together an integration so the toggl (Chrome extension) button ( https://github.com/toggl/toggl-button ) is displayed for tasks on a Checkvist list. It's dead simple (a few lines of javascript), but I'm slightly torn on the best way to handle one aspect: whether or not toggl is shown for a particular list. It can't be always-on, as it adds too much clutter for non-projecty lists (who wants a timer button for the carrots on their grocery list?). What I have now is that if any task on a list is tagged #toggl, then all tasks on that list will have the toggl button. A few alternatives I canvassed were: - display toggl buttons only on subtasks of a task tagged with #toggl - display toggl buttons only on focused (hoisted) tasks - find some other way to indicate that all of a list's tasks should have the button, eg. something encoded in the list's name I think what I have now is the most convenient of these (I don't want to hav...
Hi Alex, not sure whether this is possible but if you don't mind using the beta version it will show a desktop version on iOS. Just go to beta.checkvist.com and login. I use it for some features I can't get at any other way on my iPhone
ReplyDeleteHi Mark,
ReplyDeleteI tried beta.checkvist.com and it seems to be the same as checkvist.com, I get the same yellow box with touch specific instructions at the top. I am trying to use Ctrl + arrow keys to move items, and instead of moving them, the screen scrolls up and down, same with alt, cmd, and shift. No way to move items in a list. I will have to try other features and see if they work. I am using the Logitech keyboard that attaches using the wired connector, not a Bluetooth keyboard, if that makes a difference.
Thanks,
Alex
Oh I see what you're trying to do now. Well I too have a Bluetooth keyboard and for the sort of support you are wanting I think it depends entirely on the app you're using to provide the integration points. "Drafts" on iOS offers this sort of thing. However, Checkvist is browser-based and so very likely what you want is not possible. Having said that I could be wrong and if you do find out how to do it let me know as it would be AWESOME :)
ReplyDeleteP.S. Ok, I could be wrong as shortcuts like "tt" and CTRL-D work (presumably via JavaScript) so over to the experts!
Hello, unfortunately, Checkvist does not support bluetooth keyboards so far. Most likely we'll work on this in the scope of this task: https://checkvist.uservoice.com/forums/239385-checkvist-mobile/suggestions/5862668-keyboard-support
ReplyDeleteThanks!