You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, want to express how amazed I am by freeplane and it's features, thanks for this tool to all developers.
I just installed the addon Insert inline image.
I am experiencing a strange behavior.
If I import an image, the image gets imported correctly on the node notes section:
Then if I want to import another image, the previous one gets deleted and the new one appears:
I am not a developer, but with the help of ChatGPT I was trying to fix it without success.
Here is the code change that was proposed by ChatGPT on line 739 but could not make it work:
`def existingNoteContent = node.note // Get the existing content of the 'note' node
def newNoteContent = insertTag(existingNoteContent, imageTag) // Insert the image tag below the existing content
node.note = newNoteContent // Update the 'note' node with the new content
`
Thanks for the help.
The text was updated successfully, but these errors were encountered:
I am having the same issue with the "Insert Inline Image" addon.
In addition, pasting images from the clipboard (without using the "Insert Inline Image" addon) inside a node note sometimes work, and sometimes not.
I actually did not know about this addon. I assumed you could just paste images from the clipboard inside a note, and by luck in my first tries this worked, but then I started having some problems with some images not being pasted at all or being pasted in a "broken" state (see attachment).
In the above both images were pasted from the clipboard, with the 1st working and the 2nd not. I got both images on Google Images.
If it could help this is the HTML code of both images on Freeplane:
First of all, want to express how amazed I am by freeplane and it's features, thanks for this tool to all developers.
I just installed the addon Insert inline image.
I am experiencing a strange behavior.
If I import an image, the image gets imported correctly on the node notes section:
Then if I want to import another image, the previous one gets deleted and the new one appears:
I am not a developer, but with the help of ChatGPT I was trying to fix it without success.
Here is the code change that was proposed by ChatGPT on line 739 but could not make it work:
`def existingNoteContent = node.note // Get the existing content of the 'note' node
def newNoteContent = insertTag(existingNoteContent, imageTag) // Insert the image tag below the existing content
node.note = newNoteContent // Update the 'note' node with the new content
`
Thanks for the help.
The text was updated successfully, but these errors were encountered: