lite icon indicating copy to clipboard operation
lite copied to clipboard

A lightweight text editor written in Lua

Results 108 lite issues
Sort by recently updated
recently updated
newest added

The current `build.sh` script depends on GNU bash (`#!/bin/bash`), which is not available on all systems. Consider using the more portable POSIX shell (`#!/bin/sh`) instead which is available on all...

I am not gonna pay for Rider

Well, there is no release version for Linux. Do I need to build it from the source to make it work on Linux? Also, I tried to run the build.sh...

to reproduce: - clone/checkout master at [38bd9b3] (latest as of this writing) - build it - add a plugin like this: ```lua local DocView = require "core.docview" local omr =...

to reproduce: - clone/checkout master at [38bd9b3] (latest as of this writing) - build it - add this plugin: ```lua local DocView = require "core.docview" local omr = DocView.on_mouse_released function...

First of all thanks for such a wonderful FOSS project! I would really appreciate if you could point me to any documentation for plugins API (especially the GUI stuff). Or...

I want to create my custom theme, I need some documentation or tutorials.