mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 08:15:52 +01:00
options UI for selecting support code note MIME types
This commit is contained in:
@@ -16,6 +16,9 @@
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" data-toggle="tab" href="#options-sidebar">Sidebar</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" data-toggle="tab" href="#options-code-notes">Code notes</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" data-toggle="tab" href="#options-change-password">Change password</a>
|
||||
</li>
|
||||
@@ -36,6 +39,7 @@
|
||||
<div class="tab-content">
|
||||
<% include options/appearance.ejs %>
|
||||
<% include options/sidebar.ejs %>
|
||||
<% include options/code_notes.ejs %>
|
||||
<% include options/change_password.ejs %>
|
||||
<% include options/protected_session.ejs %>
|
||||
<% include options/note_revisions.ejs %>
|
||||
|
||||
5
src/views/dialogs/options/code_notes.ejs
Normal file
5
src/views/dialogs/options/code_notes.ejs
Normal file
@@ -0,0 +1,5 @@
|
||||
<div id="options-code-notes" class="tab-pane">
|
||||
<h4>Available MIME types in the dropdown</h4>
|
||||
|
||||
<ul id="options-mime-types" style="max-height: 500px; overflow: auto; list-style-type: none;"></ul>
|
||||
</div>
|
||||
Reference in New Issue
Block a user