macmarrum

Results 24 comments of macmarrum

While this feature request is being evaluated, you can use your keyboard to pre-check a link before opening it: `Ctrl+K`

duplicate of - https://github.com/freeplane/freeplane/issues/1555

> @dpolivaev and @macmarrum, I see that you apparently have been doing commits to solve this bug. Was that necessary? @HaaiHenkie I think the link between the commit you mentioned...

@cobblepot1 The thing about clones is that they can represent a single node or a whole branch. You probably already know the difference between `Ctrl+C` vs `Ctrl+Shift+C`: * `Edit->Copy->Copy node...

I think the library used by Freeplane, i.e. [Markedj](https://github.com/gitbucket/markedj), doesn't support image size specification. As an alternative, it's possible to use [HTML img tag](https://www.w3schools.com/tags/tag_img.asp) directly, specifying the desired `width` and...

Please not these are 2 separate functionalities. The first one `Insert->Image->Add image…` makes the node image-centric. The width of the node is driven by the image size. The second `Edit->Node...

The method `org.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties#getInstallationBaseDir` is public but not static. I think that one needs to instantiate ConfigProperties first: ```groovy import org.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties def config = new ConfigProperties() def installationDir = config.installationBaseDir ```

I can see a code change, but no change in behavior. Please reopen.

Awesome. Thanks! **Summary** > Should it remove the `hidden` attribute? No. The `hidden` attribute should be preserved. --- The general “jump-in” functionality (not related to bookmarks) always displays the current...