promotional bannermobile promotional banner

LibCopyDialog

A Library which provides a simple Dialog to copy a given text

LibCopyDialog

This is an embedded Library for WoW addons. It provides a simple dialog to copy given text. It supports all game flavors.

Hello World Example

Usage

local copy = LibStub("LibCopyDialog")

-- Open the dialog with "Hello World!" ready to copy.
copy:Open("Hello World!")
-- You can also set your own label.
copy:Open("my text to copy", "My Custom Label")
-- It even works with multiline texts.
copy:Open("my text to copy\n\neven with multiple lines.\n\n\n\n\n\nlots of lines!")

-- You can even define an addon link with your payload.
print("|Haddon:LibCopyDialog:My custom text to copy|h[Click Me]|h")

Installation

If you are using the BigWigsMods/packager just add this to your .pkgmeta:

externals:
    Libs/LibStub:
        url: https://repos.wowace.com/wow/libstub/trunk
        curse-slug: libstub
    Libs/LibCopyDialog:
        url: https://github.com/exochron/LibCopyDialog
        tag: latest
        curse-slug: libcopydialog

ignore:
    - 'Libs/*/LICENSE'
    - 'Libs/*.md'
    - 'Libs/*.toc'
    - 'Libs/LibStub/tests'

Finally, you just need to load both Libraries in your toc file:

Libs\LibStub\LibStub.lua
Libs\LibCopyDialog\LibCopyDialog.lua

The LibCopyDialog Team

profile avatar
  • 5
    Followers
  • 12
    Projects
  • 4.5M
    Downloads
Donate

More from eXochronView all

  • Hide Increase Backpack Button project image

    Hide Increase Backpack Button

    • 33.1K
    • Addons

    hides the little plus in your backpack

    • 33.1K
    • April 25, 2026
    • Addons
    • +1
  • Favorite Contacts project image

    Favorite Contacts

    • 43.6K
    • Addons

    Adds buttons to the mail frame for easy access of your favorite contacts

    • 43.6K
    • April 25, 2026
    • Addons
  • TalentUP project image

    TalentUP

    • 205
    • Addons

    TalentUP automatically skills your next Talents as you level up.

    • 205
    • April 25, 2026
    • Addons
    • +1
  • Scotty project image

    Scotty

    • 36.2K
    • Addons

    Your personal teleport and transportation assistant for all your spells, toys and items.

    • 36.2K
    • April 25, 2026
    • Addons
    • +3
  • Hide Increase Backpack Button project image

    Hide Increase Backpack Button

    • 33.1K
    • Addons

    hides the little plus in your backpack

    • 33.1K
    • April 25, 2026
    • Addons
    • +1
  • Favorite Contacts project image

    Favorite Contacts

    • 43.6K
    • Addons

    Adds buttons to the mail frame for easy access of your favorite contacts

    • 43.6K
    • April 25, 2026
    • Addons
  • TalentUP project image

    TalentUP

    • 205
    • Addons

    TalentUP automatically skills your next Talents as you level up.

    • 205
    • April 25, 2026
    • Addons
    • +1
  • Scotty project image

    Scotty

    • 36.2K
    • Addons

    Your personal teleport and transportation assistant for all your spells, toys and items.

    • 36.2K
    • April 25, 2026
    • Addons
    • +3