-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (50 loc) · 5.58 KB
/
index.html
File metadata and controls
52 lines (50 loc) · 5.58 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<link rel="stylesheet" href="https://jibbsmart.github.io/JSermonEdit.css">
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>✍️</text></svg>">
<title>Text Editor</title>
</head>
<body>
<div contenteditable="true" id="tableOfContents">
</div>
<div contenteditable="true" id="userDoc">
<h1 data-level="0" data-child-words="304" data-word-display="(304 words)" data-node-words="1">JSermonEdit</h1>
<p data-level="100" class="" data-child-words="144" data-node-words="2">Editing Shortcuts:</p>
<p data-level="101" class="userListItem" data-node-words="10" data-child-words="17">Alt+Left/Right to promote (make headings) or demote (make bullet points).</p>
<p data-level="102" class="userListItem evenListLevel" data-node-words="17" data-child-words="0">Tab or Space at the beginning of a line will also make bullet points (even on mobile).</p>
<p data-level="101" data-node-words="6" data-child-words="0" class="userListItem">Shift+Alt+Left/Right to collapse/reveal all non-heading content.</p>
<p data-level="101" class="userListItem" data-node-words="33" data-child-words="0">Alt+Up/Down to move the selected lines and paragraphs up or down, swapping with lines and paragraphs in between. If the content of a section is collapsed, its children will move with their heading.</p>
<p data-level="101" class="userListItem" data-child-words="0" data-node-words="13">Shift+Alt+Up/Down to move a heading, paragraph, or line and all of its children.</p>
<p data-level="101" class="userListItem" data-child-words="0" data-node-words="13">Alt+H to hide/unhide the selected content. Hidden content doesn't count towards word counts.</p>
<p data-level="102" class="userListItem evenListLevel hidden" data-child-words="11" data-node-words="6">Hiding a line hides its children.</p>
<p data-level="103" class="userListItem hiddenParent" data-child-words="0" data-node-words="11">This child line will be hidden if its parent is hidden.</p>
<p data-level="101" class="userListItem" data-child-words="7" data-node-words="8">Alt+Enter to toggle the appearance of selected content:</p>
<p data-level="102" class="userListItem evenListLevel altA" data-child-words="0" data-node-words="4">Bullet points become numbered.</p>
<p data-level="102" class="userListItem evenListLevel altA" data-node-words="3" data-child-words="0">Paragraphs are enlarged.</p>
<p data-level="101" class="userListItem" data-child-words="13" data-node-words="9">Shift+Alt+Enter to toggle other changes to the selected content:</p>
<p data-level="102" class="userListItem evenListLevel altB" data-child-words="4" data-node-words="6">Bullet points get a check mark.</p>
<p data-level="103" class="userListItem altA altB" data-node-words="4" data-child-words="0">Even if they're numbered.</p>
<p data-level="102" class="userListItem evenListLevel" data-node-words="3" data-child-words="0">Paragraphs are centered.</p>
<p data-level="101" class="userListItem" data-node-words="9" data-child-words="0">Alt+Backspace to delete the selected lines, headings, and paragraphs.</p>
<p data-level="101" class="userListItem" data-node-words="3" data-child-words="0">Ctrl+Z to Undo.</p>
<p data-level="101" class="userListItem" data-node-words="3" data-child-words="0">Ctrl+Shift+Z to Redo.</p>
<p data-level="100" class="" data-child-words="155" data-node-words="3">Saving and Loading:</p>
<p data-level="101" class="userListItem" data-node-words="5" data-child-words="0">Ctrl+S to Save your work.</p>
<p data-level="101" class="userListItem" data-node-words="7" data-child-words="0">Shift+Ctrl+S to Save As a different file.</p>
<p data-level="101" class="userListItem" data-node-words="5" data-child-words="0">Ctrl+O to Open a file.</p>
<p data-level="101" class="userListItem" data-child-words="122" data-node-words="6">Alt+S to Export in another format:</p>
<p data-level="102" class="userListItem evenListLevel" data-node-words="15" data-child-words="0">By default, JSermonEdit will be in "content" mode, just saving the content within the document.</p>
<p data-level="102" class="userListItem evenListLevel" data-node-words="33" data-child-words="0">But Alt+S will let you save the whole page -- "with editor", so that someone can open the file in their browser and see it properly formatted (and even continue editing it themselves!).</p>
<p data-level="102" class="userListItem evenListLevel" data-node-words="31" data-child-words="0">Opening a "with editor" file means saving will be "with editor" by default. So if you want to save just the content within the document, Alt+S will save a "content" file.</p>
<p data-level="102" class="userListItem evenListLevel" data-child-words="0" data-node-words="16">By default, JSermonEdit will be in "content" mode, just saving the content within the document. But </p>
<p data-level="102" class="userListItem evenListLevel" data-child-words="0" data-node-words="20">The content within the document is saved as HTML. It needs to be opened by JSermonEdit to be displayed correctly.</p>
<p data-level="102" class="userListItem evenListLevel" data-node-words="7" data-child-words="0">Saving again will overwrite the same file.</p>
<p data-level="101" class="userListItem" data-node-words="10" data-child-words="0">Alt+N to start a new session, showing these tips again.</p>
<p data-level="100" class="" data-node-words="0" data-child-words="0"><br></p>
</div>
</body>
<script src="https://jibbsmart.github.io/JSermonEdit.js"></script>
</html>