TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What would you want in a jsFiddle/CodePen alternative?

3 点作者 zombio将近 12 年前
I recently wrote a tutorial on the subject and it got me thinking. So, what would you want?

1 comment

michaelw将近 12 年前
I use <a href="http://plnkr.co" rel="nofollow">http://plnkr.co</a> and apart from the outrageous amounts of memory it can consume it's pretty good.<p>Features I like about Plunker: - Multiple files - Great code editor (ACE) - Streaming collaboration mode (so others can follow along) - Versioning<p>Features I want: - Test endpoints (echo and/or redirect to a resource would be fine) - Github integration: able to save and load assets to and from github - Add Javascript librarie references from CDN (jsbin does this best) - Unit test support (some do this but it could be better) - Easily self-hosted for use on an offline laptop - Mobile previews - Better search (find me all the fiddles/plunks that include calls to angular.extend)<p>OK, I want these things to turn into lightweight IDEs and REPLs.