Skip to content

SparkyT/FargoScripts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fargo Scripts

At the moment, just adds an Export to HTML list menu item to the file menu.

To Use

Either: Go to the Settings menu - Code tab and paste in the following, click OK and reload Fargo

var s = 'https://raw.github.com/SparkyT/FargoScripts/master/fargo.js'; console.log("loading " + s + "..."); $.getScript(s,  function(data,  status) { console.log(status); tsFargo.msgMe(status,600,-1); }); 

or: Paste the following into a headline and run the code using CTRL-/

var s = 'https://raw.github.com/SparkyT/FargoScripts/master/fargo.js'; console.log("loading " + s + "..."); $.getScript(s,  function(data,  status) { console.log(status); tsFargo.msgMe(status,600,-1); }); 

Voila. You should now have the extra functionality in there.

About

A collection of JS scripts for Small Picture's Fargo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.7%
  • XML 28.3%