-
Notifications
You must be signed in to change notification settings - Fork 9
Add live editor #33
base: master
Are you sure you want to change the base?
Add live editor #33
Conversation
Codecov Report
@@ Coverage Diff @@
## master #33 +/- ##
=========================================
+ Coverage 66.53% 67.5% +0.97%
=========================================
Files 17 29 +12
Lines 1007 1779 +772
Branches 239 418 +179
=========================================
+ Hits 670 1201 +531
- Misses 337 578 +241
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This code looks good! We need to figure out how this can be used alongside the current export of this project or how we can change things to make them both work.
|
@nicknisi I think I will get time this week to re-base it and submit something. How we get it to work along side the other export, I will see if it is obvious when I rebase it, if not, well I will at least try to think of an approach. |
This PR provides a new
LiveCodeControllerandLiveCodeExamplewhich provides the ability to embed examples within a web page that are editable and runnable.