How to combine text from other notes into one #2040
Replies: 2 comments
-
Well, I found out experimentally that the order of notes selection is tied to the date of file modification (the latest changes fall down the list). And now the question sounds different: |
Beta Was this translation helpful? Give feedback.
0 replies
-
I find answer on another forum |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I want to use dataview to get text from other notes in a note by a specific tag (#date/2023/11/09) with dataviewjs. Actually, I want to get the text from other notes in chronological order.
Thanks to the Internet and kind people, I found the code listed below that works.
But I'm not sure if the notes get into the file in the order of file creation or modification.
Please tell me how to change the request code so that notes are necessarily uploaded from top to bottom in the order they are added (old ones at the top, new ones at the bottom). I understand that this is an elementary question, but I do not know the code.
Beta Was this translation helpful? Give feedback.
All reactions