-
Notifications
You must be signed in to change notification settings - Fork 66
activating wiki-style Links #407
Copy link
Copy link
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels