hsitz / VimOrganizer

VimOrganizer is partly a clone of Emacs' Org-mode, and partly a front end to Org-mode itself. Do Org in Vim.
http://vimeo.com/31531308
518 stars 67 forks source link

Feature Request: checkbox support #78

Open mellery451 opened 9 years ago

mellery451 commented 9 years ago

I would love to have support for managing checkbox lists - e.g.

  ** My heading, [%] done
    - [ ] an unchecked item
    - [x] a checked item
    - [-] an undetermined item

The main functionality we need is inserting, toggling and then the auto computation for any [%] entries in parent nodes.

hsitz commented 9 years ago

On Tue, Dec 23, 2014 at 4:42 PM, Michael Ellery notifications@github.com wrote:

I would love to have support for managing checkbox lists - e.g.

\ My heading, [%] done

  • [ ] an unchecked item
  • [x] a checked item
  • [-] an undetermined item

The main functionality we need is inserting, toggling and then the auto computation for any [%] entries in parent nodes.

Michael -- Sorry, I'm not actively developing VimOrganizer. I try to get fixes out for any major bugs, but adding new features isn't likely to happen. For people who want Org features beyond VimOrganizer I recommend using Org-mode directly in Emacs with the Evil vim emulator plugin.

Regards,

Herb