extractmagic stripping logic removes text #1
Loading…
Reference in New Issue
Block a user
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?
Nice little tool! So,
python palanggana.py --magic broadcastthingz
gives''
andpython palanggana.py --magic broadcastthingz --keep
gives__BROADCASTTHINGZ__
. Gonna try and get a patch in.This patch seems to "fix it". But I guess the script was specifically for the case where magic words were appearing on each line? Well, do what you want with this :)
However this change then doesn't strip out
__PUBLISH__
, e.g.464d07a64f
@decentral1se I don't know if I can graps what the issue is here or not :)
but I kinda wrote it with the idea that users could publish individual lines.
thats why this has PUBLISH https://pad.vvvvvvaria.org/id3poetry on each line too.
but also for example grabbing AGREE from the minimal viable pad.
You don't necessarily want the entire pad.
In this way with NOTE you can grab all your notes(lines) across all published pads.
Nice! Yeah, this makes sense. I guess if you want to add a
--all
or something like that for this case where all the text is the goal orrrrrr it is time to write another little script. Was nice to look at this code in any case.merged into an issue to build two flags.
#2 here
Merged into a issue/wish to have two extra arguments, here
#2
0740ba4789