Milestone 1.
This commit is contained in:
@@ -7,7 +7,11 @@
|
||||
{% if has_vault %}
|
||||
<p>Your vault path is configured:</p>
|
||||
<code class="kbd kbd-sm">{{ vault_path }}</code>
|
||||
<p class="mt-2">You're ready to proceed with indexing and note features in the next milestones.</p>
|
||||
<div class="mt-3">
|
||||
<a href="{{ notes_url }}" class="btn btn-primary btn-sm">Open Notes</a>
|
||||
<a href="{{ url_for('notes.notes_new') }}" class="btn btn-outline btn-sm ml-2">New Note</a>
|
||||
</div>
|
||||
<p class="mt-4">You're ready to proceed with indexing and note features in the next milestones.</p>
|
||||
{% else %}
|
||||
<div class="alert alert-warning">
|
||||
<span>No vault path configured.</span>
|
||||
|
Reference in New Issue
Block a user