Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/sandrofigo/obsidian-pretty-bibtex
- Owner: sandrofigo
- License: mit
- Created: 2022-10-25T20:56:08.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-26T15:42:59.000Z (6 months ago)
- Last Synced: 2024-10-11T10:37:22.986Z (2 months ago)
- Topics: bibtex, obsidian, obsidian-md, plugin, prettify
- Language: TypeScript
- Homepage:
- Size: 87.9 KB
- Stars: 27
- Watchers: 1
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.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:
### After:
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.