45 lines
1.3 KiB
HTML
45 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Reference — Roject</title>
|
|
<link rel="stylesheet" href="../_assets_/styles.css">
|
|
<link rel="stylesheet" href="../_assets_/nav.css">
|
|
</head>
|
|
<body>
|
|
<div class="page">
|
|
|
|
<header>
|
|
<h1>Reference</h1>
|
|
<p class="subtitle">Technical reference for the core systems in Roject. Read the relevant page before touching the system it describes.</p>
|
|
</header>
|
|
|
|
<section>
|
|
|
|
<div class="card">
|
|
<h3>Editor Singleton & Client/Server Split</h3>
|
|
<p>
|
|
The <code>Editor</code> singleton is the central hub of the frontend — it owns
|
|
all open document state, the file editor registry, and the events that panels
|
|
and containers listen to. This page also documents the TypeScript compilation
|
|
split between client and server code.
|
|
</p>
|
|
<p style="margin-top:0.75rem">
|
|
<a href="editor-singleton/index.html">Read the reference</a>
|
|
</p>
|
|
</div>
|
|
|
|
</section>
|
|
|
|
<footer>
|
|
Roject — reference
|
|
</footer>
|
|
|
|
</div>
|
|
<script>var NAV_ROOT = '../';</script>
|
|
<script src="../_assets_/nav-data.js"></script>
|
|
<script src="../_assets_/nav.js"></script>
|
|
</body>
|
|
</html>
|