-
Hello, let say that we have a note with a link to an image and that this note have the following Attribute : Is it possible to build a script that will take the #Caption value ("My Caption") to automatically print it as the image caption ? Any idea to implement this ? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Any idea ??? |
Beta Was this translation helpful? Give feedback.
-
Mostly pinched from 'selection to title' which is on here somewhere.
|
Beta Was this translation helpful? Give feedback.
-
It's the popular student strategy "write the answer that you know, instead of reading the question"! It sets/changes the caption on all images. The regex can be adjusted to only do the first image, or only to add captions where none exist, depending on usage preferences.
|
Beta Was this translation helpful? Give feedback.
It's the popular student strategy "write the answer that you know, instead of reading the question"!
How about this?
It sets/changes the caption on all images. The regex can be adjusted to only do the first image, or only to add captions where none exist, depending on usage preferences.