Skip to content

Read Node Core Text and Edit Powerpoint Presentations with the Details #1803

Discussion options

You must be logged in to vote

Freeplane uses Groovy as its scripting language. This means that we can use Groovy magic to make things simpler (as compared to coding in Java), in particular @Grab.

I've never used POI, so I need to rely on a tutorial – I've chosen https://www.baeldung.com/apache-poi-slideshow

  1. Open an existing mind map (or create a new mind map and save it)
  2. Select a node (e.g. root) with a handful of children (the node's text will become the slide's title, and the childrens' text will make up the slide's content)
  3. Create a new script Tools->Edit script…, then Actions->New script
  4. Copy and paste the below code to the script window
  5. Actions->Run

The window will freeze for a minute while Grape grabs the jars…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@projectresonance
Comment options

Answer selected by projectresonance
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
3 participants