Skip to content

Commit

Permalink
Merge pull request #125 from macmarrum/main
Browse files Browse the repository at this point in the history
move xslt to coding, idea to scripting
  • Loading branch information
macmarrum authored Jun 11, 2023
2 parents 5190232 + 51d8e85 commit 4c6d90f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
- [Script incubator](scripting/Script_incubator.md)
- [Scripting! Jython](scripting/Scripting!_Jython.md)
- [Scripting environment setup](scripting/Scripting_environment_setup.md)
- [XSLT for export/import](scripting/Export_Using_XSLT.md)
- [IntelliJ IDEA setup](scripting/intellij-idea-setup.md)
- [Add-ons (Development)](scripting/Add-ons_(Develop).md)
- [Security considerations](scripting/Security_considerations.md)
- [Coding](coding/Git_howto.md)
- [Git howto](coding/Git_howto.md)
- [How to build Freeplane](coding/How_to_build_Freeplane.md)
- [IDE setup](coding/IDE_setup.md)
- [IntelliJ IDEA setup](coding/intellij-idea-setup.md)
- [Plugin development](coding/Plugin_development.md)
- [XSLT for export/import](coding/Export_Using_XSLT.md)

# Attic

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- toc -->

Here's a procedure for setting up IntelliJ IDEA.\
See [IDE setup](IDE_setup.md) for an alternative, using Gradle.
See [IDE setup](../coding/IDE_setup.md) for an alternative, using Gradle.

### Installation and configuration
1. Go to <https://www.jetbrains.com/idea/download/>
Expand Down

0 comments on commit 4c6d90f

Please sign in to comment.