I want to display $Create and $Modified attributes automatically

Hello all. I want to turn on $create and $modified attributes automatically. “$DisplayedAttributes=$Created;$DisplayedAttributes=$Modified” is close but not quit. How would I write this? Thanks in advance.

If I understand your question, you want the $Created and $Modified attributes to be automatically displayed with one or more of your notes. There are a few ways to do this.

  1. Use a prototype
    Create a prototype and have these attributes displayed. Any note that is assigned this prototype will have these attributes displayed.

See: Tinderbox Training Video 04 - Getting started with prototypes

See: Getting started and wrapping your head around attributes
2. You could create a stamp
$DisplayedAttributes=“Created;Modified”;

See: Overview & Application of Stamps (Part 1)

1 Like

Thanks I appreciate it!

1 Like