Is it possible to expand a snippet inside another? E.g.:
snippet qtimestamp
`strftime("%Y-%m-%dT%H:%M:%S")`-03:00
snippet qheader
---
created: qtimestamp
modified: qtimestamp
type: Journal
---
On the example above, on the snippet "qheader", I would like to automatically expand the qtimestamp snippet on the "created" and "modified" fields.
Is it possible to expand a snippet inside another? E.g.:
On the example above, on the snippet "qheader", I would like to automatically expand the qtimestamp snippet on the "created" and "modified" fields.