Starting with the Copy Nodes To Codebox Snippet script, I've decided to submit this under "Forum Utilities" - hoping to expand on this more later

Code: Select all
Atom {
Name = "Forum Utilities",
Category = "Scripts/We Suck Less",
Author = "We Suck Less",
Version = 1.4,
Date = {2018, 2, 8},
Description = [[<h2>We Suck Less Forum Utilities</h2>
<p><img src="Emoticons:/cheer.png">Tools that help make you a better user of the We Suck Less Fusion forum.<img src="Emoticons:/cheer.png"></p>
<p>Currently this package contains the Copy Nodes To Codebox Snippet script. This script lets you copy a selection of Fusion nodes to your clipboard, formatted as a <b>Codebox</b> tagged snippet for pasting in the We Suck Less post editor, with a dated filename.</p>
<p>It doesn't do much else but it's really handy for quickly sharing something!</p>
<p>The included Config file maps the function to CTRL-SHIFT-C in Fusion, and adds the action to Fusion's Edit menu.</p>
<h3>We Suck Less companion topic:</h3>
<p>https://www.steakunderwater.com/wesuckless/viewtopic.php?f=6&t=1863</p>
]],
Deploy = {
"Config/WeSuckLess.fu",
"Scripts/Comp/We Suck Less/Copy Nodes To Codebox Snippet.lua",
},
}