readme update
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user