readme update

This commit is contained in:
2025-06-21 14:34:28 +02:00
parent ba535966ab
commit a008b15a6a
3 changed files with 18 additions and 270 deletions
+3 -4
View File
@@ -1,7 +1,7 @@
<script lang="ts">
import { cancelable, CancelablePromise } from 'cancelable-promise'
import { debounce } from 'lodash-es'
import { MarkdownView, Notice, Platform, TFile } from 'obsidian'
import { MarkdownView, Notice } from 'obsidian'
import { onDestroy, onMount, tick } from 'svelte'
import {
type LocatorVaultModal,
@@ -21,8 +21,7 @@
getAltKeyLabel,
getCtrlKeyLabel,
getExtension,
isFilePDF,
loopIndex,
loopIndex
} from '../tools/utils'
import InputSearch from './InputSearch.svelte'
import LazyLoader from './lazy-loader/LazyLoader.svelte'
@@ -293,7 +292,7 @@
placeholder="Locator - Vault">
<div class="omnisearch-input-container__buttons">
{#if plugin.settings.showCreateButton}
<button on:click={onClickCreateNote}>Create note</button>
<button onclick={onClickCreateNote}>Create note</button>
{/if}
</div>
</InputSearch>