lukaszkorecki / workflowish

A todo "plugin" for Vim, inspired by https://workflowy.com/
http://www.vim.org/scripts/script.php?script_id=3959
MIT License
123 stars 13 forks source link

Workflowish

Build Status

Simple TODO list plugin for Vim, inspired by Workflowy.com

Screenshot

vimshot

Why?

It started with a tweet

tweetshot

Here's what was "attached":

# vi: fen foldmethod=indent :
* lol
  * lol
    * wat
    * wut
+---  2 lines: * wee ------------------------------------------------------
    * meh
  * ouch

Then I started hacking on a little plugin-ish thing and came up with workflowish

folded

How?

By defining a simple syntax in Vim and using brilliant folding capabilities workflowish can simulate 99% of Workflowy's features.

Features?

Thanks to the long running tradition, workflowish files have .wofl extension.

Installing

Use Tim Pope's Pathogen.

New to Pathogen? It's easy. You "install a plugin" by putting its files in a directory. i.e. cd ~/.vim/bundle && git clone https://github.com/lukaszkorecki/workflowish but please, read the Pathogen README.)

Optional configuration tweak

This is not necessary for most users, but if you're a perfectionist you can do it. Add this to your .vimrc to fix an edge-case with folding single-items:

autocmd BufWinLeave *.wofl mkview
autocmd BufWinEnter *.wofl silent loadview

Legal

MIT (c) Workflowish Team

Maintainers

15 Jimmie Elvenmark 10 Łukasz Korecki 4 hangtwentyy