You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using vitepress to manage my notes as a personal wiki.
I want to show all the documents in the "Last Changes" view. Listing all the docs, the one most recently changed in the beginning.
Is it possible to achieve this by a VUE component? For example, creating a md file with below
<LastChanges />
Is it possible to get all the document name and modify date in VUE component LastChanges? Or are there any recommended way to achieve the same?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm using vitepress to manage my notes as a personal wiki.
I want to show all the documents in the "Last Changes" view. Listing all the docs, the one most recently changed in the beginning.
Is it possible to achieve this by a VUE component? For example, creating a md file with below
Is it possible to get all the document name and modify date in VUE component LastChanges? Or are there any recommended way to achieve the same?
Best Regards,Austin
Beta Was this translation helpful? Give feedback.
All reactions