Jefferson González
Jefferson González
Pressing enter on the pasted multi cursor output gives wrong results: https://user-images.githubusercontent.com/1702572/194783599-bfa2266a-ee06-40fe-a4cc-a80c2b804b3e.mp4 Also pressing `ctrl-z` doesn't properly restores the previous cursor positions.
That convention is already been used on the treeview context menu as seen:  https://github.com/lite-xl/lite-xl/blob/master/data/plugins/treeview.lua#L551-L559 This should be easy change so PR welcome at least from my side.
Another idea: instead of having two branches why not try to use pandoc by default and if not found on PATH fallback to luamd, also you could add a config...
I started working on a color picker widget for the [widgets support library](https://github.com/lite-xl/lite-xl-widgets) some weeks ago but totally got caught in other things and forgot about it:  This was...
> I noticed an issue with this plugin (2.1 branch, with lite 2.1 pre-release). > > When I check 'enable by default' in the line-wrapping plugin settings, the next time...
Nice! Could you also make a branch on your repo that works with newer [lite-xl 2.1 on master](https://github.com/lite-xl/lite-xl)?
Nice! If you have a paypal account I could donate you the amount necessary to register a domain for the project, let me know if it is possible. I saw...
@probonopd I just fixed the PKGBUILD for archlinux using latest stuff on the git repository: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=appimage-git You said the following: ```sh # Enable per-user launchd unit for all users in...
so I decided to take a look at the appimaged.c source file and discovered the issue is because opendir is failing on a directory with no read permission and this...
@probonopd Haven't seen this method used elsewhere (which now I improved to use systemctl directly for enabling/activation). What I can say is that this way the appimaged service is activated...