Loading entries...
+ {:else} +No entries found.
{/if} - - {/each} - + {/if} +Loading templates...
+ {:else} +No templates found.
+ {/if} + {/if} + {#if templateError} +{templateError}
+ {/if} +Create reusable markdown templates stored as .template.md files in your data directory.
Loading templates...
- {:else if templates.length === 0} -No templates found.
- {:else} -{templateError}
- {/if} -Root directory containing the Journal.Sidecar project.
@@ -625,31 +482,4 @@ color: #e74c3c; font-size: 0.82rem; } - - .template-grid { - display: grid; - grid-template-columns: 1fr; - gap: 10px; - } - - .template-editor { - display: flex; - flex-direction: column; - gap: 8px; - } - - .template-editor textarea { - border: 1px solid var(--border-soft); - border-radius: 7px; - background: var(--bg-app); - color: var(--text-primary); - padding: 8px 9px; - resize: vertical; - } - - @media (min-width: 980px) { - .template-grid { - grid-template-columns: 1.2fr 1fr; - } - }