Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't paste text with newlines as value for existing pin entries #725

Closed
2 tasks done
kencano opened this issue Feb 4, 2024 · 1 comment
Closed
2 tasks done

Can't paste text with newlines as value for existing pin entries #725

kencano opened this issue Feb 4, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@kencano
Copy link

kencano commented Feb 4, 2024

Before Submitting Your Bug Report

  • I have verified that there isn't already an issue reporting the same bug to prevent duplication.
  • I have seen the FAQ.

Maccy Version (see 'About' window)

0.29.4 (28)

macOS Version

14.2.1

Maccy Settings

{
    "KeyboardShortcuts_delete" = "{\\"carbonKeyCode\\":51,\\"carbonModifiers\\":2048}";
    "KeyboardShortcuts_pin" = "{\\"carbonModifiers\\":2048,\\"carbonKeyCode\\":35}";
    "KeyboardShortcuts_popup" = "{\\"carbonModifiers\\":768,\\"carbonKeyCode\\":8}";
    "LaunchAtLogin__hasMigrated" = 1;
    NSNavLastRootDirectory = "/Applications/Utilities";
    NSNavPanelExpandedSizeForOpenMode = "{800, 448}";
    "NSStatusItem Visible Item-0" = 0;
    "NSWindow Frame NSNavPanelAutosaveName" = "356 376 800 448 0 0 1512 950 ";
    "NSWindow Frame SUStatusFrame" = "957 588 400 134 0 0 1512 950 ";
    "NSWindow Frame SUUpdateAlert" = "446 414 620 398 0 0 1512 950 ";
    "NSWindow Frame com.sindresorhus.Preferences.FrameAutosaveName" = "485 34 501 684 0 0 1512 950 ";
    "NSWindow Frame com.sindresorhus.Settings.FrameAutosaveName" = "499 398 542 436 0 0 1512 950 ";
    SUEnableAutomaticChecks = 1;
    SUHasLaunchedBefore = 1;
    SULastCheckTime = "2024-02-04 18:43:41 +0000";
    SUSkippedVersion = 22;
    SUUpdateGroupIdentifier = 2319670250;
    WebKitDefaultFontSize = 13;
    WebKitJavaScriptEnabled = 0;
    WebKitPluginsEnabled = 0;
    WebKitStandardFont = "-apple-system-font";
    WebKitUserStyleSheetEnabledPreferenceKey = 1;
    WebKitUserStyleSheetLocationPreferenceKey = "/Applications/Maccy.app/Contents/Frameworks/Sparkle.framework/Resources/ReleaseNotesColorStyle.css";
    enabledPasteboardTypes =     (
        "public.png",
        "public.html",
        "public.rtf",
        "public.file-url",
        "public.tiff",
        "public.utf8-plain-text"
    );
    historySize = 400;
    ignoredApps =     (
        "com.apple.DigitalColorMeter",
        "com.apple.DigitalColorMeter"
    );
    ignoredPasteboardTypes =     (
        "com.agilebits.onepassword",
        "net.antelle.keeweb",
        "Pasteboard generator type",
        "com.typeit4me.clipping",
        "de.petermaurer.TransientPasteboardType"
    );
    migrations =     {
        "2020-04-25-allow-custom-ignored-types" = 1;
        "2020-06-19-use-keyboardshortcuts" = 1;
        "2020-09-01-ignore-keeweb" = 1;
        "2021-02-20-allow-to-customize-supported-types" = 1;
        "2021-06-28-add-title-to-history-item" = 1;
        "2021-10-16-remove-dynamic-pasteboard-types" = 1;
        "2022-08-01-rename-suppress-clear-alert" = 1;
        "2022-11-14-add-html-rtf-to-supported-types" = 1;
        "2023-01-22-add-regexp-search-mode" = 1;
    };
    popupPosition = center;
    popupScreen = 0;
    searchMode = exact;
    showInStatusBar = 0;
    suppressClearAlert = 1;
}

Description

I use Maccy to store some prompts that I frequently use in LLM AIs. Unfortunately, once I've set a value to a certain pin, I don't see the path to update or replace the value (eg when I want to update the prompt) but instead encounter this error: I can't paste a value that contains newlines – neither when selecting the existing value and pasting nor deleting and then pasting.

Steps to Reproduce

  • Save pin
  • Navigate to Settings → Pins
  • Try to save new value with a newline into value field (for the previously pinned item)
@kencano kencano added the bug Something isn't working label Feb 4, 2024
@p0deje
Copy link
Owner

p0deje commented Feb 4, 2024

I am not sure what you are trying to achieve, but you cannot change values in Settings / Pins - you can only provide titles for the same values. This is simply to allow aliasing copies to some easy-to-remember name.

@p0deje p0deje closed this as not planned Won't fix, can't repro, duplicate, stale Feb 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants