Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-23 | Update README.md | FilBot3 | |
2022-04-23 | Add how to request plugins | Guldoman | |
2022-04-22 | Reorganize README.md | Guldoman | |
2022-04-22 | Add plugin install instructions | Guldoman | |
2022-04-22 | Add files via upload | StunxFS | |
2022-04-21 | Merge pull request #56 from devPnal/support-autohotkey | Adam | |
Add `language_autohotkey.lua` | |||
2022-04-14 | Update README.md | Gabriel Alves Cunha | |
Add an explanation for newbies on how to add these plugins. | |||
2022-04-04 | Reorganize README.md | Guldoman | |
2022-04-02 | Update README.md | devPnal | |
2022-04-02 | Modified README | devPnal | |
2022-04-01 | Added lsp and widget to README | jgmdev | |
2022-04-01 | add treeview-menu-extender plugin (#36) | Juliardi | |
2022-04-01 | typingspeed: 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-24 | Reorganize README.md | adamharrison | |
2022-03-16 | add `language_glaz.lua` | StunxFS | |
2022-03-08 | Made a plugin (#42) | Tha Cuber | |
* Update README.md | |||
2022-03-04 | Reorganize README.md | jgmdev | |
2022-03-03 | readme: added language_diff | jgmdev | |
2022-02-16 | Added language_pkgbuild | jgmdev | |
2022-01-26 | add plugin select_colorscheme | AlexSol | |
2022-01-20 | Reorganize README.md | Guldoman | |
2022-01-19 | Update README.md | AKDev | |
Co-authored-by: Guldoman <giulio.lettieri@gmail.com> | |||
2022-01-18 | add langauge_nelua | AKDev | |
2022-01-17 | small fixes | Ash-Coder-or-Not | |
2022-01-17 | adding gemtext highlighting plugin | Ash-Coder-or-Not | |
2021-12-30 | Reorganize README.md | Guldoman | |
2021-12-30 | Rename `sass` and `scala` language plugins to follow the standard | Guldoman | |
2021-12-30 | Remove integrated plugins | Guldoman | |
2021-12-27 | Add link to rxi/lite-plugins repo | Guldoman | |
2021-12-23 | Merge pull request #6 from Tamnac/master | Adam | |
Add Crystal Language support | |||
2021-12-22 | Update README.md | Lorenzo Orsatti | |
fix typo | |||
2021-12-22 | another alphabetical order fix | Ash-Coder-or-Not | |
2021-12-22 | fixes to readme.md to ensure alphabetical order is maintained | Ash-Coder-or-Not | |
2021-12-21 | updated readme with crystal plugin | Tamnac | |
2021-12-18 | Add back Note italic | Guldoman | |
2021-12-18 | Update Lite XL link | Guldoman | |
2021-12-18 | Remove mention of incompatibilities with lite | Guldoman | |
2021-12-18 | Merge branch 'master' into master | Adam | |
2021-12-12 | readme | Jipok | |
2021-12-05 | Merge branch 'master' into immersive-title | Adam | |
2021-12-05 | Merge pull request #83 from Guldoman/extend_selection_line | Adam | |
Add `extend_selection_line` | |||
2021-12-05 | Merge pull request #91 from Guldoman/indent_convert | Adam | |
Add `indent_convert` | |||
2021-12-05 | Merge pull request #95 from lite-xl/opacity | Adam | |
Opacity Modification Plugin | |||
2021-12-05 | Merge pull request #103 from Guldoman/force_syntax | Adam | |
Add `force_syntax` | |||
2021-12-05 | Add simple small file icons set for TreeView | Jipok | |
2021-12-01 | Add `force_syntax` | Guldoman | |
2021-11-29 | Added Initial scala support | Nightwing | |
2021-11-23 | Merge pull request #94 from JobinsJC/dev | Adam | |
Add syntax highlighting for Julia | |||
2021-11-23 | Commit on behalf of @mart-on-windows. | Adam Harrison | |
2021-11-23 | Merge pull request #81 from takase1121/smoothcaret | Adam | |
add smoothcaret.lua |