Some data handling changes
This commit is contained in:
parent
96d74a7732
commit
c67a0bf590
12 changed files with 66 additions and 39 deletions
|
|
@ -1,7 +1,7 @@
|
|||
// Credits go to Liam's Periodic Notes Plugin: https://github.com/liamcain/obsidian-periodic-notes
|
||||
|
||||
import {TAbstractFile, TFolder} from 'obsidian';
|
||||
import {TextInputSuggest} from './suggest';
|
||||
import {TextInputSuggest} from './Suggest';
|
||||
|
||||
export class FolderSuggest extends TextInputSuggest<TFolder> {
|
||||
getSuggestions(inputStr: string): TFolder[] {
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
import {App, ISuggestOwner, Scope} from 'obsidian';
|
||||
import {createPopper, Instance as PopperInstance} from '@popperjs/core';
|
||||
import {wrapAround} from 'src/utils/utils';
|
||||
import {wrapAround} from 'src/utils/Utils';
|
||||
|
||||
export class Suggest<T> {
|
||||
private owner: ISuggestOwner<T>;
|
||||
Loading…
Add table
Add a link
Reference in a new issue