6 + 7 - Added a bunch more settings for customizing the formatted passages and updated the README to reflect the changes made in issue 7.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { AbstractInputSuggest, App, TFolder } from "obsidian";
|
||||
import { LocalBibleRefSettings } from "./settings";
|
||||
import LocalBibleRefSettings from "./settings";
|
||||
|
||||
export class VersionSuggest extends AbstractInputSuggest<string> {
|
||||
export default class VersionSuggest extends AbstractInputSuggest<string> {
|
||||
private settings: LocalBibleRefSettings;
|
||||
private textInputEl: HTMLInputElement | HTMLDivElement;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user