oilandrust_obsidian-gdocs/README_DEV.md
Olivier Rouiller 88b482016f Release 1.0.2 with embedded in-tab Google Docs viewer.
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>
2026-06-05 12:42:17 +02:00

619 B

Installation

From Obsidian (Community plugins)

After the plugin is approved in the directory:

  1. Open Settings → Community plugins.
  2. Turn off Restricted mode if needed, then Browse.
  3. Search for GDocs and install.
  4. Enable GDocs, then reload Obsidian.

Manual / development

  1. Clone this repo into your vault's .obsidian/plugins/gdocs folder, or symlink it there.
  2. Install dependencies and build:
npm install
npm run build
  1. Enable GDocs under Settings → Community plugins.
  2. Reload Obsidian.

For development, run npm run dev to watch and rebuild.