Skip to content

sandrofigo/obsidian-pretty-bibtex

Repository files navigation

Pretty BibTeX Obsidian Plugin

This plugin renders bibliography entries in the BibTeX format in a more readable way.

Demonstration

Creating a standard code block with the language set to "bibtex" will transform your raw bibliography entry:

```bibtex
<your BibTeX entry goes here>
```

Before:

Code block before enabling the plugin

After:

Code block after enabling the plugin

The header color is defined by the 'Accent color' in Obsidian.

FAQ

  • Q: After enabling the plugin or changing settings, I don't see the BibTeX entries rendered correctly, what can I do?
  • A: Close and reopen the affected notes in your vault or restart Obsidian.

Collaboration

Support this plugin with a ⭐️, report an issue or if you feel adventurous and would like to extend the functionality or make the plugin ✨ prettier ✨ open a pull request.