-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding some examples to AttributesRO reference
- Loading branch information
Showing
3 changed files
with
115 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
/build | ||
/build | ||
/.idea | ||
/freeplane_docs.iml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,17 @@ | ||
# Scripting Reference (work in progress) | ||
|
||
To test the example codes you can use the Freeplane's script editor: | ||
- select the test node | ||
- open the script editor ( **Menu->Tools->Edit script…** ) | ||
- create a new script ( **Actions->New script** ) | ||
- paste the example code in the editor | ||
- test the code ( **Actions->Run** ) | ||
- if you want, you can select other nodes and repeat the test | ||
|
||
```groovy | ||
{{#include reference.groovy}} | ||
``` | ||
|
||
<footer id="open-on-gh"> | ||
Want to contribute? <a href="https://github.com/freeplane/docs/edit/main/src/docs/scripting/reference.groovy">Edit the groovy file on github.</a> | ||
</footer> | ||
</footer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters