A lightweight Obsidian plugin that creates citation notes from a BibTeX / BibLaTeX file.
While this plugin might seem like a "re-invention of the wheel" for the Citations plugin, it is no longer actively maintained. I've developed this new plugin to be lighter, simpler, and faster.
It leverages Eta as its templating engine and uses a custom-built parser for BibTeX entries.
This plugin is based on the ras0q/obsidian-plugin-deno-template template.
LiteCite: Create note from BibTeX to create a new note from
a BibTeX entrydeno task dev, which will:./vault-for-my-featureVSCode
{
"[css]": {
"editor.defaultFormatter": "denoland.vscode-deno"
},
"[json]": {
"editor.defaultFormatter": "denoland.vscode-deno"
},
"[jsonc]": {
"editor.defaultFormatter": "denoland.vscode-deno"
},
"[markdown]": {
"editor.defaultFormatter": "denoland.vscode-deno"
},
"[typescript]": {
"editor.defaultFormatter": "denoland.vscode-deno"
},
"[yaml]": {
"editor.defaultFormatter": "denoland.vscode-deno"
},
"deno.enable": true,
"deno.lint": true,
}
manifest.jsondeno task build, which will:./distgh release create {{version}} ./dist/main.js ./dist/manifest.json ./dist/styles.css --generate-notes --draft --fail-on-no-commits