Move all Notes related parts into own modules.

This commit is contained in:
2025-07-06 23:22:20 +02:00
parent 60020e32f6
commit e12681cb08
13 changed files with 1309 additions and 1216 deletions

View File

@@ -11,7 +11,7 @@
<button type="button" class="btn btn-sm btn-secondary" onclick="toggleFullscreen()">
Fullscreen
</button>
<a href="{{ url_for('view_note', slug=note.slug) }}" class="btn btn-sm btn-info">
<a href="{{ url_for('notes.view_note', slug=note.slug) }}" class="btn btn-sm btn-info">
Back to Note
</a>
</div>