Forecast Health
Forecast Health
Thanks, and sorry for the confusion: telescope is what I meant, yes. I might have a play around with `"wiki#link#templates#md` then, thanks for your help.
That would be great. And yep, i'll let you know!
Hi, thanks for this. That function is exactly right, and the goal would be to implement it similar to pages, tags and toc e.g. ```lua vim.g.wiki_select_method = { pages =...
> Is this something you are comfortable looking into yourself or something you think should be added as part of wiki.vim? It's probably not something i'm comfortable with (I have...
Thanks Karl, I'll get on this
Thanks Karl, I've updated to the latest commit and originally was playing around with WikiLinkAdd using `ui_select` . But, to be very honest, I don't really understand how to interact...
And just as a note, I reconfigured f5 to f6, as f5 conflicts with the standard DAP keymaps.
Thanks for the comments Karl. I find that reaching for f6 is not as streamlined as it could be, so your suggestion for `w...` and `CTRL-...` could be a good...
Yep, changed to dressing.nvim and 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 } ``` Rather than `"wiki.telescope"`. This...
Thanks Karl, `wa` and `` are intuitive I think. I have no pre-existing keymaps on those mappings. One thing, and I wonder if this is a separate GitHub issue: Would...