VimWei

Results 51 comments of VimWei

这对我来说太有难度了,说实话我连pr是什么都不知道,上述提议纯粹是学习vim看到相关主题而想到的,动手更改插件还是得等您可以访问有道api时再继续吧,感谢!

``` function! SmartBulletsNewlineAbove() let l:save_cursor = getcurpos() let l:current_line_num = l:save_cursor[1] execute "normal! \(bullets-newline)" if line('.') > l:current_line_num execute line('.') . 'move ' . (l:current_line_num - 1) endif execute "normal!...

This is an example file. Thanks! [example file.zip](https://github.com/vimwiki/vimwiki/files/5075203/example.file.zip)

If I add a link under line 250 in example file: 现代汉语分类词典 Vimwiki follow the link incorrectly, and it tranfer the original file encoding from UTF-8 to latin1. And I...

The version `Plug 'vimwiki/vimwiki', { 'commit': 'c9e6afe' }` hasn't this problem. https://github.com/vimwiki/vimwiki/commit/c9e6afe8566d1e60da602912bb16469b91b63ee1

Is this High priority bug solved?

Has there been any new progress on this PR (Pull Request)?

## vimrc I have simplified vimrc as per your suggestion to the following ``` Plug 'lervag/wiki.vim' let g:wiki_root = expand(":p:h:h:h") . "/Vimwiki/" ``` and set shellslash for the Windows environment:...

> :echo wiki#journal#node_to_path("2024-04-01") base on test 3 step: ``` 1. `ww` open today journal 2. `ww` open wiki.vim index 3. `:cd %:p:h` set pwd to index folder 4. `ww` open...

## update wiki.vim and test this same thing (test 1) > 1. `ww` open wiki.vim index > 2. `ww` open today journal > 3. Run `:echo wiki#journal#get_current_node()` - what's the...