Add link_url field to campaign variants for link-post support #19
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
When copying a post from Magpie to post manually (or when Lemmy/Reddit posting auto-fires), there is no dedicated URL field on a variant. The repo/product link is embedded in the body text, making it hard to:
Proposed change
Add an optional
link_urlfield to the variant schema:In the Magpie UI (campaign detail / variant editor):
link_urlas a dedicated field below the titlelink_urlis set and body is empty, post as a link post; if both are set, post as a text post with the URL also embeddedExample
Discarr campaign 13, selfhosted variant:
title: Discarr: disc rip → Sonarr/Radarr pipeline, no npm deps [GPL-3.0]link_url: https://git.opensourcesolarpunk.com/Circuit-Forge/discarrbody: (full post text)When copying manually, all three are visible and independently copyable without digging through the body.