GithubHelp home page GithubHelp logo

popcodeorg / popcode Goto Github PK

View Code? Open in Web Editor NEW
189.0 189.0 138.0 15.81 MB

An HTML/CSS/JavaScript editor for use in the classroom

License: MIT License

JavaScript 90.51% CSS 4.30% HTML 3.05% Shell 0.31% Dockerfile 0.15% Python 1.69%
classroom editor education web-development

popcode's People

Contributors

aduros avatar ajgreenb avatar alecmerdler avatar alessbell avatar alexpelan avatar carolchau avatar catrope avatar chasestarr avatar codewritingcow avatar demc avatar ericandrewlewis avatar gangstertim avatar greenberga avatar harry1064 avatar inlinestyle avatar joshling1919 avatar jwang1919 avatar kinduff avatar leo-alexander avatar maggiewalker avatar omardeleo avatar outoftime avatar pwjablonski avatar raingerber avatar razzius avatar renovate-bot avatar renovate[bot] avatar tenyoung795 avatar v avatar wylieconlon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

popcode's Issues

Don’t show preview if there are validation errors

If there are any validation errors, the preview should be replaced by a list of the errors, making it impossible to ignore them.

Clicking on an error should focus the corresponding line in the editor.

While we’re in there, this would be a good time to debounce validation checks, put a overlay/throbber on top of the preview while we’re validating, etc.

TypeError in /

https://trello.com/c/ZFxwJa5O/121-typeerror-in

Enter this in CSS

img src ="https://s3.amazonaws.com/creativeallies/snapshots/000/123/983/original/Lifehouse_Seven_v2.jpg?141854206";

i,img src ="https://s3.amazonaws.com/creativeallies/snapshots/000/123/983/original/Lifehouse_Seven_v2.jpg?141854206";

i,

Error in Popcode

TypeError in /
Uncaught TypeError: Cannot read property 'type' of null

View on Bugsnag

Stacktrace

https://popcode.org/compiled/application.js:1 - Object.n.parse

View full stacktrace

User Feedback

Submitter: Carol
Email: [email protected]
Hi Popcode!

I'm Carol and I was trying to go through three questions that I had saved as gist to my class, but when I clicked the 'Load Project" button on the left side panel, it wasn't responsive. My Macbook Air was connected to the SmartBoard so what we suspect happened was that since I was connected to the SmartBoard, the screen resolution was reduced, and the image with the white ghost-like thing with two black eyes ( id="Pop1___0" ) blocked the space of the panel and did not let me click on the labels.

I just wanted to bring up this issue I had. Asides from that, we've been using popcode for a few classes now and it's pretty neat!

-- Carol

HTML validation

At the very least: syntax validation, check that tags exist, etc. This may actually be pretty difficult? Le sigh.

Hopefully htmllint can do something useful.

Chrome not updated error

we don't always have control over the school computers. what's the latest version of chrome supported/can we try to support some of the minor older versions? is safari or firefox better for handling pop code?

User Feedback

Submitter: Tom Bijesse
Email: [email protected]
Hey Mat,

I'm not sure why but I just exported a gist and I am not getting the link at the top of the page that I would see before. It is also exporting anonymously.

Any idea why that might be happening?

User Feedback

Submitter: Phil
Email: [email protected]
Hi, I am trying to export to gist, but it keeps on opening a new tab and not exporting it.

When I try to open up a gist in popcode, it goes to popcode, but there is no code in there. Am I doing something wrong?

Thanks loads,

Phil

Multiple projects

  • Ability to create a new project
  • Ability to switch to a previous project

Templates

Educators should be able to pass out a URL to a class full of students; following the URL should yield a new/private document that uses the educator’s template (starter code). Flow is something like this:

  • Educator creates a page and saves it to GitHub
  • Educator can generate a “template link” which just points at the GitHub gist ID/SHA
  • Opening that template link reads data out of the GitHub gist into a new page

User Feedback

Submitter: Erica
Email: [email protected]
Too many students exporting as a gist at the same time gave me error 404 messages on Github. Might not be a popcode error.

Non-straight-quotes in HTML should produce more useful error message

In our class today a student's chromebook was, for some reason, set to use the international keyboard setting.

As a result she got an error nag about needing to use "s for her href attribute because the double-quotes were typed with international characters. The tag was visibly correct. Switching the chromebook to US Keyboard setting fixed the issue with visibly different " characters in the IDE.

Save to GitHub gist / restore from GitHub gist

Ideally we’d like to have the browser client communicating directly with GitHub with no need for a server intermediary. Do we have the technology?

  • Auth with GitHub
  • Save current work to a GitHub gist (should just happen automatically if you are authed when you save to local storage).

Show warnings if code isn't indented properly

It would be great if students were advised on proper indentation in an automated fashion. It would help them get in the habit of formatting code cleanly much sooner, and help them find obvious bugs in their own code.

From our conversation over Slack, it sounds like we could infer what indentation type the code is primarily using, and enforce that everywhere in the code.

Maybe we wouldn't want to block the page from loading when indentation errors are present, but instead add a warning annotation to the line that's improperly indented.

Support popular transpilers/next versions

The editor should support popular transpilers, especially those that are transpiling next code into currently-supported code:

Next code

  • CSS4 via cssnext
  • ES2015 via Babel

Abstraction languages

  • SASS
  • LESS
  • CoffeeScript
  • ClojureScript

Etc

Save to local storage / restore from local storage

  • Save current work to local storage (this should happen automatically with some reasonable debounce/throttle)
  • Restore page you were last editing when you visit again
  • Create new page
  • View list of saved pages
  • Open saved page for editing

Note that this is only using local storage; no need for server persistence (YET)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.