Skip to content

Commit

Permalink
Merge pull request #8 from JerryI/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
JerryI authored Jul 17, 2024
2 parents bd943e9 + b5d7d7b commit 206d58b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ npm run demo

It does not need to have Wolfram Kernel.

Check out **[live demo](https://jerryi.github.io/cm6/)** on github pages
Check out **[live demo](https://jerryi.github.io/wljs-editor/)** on github pages

## License

Expand Down
2 changes: 1 addition & 1 deletion github-pages/index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<!DOCTYPE html><html><head><title>Playground for testing</title><link rel="stylesheet" href="https://jerryi.github.io/cm6/styles.4e25ce1f.css"><script type="module" src="https://cdn.jsdelivr.net/gh/JerryI/wljs-interpreter@dev/src/interpreter.js"></script><script type="module" src="https://cdn.jsdelivr.net/gh/JerryI/wljs-interpreter@dev/src/core.js"></script><script type="module" src="https://cdn.jsdelivr.net/gh/JerryI/wljs-cells@dev/src/module.js"></script><script type="module" src="https://jerryi.github.io/cm6/kernel.da81e14c.js"></script></head><body style="padding:5rem"> <script type="module">
<!DOCTYPE html><html><head><title>Playground for testing</title><link rel="stylesheet" href="https://jerryi.github.io/wljs-editor/styles.4e25ce1f.css"><script type="module" src="https://cdn.jsdelivr.net/gh/JerryI/wljs-interpreter@dev/src/interpreter.js"></script><script type="module" src="https://cdn.jsdelivr.net/gh/JerryI/wljs-interpreter@dev/src/core.js"></script><script type="module" src="https://cdn.jsdelivr.net/gh/JerryI/wljs-cells@dev/src/module.js"></script><script type="module" src="https://jerryi.github.io/wljs-editor/kernel.da81e14c.js"></script></head><body style="padding:5rem"> <script type="module">
new window.SupportedCells['codemirror'].view({element: document.body, save:()=>{}}, `n = (*SqB[*)Sqrt[1 - (*FB[*)(((*SpB[*)Power[(*SbB[*)Subscript[\\[Omega](*|*),(*|*)p](*]SbB*)(*|*),(*|*)2](*]SpB*))(*,*)/(*,*)((*SpB[*)Power[((*SbB[*)Subscript[\\[Omega](*|*),(*|*)0](*]SbB*) - \\[Omega])(*|*),(*|*)2](*]SpB*) - I \\[Gamma] \\[Omega]))(*]FB*) ](*]SqB*) `)
</script> </body></html>
2 changes: 1 addition & 1 deletion github-pages/kernel.da81e14c.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion github-pages/styles.4e25ce1f.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "node --max-old-space-size=8192 ./node_modules/.bin/rollup --config rollup.config.mjs",
"demo": "parcel ./playground/index.html",
"demo-dist": "parcel build ./playground/index.html --out-dir ./github-pages/ --public-url https://jerryi.github.io/cm6/",
"demo-dist": "parcel build ./playground/index.html --out-dir ./github-pages/ --public-url https://jerryi.github.io/wljs-editor/",
"restore": "mkdir _temp && cd _temp && git clone --branch dev https://github.com/JerryI/wljs-editor && mv wljs-editor/.git ../.git && cd .. && rm -rf _temp"
},
"defaultPackage": true,
Expand Down

0 comments on commit 206d58b

Please sign in to comment.