-
Notifications
You must be signed in to change notification settings - Fork 66
TOC and Tags problems #188
Copy link
Copy link
Closed
Description
Description
Hi, sorry for noob questions.
I was wondering how I can list all tags with links under cursor? I am just able to do that for one tag but not all of them.
It would be great if there is a feature that allow us to choose/change wiki index file. Thanks
My wiki.vim setup
let g:wiki_filetypes = ['md']
let g:wiki_journal = {
\ 'name': 'journal',
\ 'frequency': 'daily',
\ 'date_format': {
\ 'daily' : '%Y%m%d',
\ 'weekly' : '%Y_w%V',
\ 'monthly' : '%Y_m%m',
\ },
\}
let g:wiki_export = {
\ 'args' : '',
\ 'from_format' : 'markdown',
\ 'ext' : 'pdf',
\ 'link_ext_replace': v:false,
\ 'view' : v:false,
\ 'output': ':~/Downloads/pdfoutput/',
\}
let g:wiki_tags = {
\ 'output' : 'cursor',
\}"
let g:wiki_root = '~/Downloads/testing/'Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels