Show creation and update date

I would find it useful too!

+1! Using Obisidan as a notes-oriented client tracker makes being able to visualise modification date critical. It would be incredible if there was a way to do that.

1 Like

This can simply be achieved by using a dataview inline query:

file last modified on `$= dv.current().file.mtime`
1 Like

+101010, very strong voice from users. please do it, many thanks.

+1 Would love this feature, too.

This was implemented a long time ago. It is availably when you hover over the file in file explorer using filesystem data. For internal handling of creation and update time follow here:

1 Like