Lebab Live editor
See original GitHub issueSeems like https://lebab.io/try-it is not updated and @nene do not have access to this, so in case people want to try out the latest Lebab version without installing it on their machines, I created this
Lebab - Community Editor - You can view the source here Source
It uses the latest version of Lebab, If Lebab updates, this also automatically fetches and updates. So it will always be up to date.
Main Features:
- Customizable Options. You can choose which Lebab options you like to test.
- Optional Minify and Transpile using Babel and Babili.
Fork,Clone,Download:
- You can simply fork the repo and use it directly using Github pages.
- You can also Clone it to your own server and run it just like a regular website.
- You may download the repo locally, but it must be ran on a local webserver such as
wamp
for windows and the likes.
Tested on: FF - 54.0.1 Chrome - 59.0
Note** Since the code uses webworkers
, it must be ran on a web server since modern browsers will not allow you to run a web worker locally.
Issue Analytics
- State:
- Created 6 years ago
- Comments:10 (4 by maintainers)
Top Results From Across the Web
Turn your ES5 code into readable ES6. Lebab does ... - GitHub
Lebab transpiles your ES5 code to ES6/ES7. It does exactly the opposite of what Babel does. If you want to understand what Lebab...
Read more >Lebab: Turn your ES5 code into readable ES6 - Morioh
Lebab transpiles your ES5 code to ES6/ES7. It does exactly the opposite of what Babel does. If you want to understand what Lebab...
Read more >View from the Fringe - New England Rug Society
He is a Contributing Editor of HALI and has written articles on Baluch- and other carpet- related subjects. DeWitt Mallary.
Read more >Submissions from github.com | Hacker News
Phoenix Live View Trello Clone (Erlang/Elixir) (github.com/noozo) ... Notion.clone: open-source notes editor like in Notion (github.com/konstantinmuenster).
Read more >AUR (en) - Packages - Arch Linux
lebab, 3.1.1-1, 1, 0.00, Turn your JavaScript ES5 code into readable ES6/ES7 ... ledger-live-git, 2.46.0.r0.g7f310a4e89-1, 1, 0.00, Ledger Live - Desktop ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi, thanks for checking it out. Once you load the editor, it checks out for any new version of lebab, it then takes the latest version. Since lebab does not have its own browser version, it gets the browserified version of it using a third party service. It is why its taking some time on the first load, but once it loads, it will then be cached on your browser, so next reaload will be faster.
Great!
I’m closing down this task. We can open up additional issues in https://github.com/uniibu/lebab-ce repo when the need arises.