Displaying text content of two notes side by side

A microscopic step for humankind but a much bigger personal step for me in developing Tinderbox solutions. I’ve been keen to figure out a way to display the text content of two notes side by side to compare and contrast their contents. One approach is to do it view Preview or Export with the paths to the two notes defined and stored in attributes. Here an example of the result which is close to what I was looking for:

As you can see here the Path to the left and right note is stored in the Container note

I developed a dedicated template called HTML 2 Notes Test (that is the new step for me) to generate the two column display in preview.

I attach the file as an example.

Test2Cols.tbx (146.2 KB)

5 Likes

@mdavidson,

This is really interesting – thank you for sharing it!

1 Like

Nifty!

Cool, you inspired me to do something similar but with people’s headshots with project I’m working on:

The use of CSS, along with action code, is a great method for positioning values of note attributes. In this case I’m pulling all the children of a container, grabbing the image, person’s name, and displaying their bio on a mouse over. Specific names blurred for privacy reasons.

2 Likes