{#if $showSettings}
Current: {$appConfig?.active_vault?.split('/').pop() ?? 'Unknown'}
{$appConfig.backup_location}
{/if} {/if}{#if $appConfig?.last_backup_time} Last backup: {formatBackupDate($appConfig.last_backup_time)} {:else} No backups yet {/if}
{#if backupMessage}No backups found
{:else}This will replace all notes in your vault with the backup from {formatBackupDate(restoreConfirm.created)}. This action cannot be undone.
Convert Obsidian wiki-links (![[image.png]], [[note]]) to standard markdown links across all notes in the current vault. This expects that you have opened an Obsidian vault directory directly as your HelixNotes vault.
Your data stays on your device. No text is sent to any external server.
{:else}Your selected text and note content will be sent to {aiProvider === 'openai' ? 'OpenAI' : 'Anthropic'} servers for processing.
{/if} {#if aiProvider === 'ollama'}Ollama server address. Install from ollama.com
Get your API key from platform.openai.com
{:else}Get your API key from console.anthropic.com
{/if}Enter the model name as shown by ollama list
Describe your preferred tone, style, or personality. This will be applied to all AI actions.
Use the AI button in the toolbar or header to access AI writing tools: improve, fix grammar, rewrite, summarize, translate, and more.
{:else}Select text in the editor and right-click to access AI writing tools: improve, fix grammar, rewrite, summarize, translate, and more.
{/if}HelixNotes v{appVersion}
Version {updateAvailable.version}
{#if updateAvailable.date}{new Date(updateAvailable.date).toLocaleDateString()}
{/if} {#if updateAvailable.body}Update via your package manager:
sudo apt update && sudo apt upgrade helix-notes
Update via your AUR helper:
yay -Syu helixnotes