Posts

Showing posts from January, 2017

Any Toggl users here?

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 all!

Hi all! I've been playing with the code formatting CSS... is there a class being added to the "code" tag when it's a multi-line block (using ```...```) I'm basically adding a "display:block", but I don't want it to show up on the inline, single backtick items... not sure if there's a better way, or I'm just missing something in the attributes to do so. Line numbers would be cool on the multi-line blocks, but that's a problem for another day Thanks!

Make global search work with part words

Make global search work with part words At the moment global search works only with part words. With multiple lists this makes finding things really hard. Is there any chance global search could be changed to work with part words?

Hi everyone

Hi everyone, I have a couple of news for you: - Checkvist is running on a new server (we migrated a week ago, so far so good) - On https://beta.checkvist.com you can try 'time estimation' feature ( http://checkvist.uservoice.com/forums/2121-general/suggestions/82564-add-estimated-hours-for-completion-to-track-time ): - Mark a task with #30m or #4h or #2d tag to set estimate - On the parent task, press 'pc' for progress counter - Checkvist will show summary estimate of non-completed tasks (for those tasks where estimate is set) - Use popup over estimate to see total time estimate, including completed tasks. Feedback is welcome :) Best,

Easier tag deletion?

Easier tag deletion? One of the great Checkvist features is to be able to incrementally filter by tag by left clicking on the tag in a list. Would, therefore it be possible to support right-click (say) on a tag to delete it from the item?

I'm a little confused about how best to use the app on iOS devices, specifically iPad.

I'm a little confused about how best to use the app on iOS devices, specifically iPad. (I have an iPhone as well, but one thing at a time.) I love the way Checkvist works on my laptop, with the keyboard; but how does it work with a touchscreen? The iOS keyboard disappears unless an active data entry area is active - so I can't type enter to add a new item unless I'm already in an item. I saw mention somewhere that iPad users could use the regular web version of the app, and that some enhancements had been added for touchscreens. I'm missing something somewhere.

Trying to use the recurring due date feature.

Trying to use the recurring due date feature. But when I mark this weeks task as done I can't see next months task show up? Am I doing it wrong?

Is there a way of getting a summary of a task's repeat settings displayed alongside the task (ie.

Is there a way of getting a summary of a task's repeat settings displayed alongside the task (ie. similarly to the way now the due data is displayed inline to the right of the task text)? Would this be achievable with some custom css for example?