User Activity

  • Posted a comment on discussion Open Discussion on Freeplane

    Hi, Are you looking for hierarchical level styles ? Read the menu Help > Documentation (or F1 key): 6 Formatting & styling > 6.2 Styles > Hierarchical level styles

  • Modified a comment on discussion Open Discussion on Freeplane

    Hi Alexandre, Interesting, I can use this sometimes, thank you. There is a plainText() in the API, but the links are lost. I just made this, using JSoup (put the lib jar in the freeplane home_dir/lib folder to make it work): // @ExecutionModes({on_selected_node="/menu_bar/format/menu_coreFormat"}) import org.jsoup.Jsoup import org.jsoup.nodes.Document import org.jsoup.select.Elements import org.jsoup.safety.Cleaner import org.jsoup.safety.Whitelist // tags to convert to <p> tags toParagraph = [ "h1",...

  • Modified a comment on discussion Open Discussion on Freeplane

    Hi Alexandre, Interesting, I can use this sometimes, thank you. There is a plainText() in the API, but the links are lost. I just made this, using JSoup (put the lib jar in the freeplane home_dir/lib folder to make it work): // @ExecutionModes({on_selected_node="/menu_bar/format/menu_coreFormat"}) import org.jsoup.Jsoup import org.jsoup.nodes.Document import org.jsoup.select.Elements import org.jsoup.safety.Cleaner import org.jsoup.safety.Whitelist // tags to convert to <p> tags toParagraph = [ "h1",...

  • Modified a comment on discussion Open Discussion on Freeplane

    Hi Alexandre, Interesting, I can use this sometimes, thank you. There is a plainText() in the API, but the links are lost. I just made this, using JSoup (put the lib jar in the freeplane home_dir/lib folder to make it work): // @ExecutionModes({on_selected_node="/menu_bar/format/menu_coreFormat"}) import org.jsoup.Jsoup import org.jsoup.nodes.Document import org.jsoup.select.Elements import org.jsoup.safety.Cleaner import org.jsoup.safety.Whitelist // tags to convert to <p> tags toParagraph = [ "h1",...

  • Modified a comment on discussion Open Discussion on Freeplane

    Hi Alexandre, Interesting, I can use this sometimes, thank you. There is a plainText() in the API, but the links are lost. I just made this, using JSoup (put the lib jar in the freeplane home_dir/lib folder to make it work): // @ExecutionModes({on_selected_node}) import org.jsoup.Jsoup import org.jsoup.nodes.Document import org.jsoup.select.Elements import org.jsoup.safety.Cleaner import org.jsoup.safety.Whitelist // tags to convert to <p> tags toParagraph = [ "h1", "h2", "h3", "h4", "h5", "h6" ]...

  • Posted a comment on discussion Open Discussion on Freeplane

    Hi Alexandre, Interesting. There is a plainText() in the API, but the links are lost. I just made this, using JSoup (put the lib jar in the freeplane home_dir/lib folder to make it work): // @ExecutionModes({on_selected_node}) import org.jsoup.Jsoup import org.jsoup.nodes.Document import org.jsoup.select.Elements import org.jsoup.safety.Cleaner import org.jsoup.safety.Whitelist // tags to convert to <p> tags toParagraph = [ "h1", "h2", "h3", "h4", "h5", "h6" ] // tags to keep toKeep = [ "br", "p",...

  • Posted a comment on discussion Open Discussion on Freeplane

    it doesn't work properly if the selected nodes don't share the same parent node Indeed. Thank you Jochen. Maybe I prefer to handle the situation with an error message, the same as the "Move node (Parents sibling)" command : // @ExecutionModes({on_single_node="/main_menu/edit/menu_moveNode"}) parent = node.parent nodes = c.getSortedSelection( true ) if( nodes.find{ it.parent != parent } ){ ui.informationMessage( ui.frame, "All nodes must have the same parent to use this fonction.", "Freeplane", javax.swing.JOptionPane.ERROR_MESSAGE...

  • Posted a comment on discussion Open Discussion on Freeplane

    Hello, The bubble shape may be what you're looking for. Menu Format > Node core > Node shape > Bubble or within the Tool panel

View All

Personal Data

Username:
lilive
Joined:
2009-01-15 16:19:41

Projects

  • No projects to display.

Personal Tools