-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
<meta name="keywords" content="celine, celine, reactive, html, notebook, observable, runtime, api, library, microlibrary, esm, module, script, style, element, contenteditable, reevaluate, blur, cell, viewof, mutable, counter, fizzbuzz, name, greeting, ref, increment, sword"> | ||
<meta name="date" content="2024-09-18"> | ||
<meta name="license" content="MIT"> | ||
<meta name="version" content="v0.3.1"> | ||
<meta name="version" content="v0.3.2"> | ||
|
||
<meta property="og:title" content="@celine/celine"> | ||
<meta property="og:description" content="A microlibrary for building reactive HTML notebooks"> | ||
|
@@ -87,7 +87,7 @@ <h2><a href="#installation" id="installation" class="self-link"></a>Installation | |
<script type="module" class="echo"> | ||
import { CelineModule, reevaluateOnBlur } from 'https://esm.sh/jsr/@celine/[email protected]'; | ||
import * as Inputs from 'https://esm.run/@observablehq/[email protected]'; | ||
import * as htl from 'https://esm.run/[email protected].1'; | ||
import * as htl from 'https://esm.run/[email protected].2'; | ||
|
||
window.celine = CelineModule.usingNewObservableRuntimeAndModule(document); | ||
window.library = celine.library; /* @observablehq/stdlib */ | ||
|
@@ -104,7 +104,7 @@ <h2><a href="#installation" id="installation" class="self-link"></a>Installation | |
<pre class="echo" style="margin-bottom: 1ch;"> | ||
<link | ||
rel="stylesheet" | ||
href="https://esm.sh/jsr/@celine/[email protected].1/celine/stylesheets/echo.css?raw" | ||
href="https://esm.sh/jsr/@celine/[email protected].2/celine/stylesheets/echo.css?raw" | ||
crossorigin="anonymous" /> | ||
</pre> | ||
|
||
|
@@ -232,7 +232,7 @@ <h3><a href="#mutable" id="mutable" class="self-link"></a><code>celine.mutable(n | |
|
||
<h3><a href="#tmg" id="tmg" class="self-link"></a>TeX, Markdown, Graphviz</h3> | ||
|
||
<p>There are many useful utilities inside of the <a href="https://github.com/observablehq/stdlib">Observable standard library</a>.</p> | ||
<p>There are many useful utilities in the <a href="https://github.com/observablehq/stdlib">Observable standard library</a>.</p> | ||
|
||
<script type="module" class="echo" id="lib" contenteditable="true"> | ||
celine.cell("lib", () => { | ||
|