aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2022-09-10Merge pull request #114 from Guldoman/PR_primary_selectionJefferson González
Add `primary_selection`
2022-09-10Syntax highlighter for the MiniScript programming language (#124)ThaCuber
* Syntax highlighter for the Miniscript language * Update README.md
2022-08-22removed linecopypaste as it is now part of corejgmdev
2022-06-29Add `primary_selection`Guldoman
2022-06-27Fixed Crystal Plugin Link (#113)Tamnac
* Fixed Crystal Plugin Link * Update README.md Co-authored-by: Guldoman <giulio.lettieri@gmail.com> Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
2022-06-25Added language_ignore plugin (#111)Anthony Axenov
* Added language_ignore plugin I made simple syntax highlighting plugin for ignore-files. More info in my repo: https://github.com/anthonyaxenov/lite-xl-ignore-syntax * Fixed asterisk after the language_ignore plugin Co-authored-by: Guldoman <giulio.lettieri@gmail.com> Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
2022-06-25Corrected wrong term: ss -> gifJuan Castillo
A gif of the motiontrail plugin is linked on line 147, but it is referred to as a "screenshot". https://github.com/lite-xl/lite-xl-plugins/blob/a46a62608edd0ef50a8494e5c9502d94b8a145dc/README.md?plain=1#L147 This was corrected.
2022-06-20Added missing * to console plugin in READMEa
2022-06-20Syntax highlighting for intel x86 assembly (#107)a
* Assembly x86 syntax highlighting * Little fixes * Highlight other hex pattern e.g. deadbeef123h * Add use64 to symbols * Include $ as an operator * Remove broken symbols Never seen them used anyway? * Made some bits more consistent Hex & binary notation with uppercase letters now too * Formatted * Removed duplicate | in pattern * `language_assembly_x86`: simplify extension pattern * Fixed broken symbols Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
2022-06-17Added language_env pluginAnthony Axenov
2022-06-14Add language_caddyfile (#104)Jefferson González
* added language_caddyfile
2022-06-14`nonicons`: link to invariable font downloadGuldoman
2022-06-14Fix incorrect link to Crystal syntax highlighting (#94)Delta-official
2022-06-06Add `align_carets` (#89)Guldoman
2022-06-05added wordcount pluginAdam Harrison
2022-05-23Add settings gui plugin (#65)Jefferson González
* Appropriately merged config hashes. * indentguide: use indent size from doc instead of config * added settings gui plugin * added new animation/transition settings * overwrite ToolbarView settings command * Introduced new button type * Added button to open user module on General section * settings: partially implemented keybindings * initial support for settings.type.LIST_STRINGS * added on_apply, prettify settings file and other fixes * added ability to save keybinds and apply at startup * dropped custom prettify in favor of new common.serialize support * handle plugins enable/disable * added priority:0 * added color theme chooser pane * do not remove duplicated colors * properly list all shortcuts assigned to a command * handle multiple bindings per command * custom drawing of colors preview * added video preview to readme * removed unused settings.type.LIST_NUMBERS
2022-05-22Added asteriskShady Goat
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
2022-05-22Added extermShady Goat
2022-05-22add treeview-menu-extender plugin (#36)Juliardi
2022-05-22hidelinenumbers: removed, the linenumbers plugin provides a better alternativejgmdev
2022-05-22hidestatus: remove since the statusbar provides this nowjgmdev
2022-05-22centerdoc: added toggle and zen mode toggle commandsjgmdev
2022-04-29A plugin for generating dummy lorem ipsum textsheetcoder
2022-04-25Reorganize README.mdGuldoman
2022-04-25Merge pull request #70 from FilBot3/language-containerfileGuldoman
language_containerfile for Containerfiles and Dockerfiles
2022-04-25Update README.mdFilBot3
Added requested asterisk to denote repository rather than standalone file.
2022-04-24docs: resolve merge conflict, bring in latest changesTorchedSammy
2022-04-24docs: add my pluginsTorchedSammy
2022-04-23Update README.mdFilBot3
2022-04-23Add how to request pluginsGuldoman
2022-04-22Reorganize README.mdGuldoman
2022-04-22Add plugin install instructionsGuldoman
2022-04-22Add files via uploadStunxFS
2022-04-21Merge pull request #56 from devPnal/support-autohotkeyAdam
Add `language_autohotkey.lua`
2022-04-14Update README.mdGabriel Alves Cunha
Add an explanation for newbies on how to add these plugins.
2022-04-04Reorganize README.mdGuldoman
2022-04-02Update README.mddevPnal
2022-04-02Modified READMEdevPnal
2022-04-01Added lsp and widget to READMEjgmdev
2022-04-01add treeview-menu-extender plugin (#36)Juliardi
2022-04-01typingspeed: added typingspeed plugin (#47)B14CK313
This plugin displays your current typing speed in characters per minute and words per minute in the status bar. I tried to keep the logic very simple, so instead of using real accurate values, it counts characters/words in the current minute and adds the value of the previous minute multiplied by the percentage needed to 'complete' the current minute (so it basically always displays the value for one minute, but the part of it that falls into the last minute uses the average): ``` words_last * (1 - (t.sec) / 60) + words ``` This should give fairly good results without the need for complicated code or falling back to 0 after every minute.
2022-03-24Reorganize README.mdadamharrison
2022-03-16add `language_glaz.lua`StunxFS
2022-03-08Made a plugin (#42)Tha Cuber
* Update README.md
2022-03-04Reorganize README.mdjgmdev
2022-03-03readme: added language_diffjgmdev
2022-02-16Added language_pkgbuildjgmdev
2022-01-26add plugin select_colorschemeAlexSol
2022-01-20Reorganize README.mdGuldoman
2022-01-19Update README.mdAKDev
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>