aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
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>
2022-01-18add langauge_neluaAKDev
2022-01-17small fixesAsh-Coder-or-Not
2022-01-17adding gemtext highlighting pluginAsh-Coder-or-Not
2021-12-30Reorganize README.mdGuldoman
2021-12-30Rename `sass` and `scala` language plugins to follow the standardGuldoman
2021-12-30Remove integrated pluginsGuldoman
2021-12-27Add link to rxi/lite-plugins repoGuldoman
2021-12-23Merge pull request #6 from Tamnac/masterAdam
Add Crystal Language support
2021-12-22Update README.mdLorenzo Orsatti
fix typo
2021-12-22another alphabetical order fixAsh-Coder-or-Not
2021-12-22fixes to readme.md to ensure alphabetical order is maintainedAsh-Coder-or-Not
2021-12-21updated readme with crystal pluginTamnac
2021-12-18Add back Note italicGuldoman
2021-12-18Update Lite XL linkGuldoman
2021-12-18Remove mention of incompatibilities with liteGuldoman
2021-12-18Merge branch 'master' into masterAdam
2021-12-12readmeJipok
2021-12-05Merge branch 'master' into immersive-titleAdam
2021-12-05Merge pull request #83 from Guldoman/extend_selection_lineAdam
Add `extend_selection_line`
2021-12-05Merge pull request #91 from Guldoman/indent_convertAdam
Add `indent_convert`
2021-12-05Merge pull request #95 from lite-xl/opacityAdam
Opacity Modification Plugin
2021-12-05Merge pull request #103 from Guldoman/force_syntaxAdam
Add `force_syntax`
2021-12-05Add simple small file icons set for TreeViewJipok
2021-12-01Add `force_syntax`Guldoman
2021-11-29Added Initial scala supportNightwing
2021-11-23Merge pull request #94 from JobinsJC/devAdam
Add syntax highlighting for Julia
2021-11-23Commit on behalf of @mart-on-windows.Adam Harrison
2021-11-23Merge pull request #81 from takase1121/smoothcaretAdam
add smoothcaret.lua