Daniel Fichtinger

Results 27 issues of 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

### 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...

feature

[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...

documentation

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...

bug
question

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: ![image](https://github.com/user-attachments/assets/8248161f-0082-402a-a035-1388d30b596d) > It's a bit...

enhancement

_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...