Steve Dondley
Steve Dondley
Ok cool. Do you have a link to the documentation for that? Maybe I’m looking at wrong distro on CPAN.
upvote. AKA "Raku"
``` set nocompatible "set packpath=~/.alt_vim/ filetype plugin indent on let mapleader = ";" call plug#begin('~/.alt_vim/plugged') Plug 'tmux-plugins/vim-tmux-focus-events' Plug 'jebaum/vim-tmuxify' Plug 'christoomey/vim-tmux-navigator' Plug 'tbabej/taskwiki' Plug 'tpope/vim-rails' Plug 'tpope/vim-rake' Plug 'tpope/vim-bundler' Plug...
This isn't the proper fix but I think I found the source of the problem: in `autoload/vimwiki/base.vim` Change line 252 to: `if ext !=? 'md' " append ext iff one...
I have implemented bi-direction links through a custom script. See https://steve.dondley.com/How-this-site-is-built/ for details on how it was implemented.
Thanks! I shamelessly ripped off the theme from https://kjaer.io so I can only take credit for spotting good design. :) I just posted up the source code here: https://steve.dondley.com/markdown_to_note-source-code/ Just...
Thanks. This could be done in any language. I'm just more fluent with Perl so that's what I wrote it in. I'm sure it could be done in vimscript as...
I imagine getting this working in pure vimwiki would look something like this: 1) the back links at the bottom of the file are hidden from view in the buffer...
Just played with it a little more. So it works with `task all project:Cli` and other reports as well. I wonder if maybe one of my aliases is confusing it.
I disabled all my TW aliases and fired up a fresh shell. Problem still exists.