Activity for FreeMind

  • Andrei Korshikov Andrei Korshikov posted a comment on ticket #1280

    I think I can confirm this bug too. Not as drastically as on the screenshot, but yes, tops and bottoms are truncated, so e.g. dots of "i" and bottom parts of "g" are disappeared during editing. That is why I always prefer to edit in Long Node mode. I see this behaviour on stable (1.0.1), unstable (1.1.0 Beta 2) and commit cc87d4a4 (the latest working commit for Linux at this time). Java versions 8 and 11, Arch Linux.

  • Andrei Korshikov Andrei Korshikov posted a comment on ticket #1303

    I think this "bug" could be closed as wontfix or so: both stable and unstable releases can be compiled on Java 8 only and run on Java 8 and 11 (from the list of the Arch Linux supported Java versions). The latest commit can be compiled and run with Java 17, but it has a bug with stack overflow while editing long nodes. Basically, this is not a bug, but a feature request about latest Java support. And with the latest versions (21, 22) there is another problem - Security Manager is deprecated.

  • Andrei Korshikov Andrei Korshikov posted a comment on ticket #1306

    This problem is not related to Java 17 and commit a1cfa85e. The latest good commit is cc87d4a4. The next two commits — bb964c15 and 832707b2 — can't be compiled: BUILD FAILED /home/korshikov/stuff/Projects/aur-freemind-git/src/code/freemind/build.xml:50: taskdef class org.jibx.binding.ant.CompileTask cannot be found using the classloader AntClassLoader[] I'm not a Java man, sorry if these two could easily be fixed and tested. And, finally, 095dc4e6 is compiled successfully and the bug in question...

  • David Wood David Wood posted a comment on discussion Thank you for the music

    Does anyone have any tips on this issue?

  • DaveE DaveE posted a comment on discussion Open Discussion

    The approach I took after using freemind was to write a new plugin called 'MindTypes' that gave freemind the ability to assign a type to each node (if you want to) and give context sensitive menues based on the node type. Then you can define actions based on the node types. You can create java code fragments to do useful stuff that are activated via the context menues. It now allows for OSGI plugins to extend the library of actions. By way of a use case: I can can create a node in Freemind Set it...

  • TIGER SFOVP TIGER SFOVP posted a comment on discussion Open Discussion

    Hi everyone, The links above are all gone. Still looking for a FreeMind viewer/editor for Android. Found DroidPlane, but viewable as a text list only, instead of graphical. Is there anywhere I can contribute a bounty to the development of a graphical viewer/editor/?

  • Mike Kenefeck Mike Kenefeck posted a comment on discussion Help

    I have version 1.0.1 on a Mac ( Big Sur) and have found the setting in Preferences, Environment to turn on the Spell Checker. However, no spell checker seems to work.

  • David Wood David Wood posted a comment on discussion Thank you for the music

    Thanks for your reply. Unfortunately, I am getting the same behavior using several different keyboards. There does not appear to be a malfunctioning or sticky escape key.

  • Nick Busigin Nick Busigin posted a comment on discussion Thank you for the music

    That's odd. I've never encountered that problem either and the only thing that I can think of that would knock you out of your typing and get you back to the main root node would be hitting the ESC key twice. Is it possible that your keyboard is starting to act up?

  • David Wood David Wood posted a comment on discussion Thank you for the music

    I am using Freemind and the program automatically sends the cursor back to the main node while I am typing, which discards whatever work I am doing on my current node. This is very disruptive to my work on mind maps. Is there a way to turn off this focusing feature? I have used Freemind for well over 10 years and have never encountered this problem. Any guidance on an existing thread that addresses this or user tips would be greatly appreciated!

  • michael bergman michael bergman posted a comment on discussion Help

    BUILD FAILED /Users/bergman/my2024/X/mindmap/freemind-code/freemind/build.xml:116: JiBXException in JiBX binding compilation my mac: mac studio 2022, M1 max sonoma 14.5 how can i fix it. btw, Why haven't the developers released new versions since 2012? The code is still being modified.

  • Vlad Vlad posted a comment on discussion Complaints from users

    It is a limitation in snap package configuration. It is a security feature of snap to run a program in a sandbox so it is possible to limit its impact on the system. Apparently, the current configuration of the snap with Freemind that you are using limits file access to the home directory, or so. Here is a thread that discusses that problem: https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1643706

  • Vlad Vlad posted a comment on discussion Complaints from users

    I had the same problem. The root cause in my case was that Freemind application opened a modal window that was hidden behind other windows, sometimes even on another display when two monitors used. Naturally, Freemind does not response on keyboard and mouse clicks until the modal window is dismissed. It might be tricky to get the modal windows in focus. You can try to minimize all the windows (WIN+D in Windows) and then bring Freemind to the front.

  • Pavan Lanka Pavan Lanka modified a comment on discussion Help

    Building on top of what @Rad suggested, I have done the following to get as close a feel as before. OSX: 14.5 + M2 Java Version: OpenJDK 17 The first step was to create an application, this involved the following: 1. Create a folder called FreeMind.app 2. Extract the contents of freemind-bin-1.0.1.zip into this folder 3. Rename FreeMind.sh to FreeMind 4. Make it executable chmod +x FreeMind 5. Edit FreeMind to provide the dock icon to the java executable vi FreeMind a. For the java executable add...

  • Pavan Lanka Pavan Lanka posted a comment on discussion Help

    Building on top of what @Rad suggested, I have done the following to get as close a feel as before. OSX: 14.5 + M2 Java Version: OpenJDK 17 The first step was to create an application, this involved the following: 1. Create a folder called FreeMind.app 2. Extract the contents of freemind-bin-1.0.1.zip into this folder 3. Rename FreeMind.sh to FreeMind 4. Make it executable chmod +x FreeMind 5. Edit FreeMind to provide the dock icon to the java executable vi FreeMind a. For the java executable add...

  • Michał Kowalczuk Michał Kowalczuk modified a comment on discussion Help

    there are 2 problems: 1) java.io.FileNotFoundException: /home/username/.freemind/auto.properties (No such file or directory) 2) InaccessibleObjectException: Unable to make field private static java.lang.String sun.awt.X11.XToolkit.awtAppClassName accessible: module java.desktop does not "opens sun.awt.X11" 1) just create that file: touch ~/.freemind/auto.properties Then put something in it, e.g. echo "languages=en,de,ru,nl,fr,es" > ~/.freemind/auto.properties 2) java 9.x and above introduce modules...

  • Michał Kowalczuk Michał Kowalczuk modified a comment on discussion Help

    there are 2 problems: 1) java.io.FileNotFoundException: /home/username/.freemind/auto.properties (No such file or directory) 2) InaccessibleObjectException: Unable to make field private static java.lang.String sun.awt.X11.XToolkit.awtAppClassName accessible: module java.desktop does not "opens sun.awt.X11" 1) just create that file: touch ~/.freemind/auto.properties Then open to edit and put something, e.g. languages=en,de,ru,nl,fr,es 2) java 9.x and above introduce modules and oracle also clean some...

  • Michał Kowalczuk Michał Kowalczuk modified a comment on discussion Help

    there ae 2 problems: 1) java.io.FileNotFoundException: /home/vlad/.freemind/auto.properties (No such file or directory) 2) InaccessibleObjectException: Unable to make field private static java.lang.String sun.awt.X11.XToolkit.awtAppClassName accessible: module java.desktop does not "opens sun.awt.X11" 1) just create that file: touch /home/vlad/.freemind/auto.properties Then open to edit and put something, e.g. languages=en,de,ru,nl,fr,es 2) java 9.x and above introduce modules and oracle also clean...

  • Michał Kowalczuk Michał Kowalczuk posted a comment on discussion Help

    there ae 2 problems: 1) java.io.FileNotFoundException: /home/vlad/.freemind/auto.properties (No such file or directory) 2) InaccessibleObjectException: Unable to make field private static java.lang.String sun.awt.X11.XToolkit.awtAppClassName accessible: module java.desktop does not "opens sun.awt.X11" 1) just create that file: touch /home/vlad/.freemind/auto.properties Then open to edit and put something, e.g. languages=en,de,ru,nl,fr,es 2) java 9.x and above introduce modules and oracle also clean...

  • Tiyo Widi Prasetyo Tiyo Widi Prasetyo posted a comment on ticket #106

    Yes, me too! It'd be great if we can attach file (notepad, word, excel, powerpoint) to nodes..

  • Richard Brown Richard Brown posted a comment on discussion Complaints from users

    +1 for this. The internet is always and forever going to be a dicey security environment.

  • Wu Hui Min Wu Hui Min modified a comment on discussion Help

    I use a Chromebook. Was able to successfully install Freemind, but no desktop icon appears after. When trying to open Freemind from the command line, I get no visual output, ie, there is no freemind window. What could be the problem here?

  • Wu Hui Min Wu Hui Min posted a comment on discussion Help

    This is the error message I receive: huimin@penguin:~$ freemind Picked up _JAVA_OPTIONS: -Duser.home=/home/huimin/snap/freemind/4 Checking Java Version... Checking Java Version done. java.io.FileNotFoundException: /home/huimin/snap/freemind/4/.freemind/auto.properties (No such file or directory) at java.base/java.io.FileInputStream.open0(Native Method) at java.base/java.io.FileInputStream.open(FileInputStream.java:219) at java.base/java.io.FileInputStream.<init>(FileInputStream.java:157) at freemind.main.FreeMindStarter.readUsersPreferences(FreeMindStarter.java:166)...

  • Wu Hui Min Wu Hui Min posted a comment on discussion Help

    I use a Chromebook. Was able to successfully install Freemind, but no desktop icon appears after. When trying to open Freemind from the command line, I get no output. What could be the problem here?

  • Wu Hui Min Wu Hui Min posted a comment on discussion Help

    Sorry for the double post.

  • Wu Hui Min Wu Hui Min posted a comment on discussion Help

    I use a Chromebook. Was able to successfully install Freemind, but no desktop icon appears after. When trying to open Freemind from the command line, I get no output. What could be the problem here?

  • Wu Hui Min Wu Hui Min posted a comment on discussion Help

    I use a Chromebook. Was able to successfully install Freemind, but no desktop icon appears after. When trying to open Freemind from the command line, I get no output. What could be the problem here?

  • zcy zcy posted a comment on discussion Help

    The method is incomplete. At least on my macOS M2, it doesn't work. When starting FreeMind, it prompts that the JRE library cannot be found. After trying for an afternoon, I found that it is necessary to copy the JRE library to the 'jre' path. That is, the 'lib' library from the downloaded JRE needs to be copied to the path '/Contents/Home/jre/lib'. If this method is helpful to you, please sponsor me 5 RMB. WeChat: zhoucy_pt.

  • Prateep Kul Prateep Kul modified a comment on discussion Help

    Hi Sendhi, Need help! I have jdk1.8 and after replace JVMRuntime to jda1.8.jdk it shown "Unable to load Java Runtime Environment." Will try again with jdk1.8.0_231.jdk My OS: Sonoma 14.2.1 (23C71)

  • Prateep Kul Prateep Kul posted a comment on discussion Help

    Hi Sendhi, I have jdk1.8 and after replace JVMRuntime to jda1.8.jdk it shown "Unable to load Java Runtime Environment." Will try again with jdk1.8.0_231.jdk My OS: Sonoma 14.2.1 (23C71)

  • Stephen John Burgess Stephen John Burgess posted a comment on discussion Help

    The problem has been resolved ... the problem was "in the chair" not the computer. Sorry!

  • Stephen John Burgess Stephen John Burgess posted a comment on discussion Help

    Hi I've been using FreeMind for a number of years (thanks!). This morning I received the error message attached. I re-installed FreeMind but that did not solve the problem. Is this a common problem? Any suggestions on how to solve it? thank you in advance Stephen

  • DaveE DaveE posted a comment on discussion Open Discussion

    i have a plugin that adds all sorts of document generation abilities, ie output to .rtf, .html, .java, .php, .sql or .csv if you like.

  • DaveE DaveE posted a comment on discussion Thank you for the music

    woo hoo! OSGI plugins work now! to be clear, they work from the plugin I wrote called MindTypes. The plugin was written to make writing plugins far easier - and it does just that. I have to say it is* pretty cool to now just be able to drop a Jar file in the right directory and have it all work.

  • Sendhil Ramasamy Sendhil Ramasamy modified a comment on discussion Help

    There is a solution to the above problem. I have Macos 14.2.1 (23C71). The Java Runtime that gets packaged with the application has the issue unfortunately. In order to view all the fonts properly, install Java Development kit 1.8 = My version is jdk1.8.0_231.jdk and it is installed under /Library/Java/JavaVirtualMachines/jdk1.8.0_231.jdk From within a Terminal window cd /Applications/FreeMind.app/Contents/PlugIns Issue the following command to create a soft link to the JDK within this folder ln...

  • Sendhil Ramasamy Sendhil Ramasamy modified a comment on discussion Help

    There is a solution to the above problem. I have Macos 14.2.1 (23C71). The Java Runtime that gets packaged with the application has the issue unfortunately. In order to view all the fonts properly, install Java Development kit 1.8 = My version is jdk1.8.0_231.jdk and it is installed under /Library/Java/JavaVirtualMachines/jdk1.8.0_231.jdk From within a Terminal window cd /Applications/FreeMind.app/Contents/PlugIns Issue the following command to create a soft link to the JDK within this folder ln...

  • Sendhil Ramasamy Sendhil Ramasamy posted a comment on discussion Help

    There is a solution to the above problem. I have Macos 14.2.1 (23C71). The Java Runtime that gets packaged with the application has the issue unfortunately. In order to view all the fonts properly, install Java Development kit 1.8 = My version is jdk1.8.0_231.jdk and it is installed under /Library/Java/JavaVirtualMachines/jdk1.8.0_231.jdk From within a Terminal window cd to /Applications/FreeMind.app/Contents/PlugIns folder Issue the following command to create a soft link to the JDK within this...

  • Charlie Stobert Charlie Stobert posted a comment on ticket #1307

    Sorry this was actually version 1.0.1

  • Charlie Stobert Charlie Stobert created ticket #1307

    Cloning a node into itself causes file corruption and multiple issues

  • DaveE DaveE posted a comment on discussion Open Discussion

    I now have a plugin that lets me use OSGi plugins in freemind :) Ok, so its an OSGi version of the plugin architecture i was already using, but still its pretty neet! I am excited! the fact that I am posting this on thanksgiving clearly demonstrates that I need to get out more.

  • DaveE DaveE posted a comment on discussion Help

    This is called "word wrap" its a feature, not a bug. If you examine the text, there are no new lines inserted in the text (except the ones you put in) you might want to try resizing the "box"

  • Erik da Silva Sauro Erik da Silva Sauro modified a comment on discussion Help

    Hello, good evening. When I start writing in each "box", the program does everything in a straight line, for example, [____________]. But, automatically, it moves to the bottom line when the phrase gets too long, like this: [ ________] [______] I would like to continue writing straight line, is that possible?

  • Erik da Silva Sauro Erik da Silva Sauro modified a comment on discussion Help

    Hello, good evening. When I start writing in each "box", the program does everything in a straight line, for example, [____________]. But, automatically, it moves to the bottom line when the phrase gets too long, like this: [ ________] [______] I would like to continue writing straight, is that possible?

  • Erik da Silva Sauro Erik da Silva Sauro modified a comment on discussion Help

    Hello, good evening. When I start writing in each "box", the program does everything in a straight line, for example, [____________]. But, automatically, it moves to the bottom line when the phrase gets too long, like this: [ ____] [______] I would like to continue writing straight, is that possible?

  • Erik da Silva Sauro Erik da Silva Sauro modified a comment on discussion Help

    Hello, good evening. When I start writing in each "box", the program does everything in a straight line, for example, [____________]. But, automatically, it moves to the bottom line when the phrase gets too long, like this: [ ____] [______] I would like to continue writing straight, is that possible?

  • Erik da Silva Sauro Erik da Silva Sauro posted a comment on discussion Help

    Hello, good evening. When I start writing in each "box", the program does everything in a straight line, for example, [____________]. But, automatically, it moves to the bottom line when the phrase gets too long, like this: [ ____] [______] I would like to continue writing straight, is that possible?

  • DaveE DaveE posted a comment on discussion Thank you for the music

    maybe 13 years ago, an accomplice and my self where looking at knowledge management and we cam across freemind and thought it would be a good platform to mess around with. As a result we have a plugin that lets you put schemata on mind maps, context sensitive menus, more actions on node and its own plugin system that makes writing extensions for the plugin (not for freemind) stupid easy. It has a document generator that we use to write entire java class files, generate wiki text for documentation...

  • DaveE DaveE modified a comment on discussion Open Discussion

    I have a plugin i wrote for freemind and have ported it over to rev 1.0.x It makes writing plugins a trivial exercise, i find it to be a great way to extend freemind. Its likely it may be somthing useful to you. I am now making it use OSGi plugins..... Leg me know if you want to talk further On another note, I have NO desire to use freeplane or deveop anything for it.

  • DaveE DaveE posted a comment on discussion Open Discussion

    I just use freemind to generate the code, it puts it in the clipboard and I pop it into eclipse. (yes, I have a plugin that writes the code)

  • DaveE DaveE posted a comment on discussion Open Discussion

    If you are that worried, just download it and recompile it yourself.

  • DaveE DaveE posted a comment on discussion Open Discussion

    link does not work

  • DaveE DaveE posted a comment on discussion Open Discussion

    the Source code is freely available (last time i checked) so you can customize it to your hearts content.

  • DaveE DaveE posted a comment on discussion Open Discussion

    well the file is an xml file so you could print it out and post it that way, if you are talking about email, again its an xml file that appears to be 7-bit clean so emailing it should not be a problem

  • DaveE DaveE posted a comment on discussion Open Discussion

    I have a plugin i wrote for freemind and have ported it over to rev 1.0.x It makes writing plugins a trivial exercise, i find it to be a great way to extend freemind. Its likely it may be somthing useful to you. I am now making it use OSGi plugins..... Leg me know if you want to talk further

  • DaveE DaveE posted a comment on discussion Open Discussion

    I have freemind CREATING web sites (and code) but creating a web site? What do you want to do that for?

  • Christian Foltin Christian Foltin posted a comment on discussion Complaints from users

    Same as above: Hi, send it to me, if you want. The mm-file is pure text. What is in it, if you open it with notepad, for example? HTH, Chris

  • Christian Foltin Christian Foltin committed [d8c8fe] on Code

    Fixed map

  • Laurent Wawrzyniak Laurent Wawrzyniak posted a comment on discussion Complaints from users

    Hello, I have the same problem as karamelbee. I have an important mm file that got corrupted. I can open it with a text editor and everything seems in it (difficult to be sure) Can you help me to repair that file please? Thanks in advance, Laurent

  • Laurent Wawrzyniak Laurent Wawrzyniak posted a comment on discussion Complaints from users

    Hello, I have the same problem as karamelbee. I have an important mm file that got corrupted. I can open it with a text editor and everything seems in it (difficult to be sure) Can you help me to repair that file please? Thanks in advance, Laurent

  • Manos Sfakakis Manos Sfakakis modified a comment on discussion Open Discussion

    Hi, I have been using free mind for many years and I found it to be an indispensable tool for organization of information and knowledge. During the last months I have been considering building a website that will host the free mind map. however I I do not have the technical skills to do that. could anyone afford me his time to help me out set up the project website of course I would like to pay my fair share of his effort and time to help me out. M.

  • Manos Sfakakis Manos Sfakakis posted a comment on discussion Open Discussion

    Hi, I have been using free mind for many years and I found it to be an indispensable tool for organization of information and knowledge. Show me the last months I have been considering building a website that will host the free mind map. however I I do not have the technical skills to do that. could anyone afford me his time to help me out set up the project website of course I would like to pay my fair share of his effort and time to help me out. M.

  • Galaxis Galaxis modified a comment on discussion Announce

    Note the (now deleted) previous post was spam and the link points to a web site with scammy smartphone apps, there is no "FreeMind Premium".

  • Christian Foltin Christian Foltin posted a comment on discussion Announce

    deleted. thanks

  • Galaxis Galaxis posted a comment on discussion Announce

    Note the previous post is spam and the link points to a web site with scammy smartphone apps, there is no "FreeMind Premium".

  • Jang Jay Jang Jay posted a comment on discussion Help

    Hi, I have a barely newly installed Ubuntu: uname -a: Linux light 6.2.0-32-generic #32-Ubuntu SMP PREEMPT_DYNAMIC Mon Aug 14 10:03:50 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux And just installed FreeMind from the Ubuntu Software. As soon as I start the app, it shows a box loading components and resets my X bringing me to the login. Any recommendation or trace this may help to diagnose the problem?

  • Christian Foltin Christian Foltin posted a comment on discussion Help

    Nope, looks more like a generator for a wiki containing the map, but no guarantee. HTH, Chris

  • Helge Stenström Helge Stenström modified a comment on discussion Help

    Duplicate question that I've been unable to delete, but apparently the content can be changed.

  • Helge Stenström Helge Stenström posted a comment on discussion Help

    In the code repositor, there is directory "freemind-code/plugins/wsl". What is it? Is it the Windows Subsystem for Linux?

  • Helge Stenström Helge Stenström posted a comment on discussion Help

    Answering myself: I found the downloadable install file here https://sourceforge.net/projects/freemind/files/freemind-unstable/1.1.0_Beta2/ I'm sorry about the double post; please disregard the other one, and delete it if you can.

  • Helge Stenström Helge Stenström posted a comment on discussion Help

    FreeMind 1.0.1 stopped working properly a few years ago, when an OS upgrade made the fonts unreadable (unless the zoom level was set to 75 % as a workaround). I started to use FreePlane instead. Today, I found "FreeMind 2.0.0" on GitHub; I downloaded it, and it worked. But apparently, that version is no longer active, and FreeMind 1.1.0 here on SourceForge seems to be the latest and greatest. I'd like to try it, but I don't want to compile from sources, because I don't know how to do it. Is there...

  • Helge Stenström Helge Stenström posted a comment on discussion Help

    FreeMind 1.0.1 stopped working properly a few years ago, when an OS upgrade made the fonts unreadable (unless the zoom level was set to 75 % as a workaround). I started to use FreePlane instead. Today, I found "FreeMind 2.0.0" on GitHub; I downloaded it, and it worked. But apparently, that version is no longer active, and FreeMind 1.1.0 here on SourceForge seems to be the latest and greatest. I'd like to try it, but I don't want to compile from sources, because I don't know how to do it. Is there...

  • brideau brideau posted a comment on discussion Help

    If anyone runs into this in the current version, you now have to go to Edit > Move and Sort > Move Node Up/Down. Or just use ctrl + arrow keys

  • brideau brideau posted a comment on discussion Help

    If anyone runs into this in the current version, you now have to go to Edit > Move and Sort > Move Node Up/Down. Or just use ctrl + arrow keys

  • DaveE DaveE posted a comment on discussion Open Discussion

    IanGr: I feel your pain! I wrote a plugin for freemind some time ago that now that the internals of freemind have changed quite a bit, it was 'a bit painful'. The plugin i wrote generates both styled documents and unstyled documents (and a whole lot more) so If i need a particular style i use freemind to capture the content and its logical structure then i use a plugin to apply the style i want. Thats how i worked around that issue.

  • Vladislav Zavadskiy Vladislav Zavadskiy posted a comment on ticket #36

    Thanks, It is not very clear how to look for a backup on mac. So far I can't find anything.

  • Christian Foltin Christian Foltin posted a comment on ticket #36

    Hi, file is corrupted, so there are parts missing. Say, you can't find a backup saved in the c:\users\<you>.freemind folder?</you> HTH, Chris

  • Vladislav Zavadskiy Vladislav Zavadskiy posted a comment on ticket #36

    Hi Christian, If you manage to save my file, I will be very grateful. Described the problem above.

  • Vladislav Zavadskiy Vladislav Zavadskiy posted a comment on ticket #36

    Help plz. A very important file. Collected information for several months in it. Couldn't open today. gave an error: Error while parsing file:freemind.main.XMLParseException: XML Parse Exception during parsing of a map element at line 4276: Unexpected end of data reached

  • John Bailey John Bailey posted a comment on discussion Complaints from users

    Ubuntu 22.20, I've installed 1.1.0 beta 2 using the Ubuntu snap. The program installed and seems to run just fine. However, multiple problems: The program cannot open files located on any other partition or disk than the one it's installed on. This includes other internal HD, USB drives, etc. It says "cannot open [file], permission denied". No amount of permissions adjustments will allow it to open files. I can copy the files from the other drives to the local /home directory and it will open them,...

  • DaveE DaveE posted a comment on ticket #902

    found a work around The plug in extends PermanentNodeHoodAdapter. the createViewer method gets a NodeView thats a subclass of JComponent so you can add a MouseListener to it. from that I can make the popup JMenue. A little clunky and not quite as easy as before but it works none the less

  • DaveE DaveE created ticket #902

    Api was changed, my plugin no longer works

  • Alan McNamara Alan McNamara posted a comment on discussion Help

    Thanks Daniel, That is really weird as I was working on that map the day before! I shall look for a backup copy. Regards, Alan On 2023/06/12 10:18, Daniel Polansky wrote: Indulgences.mm consists of a sequence of null bytes and nothing else, and therefore, there is no useful data in the file that could be recovered by manual editing or scripting. If you are in the habit of making regular backups (a good idea, sometimes the hard drive fails, etc.), you may be able to recover the data from a backup....

  • Daniel Polansky Daniel Polansky posted a comment on discussion Help

    Indulgences.mm consists of a sequence of null bytes and nothing else, and therefore, there is no useful data in the file that could be recovered by manual editing or scripting. If you are in the habit of making regular backups (a good idea, sometimes the hard drive fails, etc.), you may be able to recover the data from a backup. I have no idea what happened to create this kind of a file. Unless you disabled automatic backups that FreeMind writes, you might be able to find a backup copy of the mind...

  • Anna  Brad Anna Brad posted a comment on discussion Thank you for the music

    To add support for the Arabic language in Freemind, you may need to adjust the font settings and enable right-to-left text direction. Here's a step-by-step guide to help you: Open Freemind and go to the "Preferences" or "Options" menu. This is usually located under the "Edit" or "File" menu. Look for the "Fonts" or "Text" section in the preferences/options menu. Here, you can change the default font settings for your mind maps. Select a font that supports Arabic characters. Some commonly used Arabic...

  • Adrian Bye Adrian Bye posted a comment on ticket #1275

    Thanks for the update. Unfortunately I had to stop using freemind and switch to an alternative mind mapping tool. Hopefully this problem is resolved eventually.

  • Daniel Polansky Daniel Polansky modified ticket #1271

    FreeMind does not start

  • Daniel Polansky Daniel Polansky modified a comment on ticket #1271

    This is unlikely to be a FreeMind bug so I am closing the issue.

1 >