What I’m trying to do
I’m trying to insert a callout in each note that contains the following information: creation date and time, modification date and time, file location.
````javascript
```ad-info
collapse: open
**Created**: `=dateformat(this.file.ctime, "DDDD, HH:mm")`
**Modified**: `=dateformat(this.file.mtime, "DDDD, HH:mm")`
**Location**: `=this.file.path`
Sometimes, the plugin works and other times, it only displays as the raw code.
### Things I have tried
<!-- Below this line, write what terms you searched in the help docs and forum, plus any solutions you tried and what happened. -->
I searched "admonition" in the forum, have tried using the "Open Admonitions in note" command, and have tried going into view mode.