nobe4
nobe4
This commit introduces a new `filteredItem` field called `index` which stores the index of the filtered item in the unfiltered list. This allows to get at runtime the unfiltered list...
This PR proposes to allow setting port number in hosts. It also updates existing tests and adds new one to cover the new cases. > [!NOTE] > Technically, a _port_...
This adds the history functionality to the textinput model. Specific actions can push a new value into the history and they can be switched back to via key presses. This...
This enables clients of the lib to update the suggestions at runtime whenever they please. One direct application of this is when using `m.SetValue()`: After calling it, there is no...
In https://github.com/epwalsh/obsidian.nvim/issues/286#issuecomment-2048334358 it was suggested that a new config could be added to specifically not warn if the conceal level is 0 and the UI is enabled. This commit does...
Hi, I'd like to report a potential security vulnerability. Can you let me know what's the best way to contact you so a fix can be applied before details can...
This PR adds a step in the columns making: read the first line of the file and use that to compute a "fallback" filetype in case the filename alone cannot...
### Did you check existing requests? - [x] I have searched the existing issues ### Describe the feature Enable Oil to find the filetype by nvim's computed filetype. Not only...
Hi, love the lib, thanks for all your work 🙏 ℹ️ I found a way around the bug described below. After experimenting for a while, I found a roundabout way...
Thanks for all the hard work on this lib, really appreciated! During some recent work, I came came across a pattern that I thought might be nice to have in...