| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This repository contains community-driven plugins and extensions for Lattice, built on top of the Lattice Local API.
A Microsoft Word add-in for inserting citations and generating bibliographies directly from your Lattice library.
See word-addin/ for details.
A Raycast extension for searching your Lattice library and copying citation metadata directly from Raycast.
Developed by frank-miao. See raycast-extension/ for details.
Some plugins and extensions in this repository are community-contributed and are not necessarily developed, reviewed, supported, or endorsed by the Lattice team.
Please evaluate each plugin carefully before use and use third-party plugins at your own discretion. The repository maintainers are not responsible for issues caused by community-contributed plugins, including compatibility problems, data loss, or security risks.
When Lattice is running, it exposes a local HTTP API that plugins can use to interact with the user's library:
| Endpoint | Description |
|---|---|
| GET /api/v1/status | Check connection status and app version |
| GET /api/v1/search?q=...&limit=... | Search papers in the library |
| GET /api/v1/papers/:id | Fetch full metadata for a paper |
You can build plugins in any language or platform — desktop apps, browser extensions, editor integrations, CLI tools, or anything else that can make HTTP requests.
Contributions are welcome! You can:
For Local API documentation, see LocalAPI_docs/English/README.md.
See CONTRIBUTING.md for details.
All contributors retain copyright of their work and are equally protected under the project license
This project is source-available under the PolyForm Shield 1.0.0.
This is not OSI-approved open source software. See LICENSING.md for full details.
| Back | FazBrowse Home | New Git URL |