mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
21 lines
907 B
Plaintext
21 lines
907 B
Plaintext
<div class="note-detail-book note-detail-component">
|
|
<div class="btn-group floating-button" style="right: 20px; top: 20px;">
|
|
<button type="button"
|
|
class="expand-children-button btn icon-button bx bx-move-vertical"
|
|
title="Expand all children"></button>
|
|
|
|
<button type="button"
|
|
class="book-zoom-in-button btn icon-button bx bx-zoom-in"
|
|
title="Zoom In"></button>
|
|
|
|
<button type="button"
|
|
class="book-zoom-out-button btn icon-button bx bx-zoom-out"
|
|
title="Zoom Out"></button>
|
|
</div>
|
|
|
|
<div class="note-detail-book-help alert alert-warning">
|
|
This note of type Book doesn't have any child notes so there's nothing to display. See <a href="https://github.com/zadam/trilium/wiki/Book-note">wiki</a> for details.
|
|
</div>
|
|
|
|
<div class="note-detail-book-content"></div>
|
|
</div> |