Embed Observations in Project Journal

It would be nice to have the possibility to add observations collected by a project to a journal post of the same project.

With that feature an admin could:

  • Feature an observation of the month from project members
  • Highlight some observations of an event based project like a Bioblitz
  • and the like ;)

Since this functionality already exists for personal journals the effort of implementation should be viable.

Thanks!

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.

Hereā€™s a recent example of a journal post with a static amazonaws image embedded in the post: https://www.inaturalist.org/posts/89081-take-good-notes
Youā€™ll notice in the above example that I actually added an explicit link to the observation just above the static image. In your scenario, that wouldnā€™t be necessary.
And here are a couple of examples with observations ā€œassociatedā€ with a journal post:
https://www.inaturalist.org/posts/78109-cross-post-a-newly-identified-texas-endemic-pyralid
https://www.inaturalist.org/posts/69457-biovac

2 Likes

Actually, it is possible to include a ā€˜clickableā€™ photo into the journal post, with a HTML code - combination of a href and img src.

E.g. the photo in the notes of this observation of a caterpillar is a link to the observation of the adult moth: https://www.inaturalist.org/observations/187952002

1 Like

This would be very useful; Iā€™d be interested in seeing the syntax for such a combination. Could you please spell that out here?

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:
[![optional alt text](https://inaturalist-open-data.s3.amazonaws.com/photos/343927464/original.jpg)](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)

6 Likes