Skip to content

activating wiki-style Links #407

@EricEWeir

Description

@EricEWeir

I have converted my Obsidian links to wiki-style. As I can access files in my Obsidian vault with vim I would like to activate wiki-style links in wiki.vim.

I tried unsuccessfully to figure out how to do this from the wiki.vim code. I sought help with it from Claude. Claude identified some seemingly relevant code. It was not much help to me in getting wiki-style links. Perhaps the code we identified is inappropriate. In any case this is what I have in my .vimrc:

let g:wiki_filetypes = ['md']
let g:wiki_link_target_type = 'wiki'
let g:wiki_link_extension = '.md'
"let g:wiki_map_create_page = 1
let g:wiki_link_creation = {
      \ 'wiki': {
      \   'link_type': 'wiki',
      \   'url_extension': '.md',
      \ },
      \}

I have tried commenting out various combinations of the first four lines. I was able to get markdown style links but not wiki-style.

Once again I need help with something that presents no difficulty to others.

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