VimWei
VimWei
> * restart gvim > * `ww` > * `ww` > * `:echo wiki#journal#node_to_date()` `['2024-04-01', 'daily']` ----- 1. add two line in `wiki#template#weekly_summary` ``` unsilent echom "input " a:week "|"...
After upgrading gvim to gvim9.1.0399x64_signed.exe and adjusting many vimrc configurations, I noticed some new phenomena. **Firstly, "Go to week summary" is working properly now!** 1. restart gvim 2. `ww` 3....
Moreover, with the above configuration, why does the command `WikiExport newname.pdf` output `original-markdown-name.pdf` instead of `newname.pdf`?
> > With the following configuration, `WikiExport` can correctly output PDF files > > You mean after simply `:WikiExport`? Yes. With `:WikiExport`, the output file has correctly applied the definition...
> > How can g:wiki_export be configured to support HTML, docx, and PDF? > > I'm not sure yet. Let's find out! Before using wiki.vim, I had already implemented a...
> However, if you happen to have a swap file, you might be able to restore it. I creat a wiki page with vimwiki, and there is a `:` in...
I imagine the configurations Look like: 1. which field query from? 2. which field would stroke insert to? 3. stroke style (if we have multi styles): (1)“Loop animation” (2)“stroke fanning...
> this is more like a spec but not a bug, 😄 Yes, this is a Feature request, not Bug report. > you should be know chinese word is different...
By the way, if I want a minimal configuration for osd-bar.lua, is the following setup correct? ``` osd-bar-w=100 osd-bar-h=0.4 osd-bar-align-y=1 osd-bar-border-size=0 osd-color=1.0/1.0/1.0/0.66 ```