hans / obsidian-citation-plugin

Obsidian plugin which integrates your academic reference manager with the Obsidian editor. Search your references from within Obsidian and automatically create and reference literature notes for papers and books.
MIT License
1.04k stars 76 forks source link

Create literature note directly from bibtex record in clipboard #267

Open HEmile opened 3 weeks ago

HEmile commented 3 weeks ago

Hey, this is a hacky implementation of a new command where it looks at your clipboard and if there is a bibtex record there, it will create a literature note from that. Demo below.

https://github.com/hans/obsidian-citation-plugin/assets/1289165/32a27a23-afa0-43a7-8b2c-983c66540f06

If you're interested I can clean up the implementation before merge.