Giter VIP home page Giter VIP logo

learnjs's Introduction

LearnJS

Easy to make interactive teaching material with YAML and Markdown.

This is now a hobby project. I'm building this so I can make interactive slides for my courses.

TODO

  • tons of core things. Well, this is just a first commits.

Screenshot

screenshot of current LearnJS state

Sample Testing Value

slides:
  - widgets:
    - type: text
      posX: 40
      posY: 30
      content: |
        # Slide Title 
        so, now what?       

        now we can have **markdown**, right? **yes, right, and _great_!!**
        
        What's more? Let's add a link to [42games] 

        And bullets too.
    
        and I can have <span class='hello'>HTML code here</span> too.
  
        ### What is Flash?
  
        * It is an animation tool      
        * It is a game      
        * It is an iOS app      
        * None of these.

          [42games]: http://42games.net "Company behinds LearnJS"


    - type: image
      posX: 10
      posY: 10
      src: http://placekitten.com/400/300
  - widgets:
    - type: text
      posX: 0
      posY: 10
      content: |
        # Slide Title 
    
        This is a link: [42games].
    
        This is another link to [google][0].
   

         [42games]: http://42games.net "Company behinds LearnJS"
         [0]: http://google.com "Gooogle"


    - type: image
      posX: 10
      posY: 10
      src: http://placekitten.com/400/300

learnjs's People

Stargazers

Thomas Seng Hin Mak avatar

Watchers

Thomas Seng Hin Mak avatar James Cloos avatar  avatar

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.