Options
All
  • Public
  • Public/Protected
  • All
Menu

Project obsidian-citation-plugin

Index

Type aliases

DatabaseType

DatabaseType: typeof databaseTypes[number]

EntryData

Variables

Const TEMPLATE_VARIABLES

TEMPLATE_VARIABLES: { DOI: string; URL: string; abstract: string; authorString: string; citekey: string; containerTitle: string; page: string; title: string; year: string; zoteroSelectURI: string } = ...

Type declaration

  • DOI: string
  • URL: string
  • abstract: string
  • authorString: string
  • citekey: string
  • containerTitle: string
  • page: string
  • title: string
  • year: string
  • zoteroSelectURI: string

Functions

loadEntries

  • Load reference entries from the given raw database data.

    Returns a list of EntryData, which should be wrapped with the relevant adapter and used to instantiate a Library.

    Parameters

    Returns EntryData[]

Generated using TypeDoc