From 5f7aded3f1936a94a2f6cc2464d9481f463c0ac1 Mon Sep 17 00:00:00 2001
From: euu <77707706+euu2021@users.noreply.github.com>
Date: Mon, 1 Apr 2024 08:16:03 -0300
Subject: [PATCH] Update Init_scripts.md
---
src/docs/scripting/Init_scripts.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/docs/scripting/Init_scripts.md b/src/docs/scripting/Init_scripts.md
index 92a458c..0f50333 100644
--- a/src/docs/scripting/Init_scripts.md
+++ b/src/docs/scripting/Init_scripts.md
@@ -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 /scripts/init/.
+* 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 node
since it is not bound. You also should not assume that any script map is opened.