Daniel Fichtinger
Daniel Fichtinger
### Issues - [X] I have checked [existing issues](https://github.com/vhyrro/neorg/issues?q=is%3Aissue) and there are no existing ones with the same request. ### Feature description As it stands, navigating the wiki is a...
### Feature Description ## Motivation I really like the ghost text feature. However, I also have `completion.list.selection = "manual"` set in my config. I like using enter to accept the...
[footnotes](https://obsidian.rocks/footnotes-in-obsidian/) working with this plugin? E.g. when doing `:ObsidianFollowLink` it should go to footnote. _Originally posted by @einarpersson in https://github.com/epwalsh/obsidian.nvim/discussions/751_ I am going to start looking at implementing this, if...
### 📚 The doc issue In the readme under the commands heading, it says two commands, ObsidianSearch and ObsidianQuickSwitch, but the documentation does not say anything in more detail about...
Hi there, I really like this dictionary and I wanted to get it into Neovim's spell checker. I figured it out but the process was a bit involved, so I...
I noticed that the API key environment variable name isn't actually hard-coded: ```lua -- config.lua local api_key = os.getenv(M.api_key_env_var_name) ``` I think it would be nice if the currently required...
I noticed this after the new Niri update. Vesktop, the Discord wrapper, sporadically lags on keyboard input and becomes unusable -- it's like the pressed keys are "queued up" and...
When using [leap.nvim](https://github.com/ggandor/leap.nvim), hints are not highlighted as expected which negatively affects the usability of the plugin with this color scheme. Example: > Using darkvoid:  > It's a bit...
_Note: This is not really a "feature request" since I am going to implement this feature myself. This issue is here for reference, and to start a discussion on how...
I'd like to publish a Fish plugin, but I host my projects on sr.ht. It seems like `fisher` only supports GitHub and GitLab. Would be nice to add support for...