From 3b3ef70d3bb22688e68adcce2b0362f687a8354e Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Sun, 28 Jan 2024 14:39:25 -0500 Subject: [PATCH] Put a headline in the starting text. This is because headlines have a lot of properties which will be more interesting to users. Since the org is not rendered, it barely takes up any additional space. --- src/Editor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Editor.tsx b/src/Editor.tsx index d617586..dff073b 100644 --- a/src/Editor.tsx +++ b/src/Editor.tsx @@ -5,7 +5,7 @@ import { buildShadow } from "./shadow"; import OrgAst, { OrgNodeReference } from "./OrgAst"; import { parse_org } from "../../organic/target/wasm32-unknown-unknown/js/wasm"; -const default_org_source: string = `Welcome to the Organic Ast Explorer! +const default_org_source: string = `* Welcome to the Organic Ast Explorer! Type your Org [fn:1] source in this text box, and it will be parsed by Organic [fn:2] that has been compiled into wasm and embedded in this page. The resulting AST will be rendered to the right.