liquid
liquid copied to clipboard
Clojure Text Editor, for editing clojure code and markdown. Written entirely in Clojure with inspiration from Emacs and Vim.
Liquid displays the filename (with the complete absolute path) of the buffer in the lower left corner. At the right side of the filename information like row and column numbers...
This is a good example of why maybe you should use a parser in general! In the following example if I press 'e' at -> it fails to evaluate the...
Would make startup faster
In relative mode the typeahead-mode show the buffer near the cursor in the calling buffer. It can be difficult to see the boundry. Maybe use some kind of backgroundcolor? Also...
It isn't clear to me how code formatting should be addressed within liquid. Is this something the use needs to add using one of the may clojure code formatting libraries...
You can borrow Paren-soup and make a web client: https://github.com/oakes/paren-soup This way it can be accessed easier and faster.
Could you give some information on how you work on the editor? Specifically, how could you run the editor and use a repl to interact with it?
The dk.salza.liq.modes.findfilemode should be more flexible in the following senses: ## Callback The mode should be able to take a callback function, which will operate on the found file or...
In my window manager, i3, the shape of the terminal changes over time, and so if I return to Liquid, it's all jumbled up. Can we just have a running...