https://github.com/niklaspor/biblatex-snippets
Adds all identifiers for editing .bib files in BibLaTeX. An additional 'field' snippet is included to add optional fields to BibLaTeX entries.
https://github.com/niklaspor/biblatex-snippets
Last synced: 25 days ago
JSON representation
Adds all identifiers for editing .bib files in BibLaTeX. An additional 'field' snippet is included to add optional fields to BibLaTeX entries.
- Host: GitHub
- URL: https://github.com/niklaspor/biblatex-snippets
- Owner: NiklasPor
- Created: 2019-08-07T18:02:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-20T09:04:41.000Z (over 5 years ago)
- Last Synced: 2025-02-14T06:48:13.697Z (3 months ago)
- Size: 2.76 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# BibLaTeX Snippets
Adds all identifiers for editing .bib files in BibLaTeX. An additional 'field' snippet is included to add optional fields to BibLaTeX entries.
Issues and Pull Requests are welcome!
## Usage
To activate the auto completion (snippet dropdown) you'll probably have to use the hotkey manually. LaTeX Workshop (the most popular LaTeX extension) marks everything except entries inside an `.bib` as comments. Therefore you'll probably have to press auto complete - the default is `ctrl + space`.
## Features
This extensions supports all types of BibLaTeX entries listed in the [documentation (german)](http://mirrors.ibiblio.org/CTAN/info/translations/biblatex/de/biblatex-de-Benutzerhandbuch.pdf).
**Other additions:**
- A `field` snippet is generating an additional field for an entry.
- An `urldate` snippet adding a urldate field, containing the current date.
- A `@online-clipboard` snippet, using the clipboard content as an URL for creating an online entry. Also has an `urldate` field with the current day set.