All Projects → lukaszkorecki → Workflowish

lukaszkorecki / Workflowish

Licence: mit
A todo "plugin" for Vim, inspired by https://workflowy.com/

Labels

Projects that are alternatives of or similar to Workflowish

Vim Visualstar
star for Visual-mode.
Stars: ✭ 106 (-10.17%)
Mutual labels:  viml
Vim Multicursor
Allows Vim to use multiple cursors simultaneously
Stars: ✭ 114 (-3.39%)
Mutual labels:  viml
Keyboard cat.vim
vim plugin for pretending like you can actually type
Stars: ✭ 116 (-1.69%)
Mutual labels:  viml
Vim Pydjango
Ultimate VIM for Python & Django development.
Stars: ✭ 109 (-7.63%)
Mutual labels:  viml
Vim Swift
Swift filetype plugin for Vim
Stars: ✭ 113 (-4.24%)
Mutual labels:  viml
Cscope.vim
A vim plugin to help you to create/update cscope database and connect to existing proper database automatically.
Stars: ✭ 115 (-2.54%)
Mutual labels:  viml
Vim Colorscheme Switcher
Makes it easy to quickly switch between color schemes in Vim
Stars: ✭ 107 (-9.32%)
Mutual labels:  viml
Vim Ruby Xmpfilter
helper for ruby's xmpfilter or seeing_is_believing
Stars: ✭ 117 (-0.85%)
Mutual labels:  viml
Flatlandia
Vim colorscheme based on flatland with Airline integration.
Stars: ✭ 113 (-4.24%)
Mutual labels:  viml
Vim Jinja
jinja plugins for vim (syntax and indent)
Stars: ✭ 116 (-1.69%)
Mutual labels:  viml
Apiblueprint.vim
This vim plugin brings syntax highlighting and linting for API Blueprint.
Stars: ✭ 112 (-5.08%)
Mutual labels:  viml
Vim Plug
我的vim插件, 基于vim-plug安装
Stars: ✭ 113 (-4.24%)
Mutual labels:  viml
Vim Cheat
View cheatsheets via vim
Stars: ✭ 116 (-1.69%)
Mutual labels:  viml
Vim Redl
A better Vim integration story for Clojure
Stars: ✭ 108 (-8.47%)
Mutual labels:  viml
Vim Youdao Translater
vim的有道取词翻译插件
Stars: ✭ 116 (-1.69%)
Mutual labels:  viml
Vim G
Quick Google lookup directly from Vim
Stars: ✭ 107 (-9.32%)
Mutual labels:  viml
Ember.vim
Vim plugin for the Emberjs frontend framework
Stars: ✭ 115 (-2.54%)
Mutual labels:  viml
Vim Nodejs Complete
nodejs 'omnifunc' function of vim
Stars: ✭ 118 (+0%)
Mutual labels:  viml
Greplace.vim
Global search and replace for VI
Stars: ✭ 116 (-1.69%)
Mutual labels:  viml
Incsearch Fuzzy.vim
Stars: ✭ 116 (-1.69%)
Mutual labels:  viml

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?

  • searching (Vim is pretty good at it)
  • deleting (as above)
  • folding and a zoom/focus mode
    • zq to focus on current item / toggle off
    • zp move focus to parent item
    • za toggles folding. See Vim wiki: Folding
  • notes (just add \ in the beginning of the line to start a comment)
  • vimgrep for filtering lines
  • todos:
    • a todo which is not completed is a line which starts with *
    • completed todo starts with a -
  • convert from workflowy plain text export
    • in a .wofl file or after :set ft=workflowish, run :call workflowish#convert_from_workflowy() to convert the whole buffer
  • split windows in vim makes it easy to organize big lists

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].