Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sawhney17 committed Dec 6, 2023
1 parent 996697b commit d349b0f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,23 @@
- {title} by {author}
- {abstract}
```
## Dynamic placeholders
- Any field that is stored in bibtex file can be extracted and be used in a tempalate
- For example, using {title} will result in the title being replaced dynamically when calling the template
- Here is a non exhaustive list of dynamic placeholders as well as special placeholders that perform additional functionality
- {year}
- The year in the form of 2017
- {file++}
- Uses the filetemplate format to add *all file attachments in the form of a link for example*
- This template supports more fields like {filelink}, {filename} and {citekey}
- {type}
- the type of file it is(article, book etc.)
- {author}
- The author of the source
- {author lastname}
- The lastname of the author of the source
- {author firstname}
- The firstname of the author of the source
## Credits
- Development of this plugin has been financially supported by the [Global Partnership Network]( https://www.uni-kassel.de/forschung/global-partnership-network/home) at the University of Kassel
- Credits to [Obsidian Citation Plugin](https://github.com/hans/obsidian-citation-plugin) for direct inspiration
Expand Down

0 comments on commit d349b0f

Please sign in to comment.