-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9a0003d
commit ebfb27a
Showing
2 changed files
with
13 additions
and
3 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,11 @@ | ||
<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Johannes Editor</title><link rel="icon" href="assets/img/kepler.ico" type="image/x-icon"><script defer="defer" src="bundle.js"></script></head><body><div id="johannesEditor"><div class="title"><h1 contenteditable="true" data-placeholder="Untitled"></h1></div><div class="content"><div class="block deletable"><p class="johannes-content-element focusable swittable key-trigger editable" data-type="p" contenteditable="true" data-placeholder="Write something or type / (slash) to choose a block..." tabindex="0"></p></div></div></div></body></html> | ||
<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Johannes Editor</title><link rel="icon" href="assets/img/kepler.ico" type="image/x-icon"><script defer="defer" src="bundle.js"></script></head><body><div id="johannesEditor"></div></body><script>const editorConfig = { | ||
enableFloatingToolbar: true, | ||
enableQuickMenu: true, | ||
enableAddBlock: true, | ||
includeHeader: true, | ||
includeFirstParagraph: true, | ||
enableTitle: true, | ||
title: undefined | ||
}; | ||
|
||
window.editorConfig = editorConfig;</script></html> |