David O'Callaghan
David O'Callaghan
This doesn't seem to work for me with current version: inner content is always removed.
I've got a first version of this, where you can set per-tag styles in a variable (e.g. in .vimrc): ``` let g:task_paper_styles={'wait': 'guifg=Blue', 'FAIL': 'guibg=Red guifg=White'} ``` It works as...
I've pushed this to a new branch https://github.com/davidoc/taskpaper.vim/tree/feature-tagstyles
@jgallen23 I've pushed it to master now. @mattsa My intention was to allow users to pick colours (rather than choosing to have a tag appear as, say, a Comment or...
OK, must try this out on a Windows virtual machine.
Does TaskPaper deal with multi-line task items? I thought the format required one line per item. Would Vim's linewrapping help? e.g. in your .vimrc set wrap set linebreak
Confirmed, but I thought the augroup plugin / augroup END structure was fairly standard...