-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reorganizing the Scripts section (#146)
* reorganizing * Rename src/docs/scripting/Learning Guides/Scripting.md to src/docs/scripting/Scripting.md * Rename src/docs/scripting/Scripting.md to src/docs/scripting/Learning Guides/Scripting_guide.md * Update Start_Here.md * Update Formulas.md * Create advanced_topics.md * Update SUMMARY.md * reorganizing pages * Update SUMMARY.md * Update Start_Here.md * Update .gitignore
- Loading branch information
Showing
59 changed files
with
291 additions
and
658 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
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
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
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
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
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
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
There are many scripts and Add-ons spread over the internet. Here are some suggestions of how to search for those scripts: | ||
|
||
Inside this documentation: | ||
- [The Add-ons page](Add-ons_(install).md) | ||
- [The scripts collection](Scripts_collection.md) | ||
- [Scripts for text editing](Scripting_text_editing.md) | ||
- [Script incubator](Script_incubator.md) | ||
- [Scripts using external libraries](Example_scripts_using_external_libraries.md) | ||
- The [API reference](Reference.md) gives very simple example of most of the methods in the API | ||
- The [scripting examples section](examples/scripting_examples) has a couple of scripts. But, this section is still in initial stages | ||
|
||
Repositories | ||
- By Macmarrum: [the script repository](https://github.com/macmarrum/freeplane-scripting/tree/main/src/scripts) and other [repositories](https://github.com/macmarrum?tab=repositories) | ||
- The EdoFro [repositories](https://github.com/EdoFro) | ||
|
||
The forums. There are many scripts spread over the two forums. Searching for the word "script" will return many of them. | ||
- Github forum (current forum) | ||
- Sourceforge forum (old forum) | ||
|
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
If you want to learn the basics about how to create scripts, even if you are a complete beginner in coding, you can follow this suggested learning path: | ||
|
||
- Start with this gentle tutorial that uses many practical examples: [Tutorial](api-groovy-tutorial.md) | ||
- Now that you are more familiar with the general idea of how scripts work, you can use this concise guide for revision and reference of the important points: [Scripting concise guide](Scripting.md) |
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
In the [Scripting API](Scripting_API.md) you will find all public methods that can be used in scripts. | ||
|
||
If you are not sure about how a method needs to be written, you can see examples of each method at this [reference page](Reference.md). | ||
|
||
For a quick reference, use the [Cheatsheet](Scripting_Cheatsheet.md). | ||
|
||
--- | ||
Other pages, that are planned: | ||
- [Basics](Basics.md) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
Oops, something went wrong.