mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
removed noteId display in the note detail, #408
This commit is contained in:
parent
2a2319d434
commit
b0596c9eb2
@ -26,7 +26,6 @@ const $noteDetailComponents = $(".note-detail-component");
|
|||||||
const $protectButton = $("#protect-button");
|
const $protectButton = $("#protect-button");
|
||||||
const $unprotectButton = $("#unprotect-button");
|
const $unprotectButton = $("#unprotect-button");
|
||||||
const $noteDetailWrapper = $("#note-detail-wrapper");
|
const $noteDetailWrapper = $("#note-detail-wrapper");
|
||||||
const $noteIdDisplay = $("#note-id-display");
|
|
||||||
const $childrenOverview = $("#children-overview");
|
const $childrenOverview = $("#children-overview");
|
||||||
const $scriptArea = $("#note-detail-script-area");
|
const $scriptArea = $("#note-detail-script-area");
|
||||||
const $savedIndicator = $("#saved-indicator");
|
const $savedIndicator = $("#saved-indicator");
|
||||||
@ -201,8 +200,6 @@ async function loadNoteDetail(noteId) {
|
|||||||
attributeService.invalidateAttributes();
|
attributeService.invalidateAttributes();
|
||||||
}
|
}
|
||||||
|
|
||||||
$noteIdDisplay.html(noteId);
|
|
||||||
|
|
||||||
updateNoteView();
|
updateNoteView();
|
||||||
|
|
||||||
$noteDetailWrapper.show();
|
$noteDetailWrapper.show();
|
||||||
|
@ -464,14 +464,6 @@ div.ui-tooltip {
|
|||||||
border-right: none;
|
border-right: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#note-id-display {
|
|
||||||
position: absolute;
|
|
||||||
right: 10px;
|
|
||||||
bottom: 8px;
|
|
||||||
z-index: 1000;
|
|
||||||
color: lightgrey;
|
|
||||||
}
|
|
||||||
|
|
||||||
#note-type-dropdown {
|
#note-type-dropdown {
|
||||||
max-height: 500px;
|
max-height: 500px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
@ -140,8 +140,6 @@
|
|||||||
<input autocomplete="off" value="" id="note-title" tabindex="1">
|
<input autocomplete="off" value="" id="note-title" tabindex="1">
|
||||||
|
|
||||||
<div class="hide-toggle" style="display: flex; align-items: center;">
|
<div class="hide-toggle" style="display: flex; align-items: center;">
|
||||||
<span id="note-id-display" title="Note ID"></span>
|
|
||||||
|
|
||||||
<button class="btn btn-sm icon-button jam jam-play"
|
<button class="btn btn-sm icon-button jam jam-play"
|
||||||
style="display: none; margin-right: 10px;"
|
style="display: none; margin-right: 10px;"
|
||||||
title="Render"
|
title="Render"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user