mirror of
https://github.com/michivonah/click-guide.git
synced 2025-12-22 22:16:28 +01:00
add editing functionality to editor
This commit is contained in:
parent
5fe8d3adb4
commit
1b6c6c0f91
3 changed files with 53 additions and 8 deletions
|
|
@ -20,7 +20,7 @@
|
|||
<link rel="stylesheet" type="text/css" href="editor.css"/>
|
||||
<script src="editor.js" defer></script>
|
||||
</head>
|
||||
<body class="viewer-disabled">
|
||||
<body>
|
||||
<div class="content">
|
||||
<div class="nav">
|
||||
<img id="logo" class="logo" src="../logo/logo-invert.png" alt="Logo">
|
||||
|
|
@ -47,9 +47,9 @@
|
|||
<div id="stepsContainer" class="stepsContainer">
|
||||
<div class="guideSettings">
|
||||
<div>
|
||||
<h1 id="guideTitle">Guide Title</h1>
|
||||
<p id="guideDescription">Description</p>
|
||||
<p id="guideAuthor">Author</p>
|
||||
<h1 id="guideTitle" contenteditable="plaintext-only">Guide Title</h1>
|
||||
<p id="guideDescription" contenteditable="plaintext-only">Description</p>
|
||||
<p id="guideAuthor" contenteditable="plaintext-only">Author</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue