Skip to content

feat: add replaceRangeWithMarkdown tool for surgical markdown edits#95

Merged
a-bonus merged 1 commit intoa-bonus:mainfrom
haseeb-asad:feat/replace-range-with-markdown
Mar 23, 2026
Merged

feat: add replaceRangeWithMarkdown tool for surgical markdown edits#95
a-bonus merged 1 commit intoa-bonus:mainfrom
haseeb-asad:feat/replace-range-with-markdown

Conversation

@haseeb-asad
Copy link
Copy Markdown
Contributor

Adds a new tool that replaces a specific character range in a Google Doc with formatted markdown content. This enables targeted edits (e.g. fixing a single section) without replacing the entire document.

The tool deletes the specified range then inserts markdown at that position using the existing insertMarkdown pipeline, supporting all formatting including headings, lists, tables, code blocks, and inline styles.

Adds a new tool that replaces a specific character range in a Google Doc
with formatted markdown content. This enables targeted edits (e.g. fixing
a single section) without replacing the entire document.

The tool deletes the specified range then inserts markdown at that position
using the existing insertMarkdown pipeline, supporting all formatting
including headings, lists, tables, code blocks, and inline styles.
@a-bonus a-bonus merged commit 304ce9f into a-bonus:main Mar 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants