-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
89 lines (89 loc) · 3.37 KB
/
Copy pathindex.html
File metadata and controls
89 lines (89 loc) · 3.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="manifest" href="/site.webmanifest" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>
Recon Editor | Notion-Style Split Editor & Online Notepad Without Login
</title>
<meta
name="description"
content="Recon Editor is a Notion-style split editor and online notepad without login—capture recon notes, briefs, and research docs instantly with floating references and clean drag-friendly panels."
/>
<meta
name="keywords"
content="recon editor, notion editor without login, online notepad without login, split view editor, research workspace, draggable reference panel, investigation notes, markdown editor"
/>
<meta name="author" content="Recon Editor Team" />
<meta name="robots" content="index, follow" />
<meta name="theme-color" content="#312e81" />
<link rel="canonical" href="https://lazycipher.js.org/rec-block-editor/" />
<meta property="og:type" content="website" />
<meta
property="og:title"
content="Recon Editor | Notion-Style Editor Without Login"
/>
<meta
property="og:description"
content="Open a Notion-like editor in seconds—split view, floating references, zero account required."
/>
<meta
property="og:url"
content="https://lazycipher.js.org/rec-block-editor/"
/>
<meta
property="og:image"
content="https://lazycipher.js.org/rec-block-editor/vite.svg"
/>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@lazycipher" />
<meta
name="twitter:title"
content="Recon Editor | Online Notepad Without Login"
/>
<meta
name="twitter:description"
content="Fast split editing, draggable references, and recon-ready notes with no signup."
/>
<meta
name="twitter:image"
content="https://lazycipher.js.org/rec-block-editor/vite.svg"
/>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Recon Editor",
"url": "https://lazycipher.js.org/rec-block-editor/",
"description": "A Notion-style split-view editor and online notepad with floating references—perfect for recon notes, intelligence briefs, and rapid research without logging in.",
"applicationCategory": "ProductivityApplication",
"operatingSystem": "Any",
"creator": {
"@type": "Organization",
"name": "Recon Editor"
}
}
</script>
<script type="text/javascript">
(function (l) {
if (l.search[1] === "/") {
const decoded = l.search
.slice(1)
.split("&")
.map((s) => s.replace(/~and~/g, "&"))
.join("?");
window.history.replaceState(null, null, decoded + l.hash);
}
})(window.location);
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>