aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2023-01-21Add new pluging gitopen:open-from-commit (#178)Eric Gaudet
Given a git commit (default HEAD), open the files that are in the project and part of this commit.
2023-01-20[CI] Updated README.md.Github Actions
2023-01-20[CI] Updated README.md.Github Actions
2023-01-19[CI] Updated README.md.Github Actions
2023-01-19[CI] Updated README.md.Github Actions
2023-01-19[CI] Updated README.md.Github Actions
2023-01-19[CI] Updated README.md.Github Actions
2023-01-18Search user interface using widgets (#168)Jefferson González
* added search_ui * support treeview find in directory * added support for lua pattern replace * use new widgets animation system and other fixes * clear results when changing options * adapted to changes on lite-xl/lite-xl#1232 * added bottom layout and made it default * added option to position on top * updated to use new widgets path * added search_ui to manifest
2023-01-17[CI] Updated README.md.Github Actions
2023-01-13[CI] Updated README.md.Github Actions
2023-01-10[CI] Updated README.md.Github Actions
2023-01-06[CI] Updated README.md.Github Actions
2023-01-04[CI] Updated README.md.Github Actions
2023-01-04Fix manifest link in READMEGuldoman
2023-01-02Added in descripiton for hta.Adam Harrison
2023-01-02Adjusted things.Adam Harrison
2023-01-02Whoops.Adam Harrison
2023-01-02Updated manifest and READMe.Adam Harrison
2023-01-02Preserved README structure.Adam Harrison
2023-01-02Added in workflow to generate table.Adam Harrison
2022-12-31readme: add evergreen to plugin list (#184)sammyette
2022-12-28Add `tab_switcher` (#173)Guldoman
2022-12-24added editorconfig plugin (#163)Jefferson González
* properly ignore comments on declarations * strip newlines when insert_final_newline set to false * force match up to the end * support unset property * make property values case insensitive * handle indent_size when set to tab * handle escaped comment chars * also lowercase property names * support utf-8 as on spec * apply rules to unsaved unamed/named docs * annotation fix * added test suite and fixes for 100% pass rate * do not force match from start, breaks 2 tests * allow starting wild cards to match everything * disabled print buffering * make last line visible if insert_final_newline true * use log_quiet for debug * adapted to changes on lite-xl/lite-xl#1232 * properly return from add/remove_project_directory overrides * Use new trimwhitespace functionality if possible
2022-11-27Reorganize README.mdjgmdev
2022-11-27[Plugin] Add Custom Caret Plugin (#162)Techie Guy
2022-11-24Update README.mdDlanis
2022-11-17readme: chopped long lines, added directory to installjgmdev
2022-11-17Add Profiler Plugin (#155)Jefferson González
2022-11-17Reorganize README.md (#156)github-actions[bot]
Co-authored-by: jgmdev <jgmdev@users.noreply.github.com>
2022-11-17add gitblame plugin (#154)Juliardi
2022-11-03Removed extra item in list (#142)Techie Guy
2022-11-02Reorganize README.md (#139)github-actions[bot]
Co-authored-by: Guldoman <Guldoman@users.noreply.github.com>
2022-10-14Add `language_erb` to READMEGuldoman
2022-10-08Removed language_cpp, as it's in the core, and not in this repo at all, in ↵Adam
this branch.
2022-10-02add inter-process communication (ipc) plugin (#127)Jefferson González
* adds single instance support and basic file dragging from instance to instance
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