-
Notifications
You must be signed in to change notification settings - Fork 66
Notes go to root instead of target #405
Description
I've been going back and forth between wiki.vim and obsidian. Obsidian works as it should, but I find it difficult to organize my notes with it. Drawn to wiki.vim because it's vim, but vim's not as intuitive for me as it was with vimwiki several years back.
A few days ago serendipity took me into my old vimwiki directory. Playing around in it, checking out links, I got a sense of how I was able to do in it what I have yet been able to do in Obsidian. I decided to let go of Obsidian, to start working with wiki.vim the way I did with vimwiki. No sooner had I made that decision than I encountered a new problem.
I have these in my .vimrc:
"let g:wiki_root = '~/Library/Mobile\ Documents/iCloud~md~obsidian/Documents/ZK/'
let g:wiki_root = '~/Library/Mobile\ Documents/com~apple~CloudDocs/wikinew/'
"let g:wiki_root = '~/Library/Mobile\ Documents/com~apple~CloudDocs/wiki/'
"let g:wiki_root = '~/vimwiki/'
"let g:wiki_root = '~/wiki/'
With each of these new notes go to the root folder--/iCloud~md~obsidian/Documents or ~/ in my macbook, /com~apple~CloudDocs in my ipad--instead of the target folder.
Is there anything about my specifications of g:wiki_root that could account for that?