-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
35 lines (34 loc) · 1.29 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script> -->
<script src="https://cdn.jsdelivr.net/gh/remnoteio/remnote-api@latest/RemNoteAPI.js"></script>
<!-- <script src="./nodedump-client-min.js"></script> -->
<script src="https://cdn.jsdelivr.net/gh/ragamufin/nodedump@latest/nodedump-client/nodedump-client-min.js"></script>
<!-- <script src="./prettyprint.js"></script> -->
<!-- <link rel="stylesheet" href="./style.css" /> -->
</head>
<body>
<!-- <input type="text" id="focus" style="height: 0" />
<details open>
<summary>Context</summary>
<div id="context"></div>
</details>
<details open>
<summary>Focused Rem</summary>
<div id="focused-rem"></div>
</details>
<details>
<summary>Document</summary>
<div id="document-rem"></div>
</details> -->
<script src="./main.js"></script>
<script>
// TODO: Enable this only in deployment, not in local development.
// if (window.self == window.top) {
// document.getElementById('schedule').innerHTML =
// 'Please make a new RemNote plugin by typing /plugin, then pasting this URL: https://hannesfrank.github.io/remnote-inspector/';
// }
</script>
</body>
</html>