Abderahmane Bouziane
Abderahmane Bouziane
Long pressing M-h or other arrow commands continue to resize even when they keys are released. Seems like the event listener for the key stcks all the keypresses. Ideally it...
We could have an option to create the link when we press ENTER if it doesnt exist [current behaviour](https://github.com/oberblastmeister/neuron.nvim/blob/9c85f892f2f50a4e546950edd8fa41ac0d602549/lua/neuron.lua#L67) ``` E5108: Error executing lua ...bouziaab/.config/nvim/plugged/neuron.nvim/lua/neuron.lua:67: There is no link under...
Any way to make the video follow you in different workspaces like in the safari version? You seem to be using the built-in chrome PiP feature for this. And since...
It seems that the Observable.fromPromise() function is deprecated in rxjs 6 Not sure what to do about it. I forked the repo and added a fix for my setup. Just...
Add a command to edit the template for the current file. something like `:TemplateEdit`
Any plans to rewrite it using the new JSX format?
Add a way to pass the notes path as the first arguments for the 3 scripts Put the function in a new file that is required by the scripts. This...
I think we should be able to pass the path of the notes folder as a cli argument to the scripts something like this `ruby todo.rb ~/my_notes_path`
Seems like the mapping switches direction at some point. Not sure if I'm using it wrong Here is a gif of the bahaviour  I use both of theese ```...
I want to be able to specify in the settings a template that will be used when I save as a note. My use case I that I want to...