Karl Yngve Lervåg
Karl Yngve Lervåg
> … changed back to > > ```lua > vim.g.wiki_select_method = { > pages = require("wiki.ui_select").pages, > tags = require("wiki.ui_select").tags, > toc = require("wiki.ui_select").toc, > links = require("wiki.ui_select").links > }...
Oh, I'm very sorry! I've completely forgotten that I already had `wiki.telescope` and I missed that you were changing to this version! My bad! I'll implement both the telescope version...
I've pushed an update that changes to these default mappings: `wa` from normal mode and `` in insert mode. I've also added documentation and I've started to add the fzf...
Now I've added docs, added fzf and Telescope version, and I think things should mostly work as expected. Please let me know otherwise! Also, feel free to comment on the...
> `wa` and `` are intuitive I think. I have no pre-existing keymaps on those mappings. `` in insert mode is actually a built-in mapping (to insert last inserted text)....
> > E.g., if I from insert mode do MyNewPage, then you would want [[MyNewPage]] to be created (or or similar if you use other link types)? > > Correct,...
Glad to help; and thanks for opening this issue. I think you are correct that this feature is relevant and that it may be useful to a lot of people.
Before I comment, two things: 1. Sorry for the late answer. I've been on vacations and have been taking some time of. :) 2. It would be easier for me...
Closing due to inactivity.
> Hi, I have problem getting the templates working in with wiki.vim. I do not know vimscript and it seems problematic to debug. It's not so hard when you know...