-
I want to get the list of files in the order of the most recent access time, but the current version of dataview supports the creation time and modification time, but not the access time, who can help me solve this problem? |
Beta Was this translation helpful? Give feedback.
Answered by
AB1908
Apr 18, 2022
Replies: 1 comment 8 replies
-
This is a very hard problem since Obsidian itself does not track access time. Edit: See #955 |
Beta Was this translation helpful? Give feedback.
8 replies
Answer selected by
dingsw1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a very hard problem since Obsidian itself does not track access time.
Edit: See #955