Iāll offer a slightly more complicated perspective on present capabilities: Observations can be āassociatedā with a personal journal post, and they are displayed at the bottom of a post. But at this time, hotlinks to observations cannot be embedded directly into the body of a post. Single images from āinaturalist-open-data.s3.amazonaws.com/photosā can be embedded in a journal post, but they are not hot-linked to the observation.
There has been a long-standing feature request to streamline this complexity by allowing your concept of direct links within a journal post to an observation. I donāt know the current status of that request.
html: <a href="https://www.inaturalist.org/observations/195491116"><img src="https://inaturalist-open-data.s3.amazonaws.com/photos/343927464/original.jpg" alt="optional alt text"></a>
markdown: [](https://www.inaturalist.org/observations/195491116)
mix: [<img src="https://inaturalist-open-data.s3.amazonaws.com/photos/343927464/original.jpg" alt="optional alt text">](https://www.inaturalist.org/observations/195491116)
Chiming in here to note this is a great idea. Iād like to add a couple of additional comments/feature requests related to journal entries in general. I realize some of these may be impractical, but one can dream!
In a personal journal entry, I can link an observation from a list of recent ones, but I have to scroll through that list. Sometimes I am looking for an older obs. It would be nice to have a search function.
I appreciate the posting of the html code, etc. to generate thumbnail images. My experience with that sort of thing in comments is that the URLās are not persistent. Iām not sure if the same is true in journal entries. BugGuide has a cute feature to implement this function. One inserts a bit of markdown (BBCode) with the node number of the image in this format: ā[thumb:12345]ā to generate a clickable thumbnail to the image with node number 12345. (BugGuide organizes everything as Drupal nodes. Each image has a node, as well as each guide page. Then relationships are defined among the nodes, such as taxonomy or linked images. A set of linked images is similar to a single iNaturalist observation. I donāt think this would translate directly to the iNaturalist organization, but the functionality is nice. Perhaps it can be replicated in a different way?)
It would be really nice to be able to include links to multiple images and/or observations in the same journal entry. I guess it can be done with the code discussed above, but I am not sure about the URL persistence issues. Perhaps there is no problem in journal entries as there appears to be in comments. I will experiment.
Again, great topic. All this is related, functionally, to the widespread desire for a user-generated wiki. A journal entry is similar to a wiki entry, but does not have the multi-user access.
I wrote a journal post about adding images and audio to journal posts and comments here - Adding images and audio to posts - it does not include links to the images or observations, but you can use @pisum ās code above.
If you want to add a selection of observations from a project, place or person to a post, then you can use @glauber735 ās awesome widget found here - Widget Builder .
Thanks, that is a helpful resource. Edit. In comments on observations, (end edit) when I have used these direct links to images on amazon web services in the past, the links have worked initially, then broken after an interval. Perhaps that is no longer an issue. It seems yours in the journal entry continue to work, so maybe it was just their use in the comments that failed, or some issue with aws in the interval. Will try again.