Skip to content

Import references from Zotero's local database.

Notifications You must be signed in to change notification settings

tiagovla/zotex.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

Zotex.nvim

Installation

Plugin to import references from the Zotero's local database.

use {
    "tiagovla/zotex.nvim",
    config = function() require("zotex").setup {} end,
    requires = { "kkharji/sqlite.lua" },
}

Configuration

cmp.setup.filetype("tex", {
    sources = cmp.config.sources {
        { name = "zotex" },
    },
})

Defaults

require("zotex").setup {
    auto_save = true,
    path = "~/Zotero/zotero.sqlite",
    translator = "bibtex",
}

TODO

Features

  • Enable read-only for multiple connections

Configs:

  • Optional auto save
  • Custom database path
  • Configurable citationkey format

Translators

  • BibTex
  • BibLaTex
  • BetterBibTex
  • BetterBibLaTex

Future

  • Fetch from online Zotero

About

Import references from Zotero's local database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages