danielnichiata9646 downloadsSearch and insert formatted academic citations from 11+ databases. 43 citation styles with quota-aware feedback and free/Pro support.
Search and format academic citations from CiteMe directly in Obsidian, with quota-aware feedback and clear free/Pro style handling.
Coming soon — screenshots will be added in a future release.
main.js, manifest.json, and styles.css from the latest releaseciteme inside your vault's .obsidian/plugins/ directoryciteme foldercd obsidian-citeme
npm install
npm run build
Copy main.js, manifest.json, and styles.css to your vault at .obsidian/plugins/citeme/.
| Mode | What it inserts |
|---|---|
| Bibliography | Full formatted citation at cursor position |
| In-text | Parenthetical citation, e.g., (Vaswani et al., 2017) |
| Narrative | Narrative citation, e.g., Vaswani et al. (2017) |
| Both | In-text at cursor + full citation in References section |
(Pro) in settings and require CiteMe ProUse "Search by DOI" from the command palette to find a paper by its DOI. This opens a detail view with all formatted citation variants before inserting.
When enabled (default), the plugin automatically:
## References heading in your note| Setting | Default | Description |
|---|---|---|
| CiteMe account | Link | Opens citeme.app to sign in or upgrade |
| Citation style | APA | Default citation format |
| Results limit | 5 | Number of search results (1-20) |
| Insert format | Bibliography | How citations are inserted |
| Sort by | Relevance | Result sorting order |
| Add to References | On | Auto-append to References section |
| References heading | ## References |
Heading text for the references section |
Free styles: APA, MLA, ABNT, Chicago (Author-Date), Chicago (Note), IEEE, Harvard, Vancouver, AMA, ACS
Pro styles (33 additional): ABNT Numeric, Turabian, ASA, Bluebook, CSE, OSCOLA, MHRA, BMJ, Elsevier Harvard, SAGE Harvard, Taylor & Francis, Cambridge UP, Royal Society, DIN 1505, ISO 690 (German/French/Spanish/International), Nature, PLOS, Science, Cell, The Lancet, AIP, RSC, APSA, AAA, NP 405, Harvard (UCT/AGPS), AGLC4, Vancouver (Author-Date), McGill Guide
Pro styles are marked with (Pro) in the settings dropdown and require a CiteMe Pro subscription.
This plugin connects to the CiteMe API (https://citeme.app) to search academic databases and format citations. Requests are tagged with X-Source: obsidian-plugin for channel attribution. Anonymous access is available without an account. See CiteMe's privacy policy at https://citeme.app/privacy.
git clone https://github.com/danielnichiata96/obsidian-citeme.git
cd obsidian-citeme
npm install
npm run sync:saas-contract # Optional: refresh SaaS parity snapshot when ../citeme exists
npm run dev # Watch mode (rebuilds on file change)
npm run build # Production build
MIT