{"id":13398451,"url":"https://github.com/LightTable/LightTable","last_synced_at":"2025-03-14T02:31:22.666Z","repository":{"id":3740229,"uuid":"4814354","full_name":"LightTable/LightTable","owner":"LightTable","description":"The Light Table IDE ⛺","archived":true,"fork":false,"pushed_at":"2022-06-17T00:20:21.000Z","size":19648,"stargazers_count":11713,"open_issues_count":181,"forks_count":914,"subscribers_count":425,"default_branch":"develop","last_synced_at":"2025-03-12T09:13:06.280Z","etag":null,"topics":["clojure","clojure-development","clojurescript","editor","ide","lighttable"],"latest_commit_sha":null,"homepage":"www.lighttable.com","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LightTable.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-06-27T22:32:43.000Z","updated_at":"2025-03-06T15:35:17.000Z","dependencies_parsed_at":"2022-07-12T15:00:50.685Z","dependency_job_id":null,"html_url":"https://github.com/LightTable/LightTable","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LightTable%2FLightTable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LightTable%2FLightTable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LightTable%2FLightTable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LightTable%2FLightTable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LightTable","download_url":"https://codeload.github.com/LightTable/LightTable/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243511660,"owners_count":20302595,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clojure","clojure-development","clojurescript","editor","ide","lighttable"],"created_at":"2024-07-30T19:00:26.554Z","updated_at":"2025-03-14T02:31:21.831Z","avatar_url":"https://github.com/LightTable.png","language":"Clojure","readme":"# Light Table\n[![Build Status](https://travis-ci.org/LightTable/LightTable.svg?branch=master)](https://travis-ci.org/LightTable/LightTable)\n[![Build Status](https://semaphoreci.com/api/v1/lighttable/lighttable/branches/master/badge.svg)](https://semaphoreci.com/lighttable/lighttable)\n[![Build status](https://ci.appveyor.com/api/projects/status/kwnbeg947lueg2dl?svg=true)](https://ci.appveyor.com/project/prertik/lighttable-1rj5p)\n[![CircleCI](https://circleci.com/gh/LightTable/LightTable.svg?style=svg)](https://circleci.com/gh/LightTable/LightTable)\n[![codecov](https://codecov.io/gh/LightTable/LightTable/branch/master/graph/badge.svg)](https://codecov.io/gh/LightTable/LightTable)\n\n![](https://img.shields.io/github/downloads/LightTable/LightTable/latest/total.svg?style=for-the-badge)\n[![Packaging status](https://repology.org/badge/tiny-repos/lighttable.svg)](https://repology.org/metapackage/lighttable/versions)\n\n[![Join the chat at https://gitter.im/LightTable/LightTable](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/LightTable/LightTable?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n[![Code Shelter](https://www.codeshelter.co/static/badges/badge-flat.svg)](https://www.codeshelter.co/)\n\nLight Table is a next generation code editor that connects you to your creation with instant feedback. Light Table is very customizable and can display anything a [Chromium browser](http://www.chromium.org/) can.\n\n### This is a development branch and is not clean like `master` and can have many breakages.\n\n## Downloads\n\nPrebuilt binaries are available through [lighttable.com](http://lighttable.com). To build and use a developer version of Light Table [see these instructions](doc/developer-install.md).\n\nFor OSX users, the install process involves the following steps until we officially sign our OSX App:\n\n* In Finder, Ctrl-click on LightTable.app/ and select Open.\n* When you see [this prompt](https://cloud.githubusercontent.com/assets/11994/11731454/85181e90-9f69-11e5-9c65-f6aa4228005c.png) about LightTable being unidentified, click Open.\n* If Ctrl-click doesn't work for you, open System Preferences \u003e Security \u0026 Privacy \u003e General, temporarily change \"Allow apps downloaded from:\" to Anywhere and double click on LightTable.app.\n\n## Documentation\n\n* See [docs.lighttable.com](http://docs.lighttable.com/) for official user documentation and tutorials.\n* See the [community wiki](https://github.com/LightTable/LightTable/wiki) which includes a [User FAQ](https://github.com/LightTable/LightTable/wiki/FAQ) and a [For Users page](https://github.com/LightTable/LightTable/wiki/For-Users) for additional links.\n* For a typical Light Table workflow, [read this](doc/workflow.md).\n* To understand how Light Table works, read about its [BOT architecture](doc/BOT.md).\n* See [Light Table's API docs](http://lighttable.github.io/LightTable/api/index.html) to see what\n  plugin authors have access to.\n* If you're a user coming from vim or emacs see the [For Vim Users](https://github.com/LightTable/LightTable/wiki/For-Vim-Users) and [For Emacs Users](https://github.com/LightTable/LightTable/wiki/For-Emacs-Users) guides.\n\n## Plugins\n\nLight Table has a powerful plugin system that allows almost any aspect of the editor to be extended and customized. With over [100+ plugins](https://github.com/LightTable/plugin-metadata), the community is able to offer eval support for new languages, create domain-specific IDEs and much more. If you're interested in writing your own plugin, see the [Write a Plugin](http://docs.lighttable.com/#write-a-plugin) and [Submit a Plugin](http://docs.lighttable.com/#submit-a-plugin) docs. For an example ClojureScript plugin, see [LightTable-Declassifier](https://github.com/LightTable/LightTable-Declassifier).\n\n## Community\n\nWant to ask a question or just say hi? Please do :). Our mailing list is the [Light Table Google group](https://groups.google.com/forum/#!forum/light-table-discussion). We also hang out in `#lighttable` on Freenode IRC.\n\n## For Developers\n\nLightTable is primarily written in [ClojureScript](http://clojure.org/clojurescript). If you aren't familiar with it, check out [David Nolen's tutorial](https://github.com/swannodette/lt-cljs-tutorial).\n\nIn order to develop for Light Table, you will need to [install a developer version of Light Table](doc/developer-install.md). For more information, read [CONTRIBUTING.md](https://github.com/LightTable/LightTable/blob/master/CONTRIBUTING.md#code-contributions) and [For Developers](https://github.com/LightTable/LightTable/wiki/For-Developers).\n\n\n## License\n\nAll files in this project are under the [LICENSE.md](LICENSE.md) license unless otherwise stated in the file or by a dependency's license file.\n\n## Credits\n\nBig thanks to all our [contributors](https://github.com/LightTable/LightTable/graphs/contributors)!\nThanks of course to Kodowa for all they have done for Light Table and also to Cognitect for providing friday contributions for one of the core team members.\n","funding_links":[],"categories":["Clojure","ClojureScript","Applications","clojure","Apps"],"sub_categories":["Text Editors","IDE","Open Source","Misc","Editors"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLightTable%2FLightTable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FLightTable%2FLightTable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLightTable%2FLightTable/lists"}