Feature: VimwikiPasteLink to get absolute wiki link to the current file

This commit is contained in:
paperbenni
2021-07-28 11:11:46 +02:00
committed by Brennen Bearnes
parent 1aa417fbd8
commit 7d937615c1
3 changed files with 23 additions and 0 deletions
+1
View File
@@ -369,6 +369,7 @@ command! -buffer -nargs=* -complete=custom,vimwiki#tags#complete_tags
\ call vimwiki#tags#generate_tags(1, <f-args>)
command! -buffer VimwikiPasteUrl call vimwiki#html#PasteUrl(expand('%:p'))
command! -buffer VimwikiPasteLink call vimwiki#path#PasteLink(expand('%:p'))
command! -buffer VimwikiCatUrl call vimwiki#html#CatUrl(expand('%:p'))
command! -buffer -nargs=* -range -complete=custom,vimwiki#base#complete_colorize
\ VimwikiColorize <line1>,<line2>call vimwiki#base#colorize(<f-args>)