fixes and functions
This commit is contained in:
+18
-16
@@ -43,17 +43,7 @@
|
||||
<summary class="secondary-button" aria-label="Page options"><span class="page-settings__label"><span
|
||||
class="page-settings__status" aria-hidden="true"></span>Page</span><span
|
||||
class="page-settings__chevron" aria-hidden="true">▾</span></summary>
|
||||
<div class="page-settings-menu"><button id="publish-page" class="page-settings-action"
|
||||
type="button"><span>Open page</span><small>Copy its link and open it in a new
|
||||
tab</small></button>
|
||||
<div class="page-settings-divider" role="separator"></div><label class="public-task-toggle"
|
||||
title="Enable or disable the published page"><input id="public-page-enabled"
|
||||
type="checkbox"> Enable Page</label><label class="public-task-toggle"
|
||||
title="Allow visitors to update task checkboxes on the published page"><input
|
||||
id="public-task-updates" type="checkbox"> Editable tasks</label><label
|
||||
class="public-task-toggle"
|
||||
title="Allow the published page to open without the resource password or private access"><input
|
||||
id="unprotect-public-page" type="checkbox"> Unprotect Page</label>
|
||||
<div class="page-settings-menu">
|
||||
<p id="page-password-requirement" class="page-password-requirement" hidden>Access to page
|
||||
options requires a password-protected note.</p>
|
||||
<form id="set-page-password-form" class="page-password-inline" hidden>
|
||||
@@ -65,8 +55,18 @@
|
||||
minlength="8" maxlength="128" autocomplete="new-password" placeholder="Min. 8 chars"
|
||||
aria-describedby="set-page-password-help" required><button type="submit"
|
||||
class="page-password-inline__save">Set</button></div>
|
||||
<small id="set-page-password-error" class="error"></small>
|
||||
<small id="set-page-password-error" class="error" role="alert" aria-live="polite"></small>
|
||||
</form>
|
||||
<button id="publish-page" class="page-settings-action" type="button"><span>Open
|
||||
page</span><small>Copy its link and open it in a new tab</small></button>
|
||||
<div class="page-settings-divider" role="separator"></div><label class="public-task-toggle"
|
||||
title="Enable or disable the published page"><input id="public-page-enabled"
|
||||
type="checkbox"> Enable Page</label><label class="public-task-toggle"
|
||||
title="Allow visitors to update task checkboxes on the published page"><input
|
||||
id="public-task-updates" type="checkbox"> Editable tasks</label><label
|
||||
class="public-task-toggle"
|
||||
title="Allow the published page to open without the resource password or private access"><input
|
||||
id="unprotect-public-page" type="checkbox"> Unprotect Page</label>
|
||||
</div>
|
||||
</details><button id="files-button" class="secondary-button">Files</button><button id="delete-note"
|
||||
class="secondary-button danger-button" hidden>Delete</button><button id="history-button"
|
||||
@@ -116,6 +116,8 @@
|
||||
data-format="horizontal-rule">Horizontal rule</button></div>
|
||||
</details>
|
||||
</div>
|
||||
<button id="mobile-upload-button" class="mobile-upload-button" type="button"
|
||||
title="Upload an image or file"><span aria-hidden="true">📎</span> Upload file</button>
|
||||
<div class="editor-controls"><label>Font<select id="font-family">
|
||||
<option value="mono">Mono</option>
|
||||
<option value="system">System</option>
|
||||
@@ -139,9 +141,9 @@
|
||||
aria-pressed="true" aria-label="Markdown" title="Markdown"><span
|
||||
class="control-label-full">Markdown</span><span class="control-label-short"
|
||||
aria-hidden="true">M</span></button>
|
||||
<div class="view-switch" aria-label="Editor view"><button data-view="edit" aria-label="Edit"
|
||||
title="Edit"><span class="control-label-full">Edit</span><span class="control-label-short"
|
||||
aria-hidden="true">E</span></button><button data-view="split" class="active"
|
||||
<div class="view-switch" aria-label="Editor view"><button data-view="edit" class="active"
|
||||
aria-label="Edit" title="Edit"><span class="control-label-full">Edit</span><span
|
||||
class="control-label-short" aria-hidden="true">E</span></button><button data-view="split"
|
||||
aria-label="Split" title="Split"><span class="control-label-full">Split</span><span
|
||||
class="control-label-short" aria-hidden="true">S</span></button><button data-view="preview"
|
||||
aria-label="Preview" title="Preview"><span class="control-label-full">Preview</span><span
|
||||
@@ -154,7 +156,7 @@
|
||||
interrupted</strong><span id="connection-notice-message">Trying to reconnect
|
||||
automatically.</span></span>
|
||||
</div>
|
||||
<div id="editor-workspace" class="workspace view-split">
|
||||
<div id="editor-workspace" class="workspace view-edit">
|
||||
<div class="editor-column">
|
||||
<div class="column-label editor-column-label"><span>Editor</span>
|
||||
<div class="authorship-controls"><label class="switch-control authorship-colors-switch"
|
||||
|
||||
Reference in New Issue
Block a user