Skip to content

Commit

Permalink
Update Init_scripts.md
Browse files Browse the repository at this point in the history
  • Loading branch information
euu2021 authored Apr 1, 2024
1 parent 297b215 commit 5f7aded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/scripting/Init_scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Starting with 1.5.8 Freeplane supports init scripts, i. e. scripts that are exec

So here are the rules (may change until 1.5 is declared stable):

* Init scripts are all scripts in the directory <tt><freeplaneuserdir>/scripts/init/</tt>.
* Init scripts are all scripts in the directory `/scripts/init/`, inside the user directory (`Tools->Open user directory`)
* After startup (Freeplane window is up) all init scripts are run in lexicographical order of script names.
* In an init script you can't rely on the variable <code>node</code> since it is not bound. You also should not assume that any script map is opened.

Expand Down

0 comments on commit 5f7aded

Please sign in to comment.