Skip to content

eviltester/mm-script-repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Some FreePlane Scripts

A repo to store freeplane scripts that I wrote for use with https://www.freeplane.org

Scripts

FreePlane already has a very good collection of Scripts on their wiki. These are a very useful starting point for creating your own scripts.

If you don't find a script that is close to what you need then check out the Scripting and Scripting API pages

How to load a script

  • Find your scripts directory:
    • start FreePlane
    • tools\Open user directory
    • locate \scripts
  • Copy the .groovy file for the script in the \scripts directory
  • Restart Freeplane

Now that Freeplane is running, you can amend the .script and each time it is run it will pick up the new changes from the file system.

**When creating your own scripts, remember that the filename is the classname so it needs to be valid syntax e.g. my-new-script.groovy would trigger an error in Freeplane by myNewScript.groovy or MyNewScript.groovy would be fine. And it would show up in the Tools \ Scripts menu as My New Script

About

Simple scripts for use with Freeplane

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages