I want to list all files in the given folder and list some section of it on a single file
example
folder 1
–summary.md
–2020-09-21.md
–2020-09-22.md
–2020-09-23.md
–2020-09-24.md
inside the summary.md
2020-09-20
heading 1 ... heading n
2020-09-21
2020-09-22
2020-09-23
heading 1 ... heading n
2020-09-24
If you need the section content you for sure need to use javascript, and there are various script in this forum related to reading the entire files with content.
If you’re pulling the entire file, you could also consider using embeds. And if you only want to pull a given set of headings, you could possibly get away with using Templater and build a template to generate the embeds for those sections based upon the header.
So in any case, a more precise definition of what you actually want to do would be nice, and then we’ll see if there are any takers for doing the coding for you (if you can’t peace it together from other forum posts).
@holroy
so what i want is first i will create notes using a specific style like yyyy-mm-dd then in my summary note i want it to get all the notes from the date type notes .
so more like the table database plugin (i think its called dataview) where it gets all notes but i dont want it to be a table