Failure proof installation instructions // cannot make this work #447
-
Hello. I'm an advanced taskwarrior user, no noob in it (I use timewarrior with it, really comfortable with CLI, tmux and zellij to enhance the experience overall) and I'd like to start using vimwiki/taskwiki in vim or neovim because it would make really easy to set dependent tasks were needed. What I tried first?So, for starters, going step by step on the documentation, I've cloned Vimwiki dev branch: Attempt oneI simply did Attempt twoI simply opened vim with no extra commands, then issued it the command Attempt threeAt this point, I started looking on the web... found a couple of videos showing it in NeoVim, but there are no clear instructions as well...
So, needless to say that at this point I'm giving up and I'm totally lost... my request is that someone points me to (if it exists) a better installation instruction; it does not matter if the instructions are for neovim or vim... I just would like to actually get it to work... Also, the installation instructions should mention, after the installation, how actually I start taskwiki... if just opening a file is OK (like I tried to do), if it should be another extension other than '.md', if it needs to be in a specific directory, etc... Thanks so much and if my explanation above gives the impression that I'm frustrated, that's because I am! Thanks again |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hm, looks like taskwiki's readme is really old, written at a time when everyone used https://github.com/tpope/vim-pathogen. That's not the case any more, so you should install vimwiki and taskwiki as you would install any other vim plugin, using whatever vim plugin manager you happen to use. And if you don't use any, then either install vim-pathogen, or use
This seems like a UX change in git. Perhaps it previously recognised the trailing slash and cloned into git -C ~/.vim/bundle/ clone https://github.com/powerman/vim-plugin-AnsiEsc (but do keep in mind that you don't necessarily want to clone into
This means you need to
The README says taskwiki enhances vimwiki which means you need to setup vimwiki and get familiar with it a bit, but yeah, I suppose the README (and the docs) could use some tender loving care. :-) |
Beta Was this translation helpful? Give feedback.
The other error… are you using custom priorities in taskwarrior by any chance?
(It seems the error output is cut in the middle and half of it is missing so this is really only a wild guess as we don't know what the actual exception is.)