Skip to content

Releases: harmoniqs/DocumenterCopyButton.jl

v0.1.3

25 Mar 05:54

Choose a tag to compare

DocumenterCopyButton v0.1.3

Diff since v0.1.2

Changes

  • Remove T3 from default providers (no web browsing support)
  • Mark Claude as beta due to org/SSO redirect issue
  • Reorder default providers: ChatGPT first, Claude second

v0.1.2

25 Mar 04:58

Choose a tag to compare

DocumenterCopyButton v0.1.2

Diff since v0.1.1

Changes

  • Fix AI provider URLs to use full deployed page path instead of relative path
  • Add redirect arrow icon to AI provider dropdown items

v0.1.1

25 Mar 00:02
11471e3

Choose a tag to compare

DocumenterCopyButton v0.1.1

Diff since v0.1.0

Changes

  • Rename default copy button label to "Copy for AI"
  • Add redirect arrow icon to AI provider dropdown items

Added

  • Configurable copy_label keyword argument on CopyButton constructor

Merged pull requests:

v0.1.0

24 Mar 06:43

Choose a tag to compare

DocumenterCopyButton v0.1.0

Changes

  • Initial release of DocumenterCopyButton.jl
  • Documenter.jl plugin that adds floating "Copy as markdown" and "Open in AI" buttons to opted-in documentation pages
  • Pages opt in via @meta CopyButton = true
  • Supports both pretty and flat URL modes
  • Vanilla JS/CSS implementation with clipboard copy and AI provider dropdown