nomic-ai / gpt4all

GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.
https://nomic.ai/gpt4all
MIT License
69.01k stars 7.57k forks source link

Local Docs Feature: Open Links direct in Zotero or other reference management software #2745

Open MichaelWinklmann opened 1 month ago

MichaelWinklmann commented 1 month ago

Feature Request

I use the local docs feature of GPT4ALL with my Zotero Database. It would be very cool if the pdf-links in GPT4All would open directly in Zotero (or other reference software). The Zotero Integration plugin in Obsidian uses this linkformat and it works like a charm: zotero://open-pdf/library/items/...

This feature would be very cool for academic research.

AndriyMulyar commented 1 month ago

+1 for zotero!

ThiloteE commented 1 month ago

+1 for JabRef too.

cosmic-snow commented 1 month ago

I guess on Windows this would be a matter of registering a custom scheme if not already present (see here and here) and then asking the system to do the rest with a given URL.

On Linux it might be a matter of the specific desktop environment in use, or maybe it's implemented as part of the XDG standard (see here / utils).

No idea how it's handled on macOS.