Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sandrofigo/obsidian-pretty-bibtex

A plugin for Obsidian that shows raw BibTeX bibliography entries in a prettier way. (https://obsidian.md)
https://github.com/sandrofigo/obsidian-pretty-bibtex

bibtex obsidian obsidian-md plugin prettify

Last synced: about 2 months ago
JSON representation

A plugin for Obsidian that shows raw BibTeX bibliography entries in a prettier way. (https://obsidian.md)

Awesome Lists containing this project

README

        

# 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:

~~~markdown
```bibtex

```
~~~

### 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.