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, probably you're talking about hoist/focus feature. It should be available with Shift+Right keyboard shortcut. Is it what you're looking for?
ReplyDeleteFirst, to to be clear, this is the best todo/organizer I've seen in the wild. At least, according to my needs :) Also, Checkvist convinced me not to start my own long term project to create something I need :)
ReplyDeleteYes, by accident I've realized it by accident (and, at the same time for a minute I was horrified because I thought I lost all data I put there :) ).
But it would be good to have a kind of rearranging headings (or at least that as the option).
For example, if it's about a simple list item, it should become H1 and the subitems should be regular items. But if it's, for example, H3, it should become H1 and every H4 should become H2...
BTW, I like headings, as well :)
Hello Milos Rancic,
ReplyDeleteThanks for the kind words, and I'm glad that you can now save your time for more interesting projects :)
Regarding the accidental focus - this is a real usability problem, and I hope we'll address it in coming releases. The similar problem we have with the 'hc' keyboard shortcut, which hides the completed item.
Regarding the heading re-arrangement. We have a keyboard shortcut which toggles the heading on the selected list item - 'mh' (markdown header). The level of the header depends on the current level of the item in the hierarchy and on [Set the keyboard shortcut for the automatic Markdown heading to level] setting on your Checkvist settings page.
What is important, that if you focus on some deep branch, the 'mh' shortcut considers the top visible item as the first level and 'mh' shortcut behaves appropriately. I.e. it can remove the current heading level, and add new one according of combination of focus level + setting value.
Also, Checkvist provides bulk selection, so you can change headings on several levels at once.
I suppose, these features may help you to change heading levels the way you want?
Regards,
Thanks! I will test the shortcuts.
ReplyDeleteAt this moment, I have one note: if I used SHIRT-RIGHT once to focus one item and then used it again in the already focused list, SHIFT-LEFT should lead to the previous focus, not to the main list (something like SHIFT-CTRL-LEFT should lead to the main list).
And I will definitely "spam" you with the suggestions for new features :)
Hello Milos Rancic,
ReplyDeleteThanks for the suggestion. Actually, it was requested before but I could not implement a quick fix that time.
I've added this request to our uservoice forum, please vote to watch for update: checkvist.uservoice.com - Shift+Left should unfocus to the previously focused level
Before spamming, consider checking https://checkvist.uservoice.com/forums/2121 first - probably the request is there already and you can comment on it :)
Thanks!