mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-23 23:09:37 +02:00
feat: enhance Immich integration documentation and add warnings for localhost usage
This commit is contained in:
parent
a4df852744
commit
9e4846a66a
5 changed files with 16 additions and 4 deletions
|
@ -188,7 +188,7 @@
|
|||
<div>
|
||||
<label for="content">{$t('notes.content')}</label><br />
|
||||
{#if !isReadOnly}
|
||||
<MarkdownEditor bind:text={newNote.content} editor_height={'h-32'} />
|
||||
<MarkdownEditor bind:text={newNote.content} editor_height={'h-72'} />
|
||||
{:else if note}
|
||||
<p class="text-sm text-muted-foreground" style="white-space: pre-wrap;"></p>
|
||||
<article
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue