Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
In order to add an image to a discussion, you need to first have a url to the image. This means that you have to upload the image to somewhere on the internet.
One easy way to do this is to use www. www.postimage.com.
You need to upload your image (remember anyone can see the image by reading a posting here, or other methods). After you upload the image you need to copy the 'html' line and paste it into a discussion comment.
Here is the format of an image in html. (only needed if you do not use postimage.org)
<img src="http://site.com/pictlink.jpg"/>
This forum does not use BBCode - rather it uses html.
--Tom
You can add a link to a posting: Copy the template below, and replace xxx with the URL, and yyy with what you want to call it (which can be the same as the URL).
<a href="xxx">yyy</a>
--Tom
Ironic's community site has been set up for support and discussion. Please feel free to join and offer your ideas and solutions. Anyone can add a comment or question to a discussion topic that is already listed. In order to start a new discussion, you need to be member. Membership is easy.
Yea, this problem particularly affects me as I 'live' in Illustrator & Photoshop. I filed a bug report a few days ago, but don't really expect Adobe to do anything about it (at least not in the near future).I understand your cynicism but this also affects users not using OpenMeta. It is a BUG in every sense of the word. I would love to start a "class action bug report" with them - shake 'em up so they recognize the seriousness of the issue. I encourage you to spread the word (and the URL) - the more we file, the harder it is for them to ignore. 8^)
BLURFROG:
Tom has worked out a workaround that includes backing up OpenMeta Tags on-the-fly. We should be seeing something with it soon (updated Tagit).
The advantage of using a month by month system is that old months could be heavily optimized. Also a file by file system is friendly to Time Machine, is easily readable by simple Cocoa programs and is fairly easily understood. As for disk space, 100,000 4k attribute backups use up 400MB of disk space, which is about 6 cents worth of file space on a new desktop, or perhaps 50 cents on a laptop. The space used is trivial.
This is a backup - if there is any OpenMeta data on a file already, then that is for the most part considered to be accurate. The backup is only used if there is no meta data found on a file.
The xattr system is designed to hold meta data - old programs that use 'old apis' will almost always work properly with xattrs. In order to not work with them, you need to go out of your way. Which I guess Adobe does, and is a huge bug on their part for all sorts of reasons.
When someone writes a better backup system for extended attributes, for OpenMeta or not, then OpenMeta could use it. The present backup system is designed to be simple to change, expand or replace.
The problems probably don't come from deleting the metadata, but rather from not actively doing something to preseve it when saving a new file. My understanding is that an application needs to go out of its way to call an API such as FSReplaceObject (added in 10.5) in order to preserve the metadata.I am only an advanced layperson, not a "real" programmer (but a really good Applescripter! 8^) so I don't know how much water this argument holds but… I have documented proof that the xattrs are not removed in all circumstances when saving from either program (which makes the problem doubly frustrating. It's like "Hey, you preserve them when I do this but not when I do that?!?"). Maybe they are triggering FSReplaceObject under certain conditions but I can't see why they wouldn't always try to maintain the metadata.
Jim - of course the original is not retained: the apps are doing a safe save (where you save to a new filename, then replace the original with the duplicate in a semi-atomic way). This is done using standard OS APIs whenever possible, and is done in most applications. All file saves in Photoshop behave the same way, except maybe PDF (which is in some code we don't control) and SaveForWeb (also different code).• How could the saves be the same when some preserve extended attributes and others dont?!!?
Again, the root cause is an Apple bug in the way they chose to associate metadata with the files, and how they updated existing APIs to deal with the additional metadata. We might be able to work around this using new APIs -- but should apps have to change their code every time someone decides to add new metadata invisible to the app and separate from the file? Shouldn't the design of the metadata system be more robust, and work with existing applications? Shouldn't someone have thought about this before releasing a metadata system, that, well, nobody knew about?