Skip to content

TOC and Tags problems #188

@duytientran

Description

@duytientran

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/'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions