mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 06:15:48 +01:00
separated text and code handling out of note detail service
This commit is contained in:
@@ -133,9 +133,9 @@
|
||||
</div>
|
||||
|
||||
<div style="position: relative; overflow: auto; grid-area: note-content; padding-left: 10px; padding-top: 10px;" id="note-detail-wrapper">
|
||||
<div id="note-detail-text" style="display: none;"></div>
|
||||
<div id="note-detail-text" class="note-detail-component"></div>
|
||||
|
||||
<div id="note-detail-search" style="display: none;">
|
||||
<div id="note-detail-search" class="note-detail-component">
|
||||
<div style="display: flex; align-items: center;">
|
||||
<strong>Search string: </strong>
|
||||
<textarea rows="4" cols="50" id="search-string"></textarea>
|
||||
@@ -173,11 +173,11 @@
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div id="note-detail-code" style="display: none;"></div>
|
||||
<div id="note-detail-code" class="note-detail-component"></div>
|
||||
|
||||
<div id="note-detail-render" style="display: none;"></div>
|
||||
<div id="note-detail-render" class="note-detail-component"></div>
|
||||
|
||||
<div id="note-detail-attachment" style="display: none;">
|
||||
<div id="note-detail-attachment" class="note-detail-component">
|
||||
<table id="attachment-table">
|
||||
<tr>
|
||||
<th>File name:</th>
|
||||
|
||||
Reference in New Issue
Block a user