DocsLink is a bilingual UXP plugin that creates direct links and imports public or published content from Google Docs and Google Sheets from a simple panel.
DocsLink es un plugin UXP bilingüe que crea enlaces directos e importa contenido público o publicado desde Google Docs y Google Sheets en un panel sencillo.
- Switch the panel between English and Spanish.
- Convert shared Google Docs URLs into direct view links.
- Convert shared Google Sheets URLs into direct links with optional
gidsupport. - Generate published-web link variants for documents and spreadsheets.
- Import text from public or published Google Docs.
- Import spreadsheet data as either a Markdown-style table or formatted text.
- Copy the result to the clipboard or open generated links in the browser.
- Process link transformations locally; imports only request the public/published Google URL that the user provides.
- Open your document or spreadsheet in Google.
- For published imports, choose File → Share → Publish to web and publish the content.
- Copy the document or spreadsheet URL.
- Open the DocsLink panel in a compatible UXP host application.
- Choose the panel language, paste the URL, and select Create a link or Import content.
- For spreadsheet imports, choose Table to receive a Markdown-style table or Formatted text to receive readable line-based text.
- Install Adobe UXP Developer Tool.
- Click Add Plugin and select this project folder.
- Load the plugin with Load.
- Open the DocsLink panel from the host application.
manifest.json: UXP plugin configuration, host support, and permissions.index.html: bilingual panel interface.styles.css: responsive styles with light/dark support.main.js: localization, URL transformation, import parsing, clipboard, and browser-opening logic.
Google may block private or unpublished content. If an import fails, publish the document or spreadsheet to the web or make sure the URL is publicly accessible before trying again.