Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Lighttable | 11,683 | a year ago | 179 | mit | Clojure | |||||
The Light Table IDE ⛺ | ||||||||||
Packer.nvim | 5,979 | 6 days ago | 292 | mit | Lua | |||||
A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config | ||||||||||
Gridjs | 3,921 | 1 | 17 | 11 days ago | 66 | August 20, 2022 | 90 | mit | TypeScript | |
Advanced table plugin | ||||||||||
Jqgrid | 2,840 | 10 | 4 | 5 days ago | 7 | March 09, 2022 | 56 | JavaScript | ||
jQuery grid plugin | ||||||||||
Griddle | 2,471 | 438 | 43 | 3 years ago | 127 | May 04, 2018 | 182 | mit | JavaScript | |
Simple Grid Component written in React | ||||||||||
Vue Good Table | 2,033 | 126 | 46 | a month ago | 177 | September 29, 2021 | 170 | mit | Vue | |
An easy to use powerful data table for vuejs with advanced customizations including sorting, column filtering, pagination, grouping etc | ||||||||||
Jspdf Autotable | 1,921 | 242 | 130 | 2 months ago | 115 | June 03, 2022 | 34 | mit | TypeScript | |
jsPDF plugin for generating PDF tables with javascript | ||||||||||
Advanced Tables Obsidian | 1,085 | 3 months ago | 51 | gpl-3.0 | TypeScript | |||||
Improved table navigation, formatting, and manipulation in Obsidian.md | ||||||||||
Wal2json | 1,055 | a month ago | 1 | March 03, 2021 | 21 | bsd-3-clause | C | |||
JSON output plugin for changeset extraction | ||||||||||
Mobility | 879 | 30 | 10 | 4 days ago | 87 | June 24, 2022 | 31 | mit | Ruby | |
Pluggable Ruby translation framework |
Plugin metadata for the Light Table plugin manager
To submit a plugin, open an issue and provide the plugin's github url and the version to release e.g. 0.1.2. Your plugin's repository must be tagged with the requested version. See the docs for more.
In order for a plugin to have a new release, a plugin file must be added to this project. The file
should be PLUGIN_NAME/VERSION/plugin.edn
or PLUGIN_NAME/VERSION/plugin.json
where VERSION is the
new version number e.g. 0.1.2.
There is a script/submit-plugin.rb
script to create the plugin file given a github_url and version e.g.
script/submit-plugin.rb https://github.com/LightTable/Emmet 0.0.2
. This script does not verify the
submission is authorized i.e. not clobbering an existing plugin - you still need to do that
manually. To use the script, make sure you are using ruby >= 2.0 and install the edn gem: gem install edn
.
To verify if all metadata files are at the correct path, run script/verify-paths.rb
.
See LICENSE