Tomas
Tomas
This is useful for people who are using vi input mode. fixes #14 Disadvantage is that there is a zsh snippet that is required for this to work. Didn't try...
I'm using vi mode as my editor mode in zsh (`bindkey -v`). Normal pormpts (part of oh-my-zshell or prezto) are implemented in zsh and they are taking advantage of [`zle-keymap-select`](http://zsh.sourceforge.net/Doc/Release/Zsh-Line-Editor.html)...
Explore the possibility of introducing Makefile. It would be nice to unify the way how `release.sh` and `testCover.sh` are used. https://blog.mindlessness.life/makefile/2019/11/17/the-language-agnostic-all-purpose-incredible-makefile.html
Closes #63 This PR introduces a new configuration option, `searchGlob`. The configuration option is `null` by default and doesn't interfere with the current logic. If set, the option overrides the...
## Problem Currently, we use ```vscode.workspace.findFiles('**/*.md')``` to find all fiels that we are about to parse ([`parse.ts`](https://github.com/tchayen/markdown-links/blob/045dd4f/src/parsing.ts#L102)) This finds files in the whole workspace which might not be desirable. My...
Hi, is there any way how to make syntax colors visible on the highlighted (current) line?
## Versions - Firefox: latest nightly 126.0b3 (64-bit) - OS: MacOS sonoma 14.4.1 (23E224) (ARM) - Excalidraw (latest today; I can't find it in the UI) ## Problem When editing...
# Fix lodash reverse constraint blocking all arrays ## Summary - Fixed overly restrictive constraint in `_.reverse()` that was blocking all arrays - Simplified constraint from complex conditional to `TList...
## Problem When you rename file, the LS client (neovim, VS Code) sends a `workspace/didRenameFiles` event, e.g. ``` [DEBUG][2025-08-19 10:44:53] .../vim/lsp/rpc.lua:277 "rpc.send" { jsonrpc = "2.0", method = "workspace/didRenameFiles", params...
This PR started as a fix for https://github.com/Feel-ix-343/markdown-oxide/issues/278 But in the end, it's fixing a bug when completion replaces characters after the completed link https://github.com/user-attachments/assets/4081b35c-4783-4d5b-bc3b-7dbc81a2ab74 The full understanding of the...