Skip to content

Commit 4157781

Browse files
staredclaude
andcommitted
Add "New Equation" starter template
Simple starter template with just two terms (a + b) to help users understand the format and create their own equations. Features: - Minimal equation: \mark[a]{a} + \mark[b]{b} - Self-descriptive instructions in definitions - Shows syntax patterns for marking terms and referencing them - Appears first in equation selector for easy discovery 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 62a0fce commit 4157781

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

public/examples/equations.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
[
2+
{
3+
"id": "new",
4+
"title": "New Equation",
5+
"category": "Template",
6+
"file": "new.md"
7+
},
28
{
39
"id": "schrodinger",
410
"title": "Schrödinger Equation",

public/examples/new.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# New Equation
2+
3+
## Equation
4+
5+
$$
6+
\mark[a]{a} + \mark[b]{b}
7+
$$
8+
9+
## Description
10+
11+
[First term]{.a} plus [second term]{.b}.
12+
13+
## .a
14+
15+
The first term in the equation.
16+
17+
Edit this equation to create your own!
18+
19+
## .b
20+
21+
The second term in the equation.
22+
23+
Try adding more terms using `\mark[name]{content}` in the equation, then reference them with `[text]{.name}` in the description.

0 commit comments

Comments
 (0)