mirror of
https://github.com/oilandrust/obsidian-gdocs.git
synced 2026-07-22 07:32:32 +00:00
Drop Web Viewer handoff so shortcuts open in the current tab by default. Modifier clicks use standard Obsidian new-tab behavior. Co-authored-by: Cursor <cursoragent@cursor.com>
619 B
619 B
Installation
From Obsidian (Community plugins)
After the plugin is approved in the directory:
- Open Settings → Community plugins.
- Turn off Restricted mode if needed, then Browse.
- Search for GDocs and install.
- Enable GDocs, then reload Obsidian.
Manual / development
- Clone this repo into your vault's
.obsidian/plugins/gdocsfolder, or symlink it there. - Install dependencies and build:
npm install
npm run build
- Enable GDocs under Settings → Community plugins.
- Reload Obsidian.
For development, run npm run dev to watch and rebuild.